summaryrefslogtreecommitdiff
path: root/sql/ha_partition.cc
diff options
context:
space:
mode:
authorunknown <Li-Bing.Song@sun.com>2009-09-04 09:33:45 +0800
committerunknown <Li-Bing.Song@sun.com>2009-09-04 09:33:45 +0800
commit1eb40ce319411cf0f06a6115210b5475593cef7f (patch)
tree7da88a2fd052421328746ba34c3e2057deba9535 /sql/ha_partition.cc
parent421531dfb2311f02bbc0b118e09110a87d2344aa (diff)
downloadmariadb-git-1eb40ce319411cf0f06a6115210b5475593cef7f.tar.gz
BUG#45581 Test rpl_row_sp006_InnoDB fails randomly: Unknown database 'mysqltest1'
Essentially, Bug#45574 results in this bug. The 'CREATE DATABASE IF NOT EXISTS' statement was not binlogged, when the database has existed. Sometimes, the master and slaves become inconsistent. The "CREATE DATABASE IF NOT EXISTS mysqltest1" statement is not binlogged if the db 'mysqltest1' existed before the test case is executed. So the db 'mysqltest1' can't be created on slave. Patch of Bug#45574 has resolved this problem. But I think it is better to replace 'mysqltest1' by default db 'test'.
Diffstat (limited to 'sql/ha_partition.cc')
0 files changed, 0 insertions, 0 deletions