Merge from 5.0-bugteam

This commit is contained in:
He Zhenxing 2009-12-10 11:51:42 +08:00
commit 6878d7e74b
3 changed files with 7 additions and 1 deletions

View file

@ -277,6 +277,11 @@ source include/kill_query_and_diff_master_slave.inc;
######## TRIGGER ########
# Make sure table t4 exists
connection master;
CREATE TABLE IF NOT EXISTS t4 (a int);
connection master1;
let $diff_statement= SHOW TRIGGERS LIKE 'v%';
DELIMITER //;