MDEV-6720 - enable connection log in mysqltest by default

This commit is contained in:
Sergey Vojtovich 2016-03-25 20:51:22 +04:00
commit 282497dd6d
1559 changed files with 38534 additions and 9891 deletions

View file

@ -2,6 +2,8 @@
# MDEV-6896 kill user command cause MariaDB crash!
#
create user foo@'127.0.0.1';
connect con1,127.0.0.1,foo,,;
connection default;
select user from information_schema.processlist;
user
foo