List:Internals« Previous MessageNext Message »
From:Patrick Galbraith Date:November 1 2005 2:26am
Subject:bk commit into 5.0 tree (patg:1.1959) BUG#14532
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of patg. When patg does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet
  1.1959 05/10/31 17:26:45 patg@stripped +2 -0
  BUG# 14532
  
  Post-review fixes

  mysql-test/t/federated.test
    1.19 05/10/31 17:26:36 patg@stripped +2 -1
    BUG# 14532 
    
    Added comments to test

  mysql-test/r/federated.result
    1.22 05/10/31 17:26:35 patg@stripped +0 -26
    BUG# 14532
    
    Regenerated test results

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	patg
# Host:	krsna.patg.net
# Root:	/home/patg/mysql-build/mysql-5.0.test2

--- 1.21/mysql-test/r/federated.result	2005-10-31 17:06:56 -08:00
+++ 1.22/mysql-test/r/federated.result	2005-10-31 17:26:35 -08:00
@@ -1514,32 +1514,6 @@
 
 
 
-select * FROM federated.t1;
-bitty
-
-
-
-
-
-
-
-delete from federated.t1;
-INSERT INTO federated.t1 VALUES (b'001');
-INSERT INTO federated.t1 VALUES (b'010');
-INSERT INTO federated.t1 VALUES (b'011');
-INSERT INTO federated.t1 VALUES (b'100');
-INSERT INTO federated.t1 VALUES (b'101');
-INSERT INTO federated.t1 VALUES (b'110');
-INSERT INTO federated.t1 VALUES (b'111');
-select * FROM federated.t1;
-bitty
-
-
-
-
-
-
-
 drop table federated.t1;
 drop table federated.t1;
 DROP TABLE IF EXISTS federated.t1;

--- 1.18/mysql-test/t/federated.test	2005-10-31 17:06:56 -08:00
+++ 1.19/mysql-test/t/federated.test	2005-10-31 17:26:36 -08:00
@@ -1189,7 +1189,8 @@
 # END ALTER TEST
 
 #
-# Test BUG #14532
+# Test BUG #14532 - bit columns broken in federated
+# storage engine
 #
 --disable_warnings
 DROP TABLE IF EXISTS federated.t1;
Thread
bk commit into 5.0 tree (patg:1.1959) BUG#14532Patrick Galbraith1 Nov