mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
MDEV-6720 - enable connection log in mysqltest by default
This commit is contained in:
parent
5052e2479e
commit
282497dd6d
1559 changed files with 38534 additions and 9891 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue