mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
After-merge fix: fix the test case for BUG#16266 to query
only its own tables to prevent getting tables from others.
This commit is contained in:
@@ -301,7 +301,7 @@ SELECT MASTER_POS_WAIT('master-bin.000001', 513) >= 0;
|
||||
|
||||
# Check that the replication succeeded.
|
||||
|
||||
SHOW TABLES;
|
||||
SHOW TABLES LIKE 't_';
|
||||
SHOW TRIGGERS;
|
||||
SELECT * FROM t1;
|
||||
SELECT * FROM t2;
|
||||
@@ -326,7 +326,7 @@ RESET SLAVE;
|
||||
# The master should be clean.
|
||||
|
||||
connection master;
|
||||
SHOW TABLES;
|
||||
SHOW TABLES LIKE 't_';
|
||||
SHOW TRIGGERS;
|
||||
|
||||
RESET MASTER;
|
||||
|
||||
Reference in New Issue
Block a user