summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <aelkin/elkin@koti.dsl.inet.fi>2007-11-12 14:14:15 +0200
committerunknown <aelkin/elkin@koti.dsl.inet.fi>2007-11-12 14:14:15 +0200
commit296931c1c7db0f502da7ec34060e2ca5d86bddd3 (patch)
tree0fbcf8a39df2dcfaeb6fef42d19a0e35c27348de
parente7c56ceb8b825b090b3fb1f0673835a5cdc5bcd6 (diff)
parentdc34f9285f8a7dd23ce9c0ddc20cb7f23e1c3cf0 (diff)
downloadmariadb-git-296931c1c7db0f502da7ec34060e2ca5d86bddd3.tar.gz
Merge aelkin@bk-internal.mysql.com:/home/bk/mysql-5.1-rpl
into koti.dsl.inet.fi:/home/elkin/MySQL/TEAM/FIXES/5.1/bug31170-rpl_innodb_bug28430_fails mysql-test/suite/rpl/r/rpl_innodb_bug28430.result: Auto merged mysql-test/suite/rpl/t/rpl_innodb_bug28430.test: manual merge
-rw-r--r--mysql-test/suite/rpl/t/rpl_innodb_bug28430.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/suite/rpl/t/rpl_innodb_bug28430.test b/mysql-test/suite/rpl/t/rpl_innodb_bug28430.test
index aa56d0a106a..80d8a8ee6c6 100644
--- a/mysql-test/suite/rpl/t/rpl_innodb_bug28430.test
+++ b/mysql-test/suite/rpl/t/rpl_innodb_bug28430.test
@@ -135,7 +135,6 @@ SELECT count(*) as "Master byrange" FROM test.byrange_tbl;
--sync_slave_with_master
connection slave;
show create table test.byrange_tbl;
---replace_column 4 MASTER_PORT 33 #
source include/show_slave_status.inc;
SELECT count(*) "Slave norm" FROM test.regular_tbl;
SELECT count(*) "Slave bykey" FROM test.bykey_tbl;