mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Merge from 5.0-bugteam
This commit is contained in:
commit
6878d7e74b
3 changed files with 7 additions and 1 deletions
|
|
@ -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 //;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue