mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-6720 - enable connection log in mysqltest by default
This commit is contained in:
@@ -5,11 +5,9 @@
|
||||
# Requirements:
|
||||
#########################################
|
||||
|
||||
--echo ==========MASTER==========
|
||||
SHOW CREATE VIEW v1;
|
||||
SELECT * FROM v1 ORDER BY a;
|
||||
sync_slave_with_master;
|
||||
--echo ==========SLAVE===========
|
||||
USE test_rpl;
|
||||
SHOW CREATE VIEW v1;
|
||||
SELECT * FROM v1 ORDER BY a;
|
||||
|
Reference in New Issue
Block a user