mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-6720 - enable connection log in mysqltest by default
This commit is contained in:
@ -3,10 +3,13 @@ include/master-slave.inc
|
||||
CREATE TABLE t1 ( a int ) ENGINE=InnoDB;
|
||||
BEGIN;
|
||||
INSERT INTO t1 VALUES (1);
|
||||
connection master1;
|
||||
OPTIMIZE TABLE non_existing;
|
||||
Table Op Msg_type Msg_text
|
||||
test.non_existing optimize Error Table 'test.non_existing' doesn't exist
|
||||
test.non_existing optimize status Operation failed
|
||||
connection slave;
|
||||
connection master;
|
||||
select * from t1;
|
||||
a
|
||||
1
|
||||
|
Reference in New Issue
Block a user