mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-6720 - enable connection log in mysqltest by default
This commit is contained in:
@ -2,6 +2,7 @@ create table t1 as select * from mysql.user;
|
||||
truncate table mysql.user;
|
||||
flush privileges;
|
||||
connect(localhost,u1,,test,MASTER_PORT,MASTER_SOCKET);
|
||||
connect fail,localhost,u1;
|
||||
Got one of the listed errors
|
||||
insert mysql.user select * from t1;
|
||||
drop table t1;
|
||||
|
Reference in New Issue
Block a user