summaryrefslogtreecommitdiff
path: root/mysql-test/t/disabled.def
diff options
context:
space:
mode:
authorHe Zhenxing <zhenxing.he@sun.com>2009-12-09 14:13:56 +0800
committerHe Zhenxing <zhenxing.he@sun.com>2009-12-09 14:13:56 +0800
commitbc2b3d2ccc109768cf918d91e08639b530518ea1 (patch)
tree63c3381ab36006f680a37470e2742ce07ab833aa /mysql-test/t/disabled.def
parent63ff2b4c2e7db9872515cec3d897817ac83d109c (diff)
downloadmariadb-git-bc2b3d2ccc109768cf918d91e08639b530518ea1.tar.gz
BUG#45520 rpl_killed_ddl fails sporadically in pb2
There are three issues that caused rpl_killed_ddl fails sporadically in pb2: 1) thd->clear_error() was not called before create Query event if operation is executed successfully. 2) DATABASE d2 might do exist because the statement to CREATE or ALTER it was killed 3) because of bug 43353, kill the query that do DROP FUNCTION or DROP PROCEDURE can result in SP not found This patch fixed all above issues by: 1) Called thd->clear_error() if the operation succeeded. 2) Add IF EXISTS to the DROP DATABASE d2 statement 3) Temporarily disabled testing DROP FUNCTION/PROCEDURE IF EXISTS. mysql-test/t/rpl_killed_ddl.test: DATABASE d2 might not exists, add IF EXITS to the DROP statement sql/sql_db.cc: Called thd->clear_error() if the operation succeeded
Diffstat (limited to 'mysql-test/t/disabled.def')
0 files changed, 0 insertions, 0 deletions