mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-6720 - enable connection log in mysqltest by default
This commit is contained in:
@ -28,19 +28,25 @@ create user 'quota'@'santa.claus.ipv4.example.com';
|
||||
grant select on test.* to 'quota'@'santa.claus.ipv4.example.com';
|
||||
grant usage on *.* to 'quota'@'santa.claus.ipv4.example.com'
|
||||
with max_connections_per_hour 3;
|
||||
connect con1,"127.0.0.1",root,,test,$MASTER_MYPORT,;
|
||||
select "Con1 is alive";
|
||||
Con1 is alive
|
||||
Con1 is alive
|
||||
select current_user();
|
||||
current_user()
|
||||
root@localhost
|
||||
disconnect con1;
|
||||
connection default;
|
||||
set global debug_dbug= "+d,vio_peer_addr_fake_ipv4,getnameinfo_fake_ipv4,getaddrinfo_fake_good_ipv4";
|
||||
connect con2a,"127.0.0.1",quota,,test,$MASTER_MYPORT,;
|
||||
select "Con2a is alive";
|
||||
Con2a is alive
|
||||
Con2a is alive
|
||||
select current_user();
|
||||
current_user()
|
||||
quota@santa.claus.ipv4.example.com
|
||||
disconnect con2a;
|
||||
connection default;
|
||||
"Dumping performance_schema.host_cache"
|
||||
IP 192.0.2.4
|
||||
HOST santa.claus.ipv4.example.com
|
||||
@ -69,12 +75,15 @@ COUNT_LOCAL_ERRORS 0
|
||||
COUNT_UNKNOWN_ERRORS 0
|
||||
FIRST_ERROR_SEEN null
|
||||
LAST_ERROR_SEEN null
|
||||
connect con2b,"127.0.0.1",quota,,test,$MASTER_MYPORT,;
|
||||
select "Con2b is alive";
|
||||
Con2b is alive
|
||||
Con2b is alive
|
||||
select current_user();
|
||||
current_user()
|
||||
quota@santa.claus.ipv4.example.com
|
||||
disconnect con2b;
|
||||
connection default;
|
||||
"Dumping performance_schema.host_cache"
|
||||
IP 192.0.2.4
|
||||
HOST santa.claus.ipv4.example.com
|
||||
@ -103,12 +112,15 @@ COUNT_LOCAL_ERRORS 0
|
||||
COUNT_UNKNOWN_ERRORS 0
|
||||
FIRST_ERROR_SEEN null
|
||||
LAST_ERROR_SEEN null
|
||||
connect con2c,"127.0.0.1",quota,,test,$MASTER_MYPORT,;
|
||||
select "Con2c is alive";
|
||||
Con2c is alive
|
||||
Con2c is alive
|
||||
select current_user();
|
||||
current_user()
|
||||
quota@santa.claus.ipv4.example.com
|
||||
disconnect con2c;
|
||||
connection default;
|
||||
"Dumping performance_schema.host_cache"
|
||||
IP 192.0.2.4
|
||||
HOST santa.claus.ipv4.example.com
|
||||
@ -138,6 +150,7 @@ COUNT_UNKNOWN_ERRORS 0
|
||||
FIRST_ERROR_SEEN null
|
||||
LAST_ERROR_SEEN null
|
||||
ERROR 42000: User 'quota' has exceeded the 'max_connections_per_hour' resource (current value: 3)
|
||||
connection default;
|
||||
"Dumping performance_schema.host_cache"
|
||||
IP 192.0.2.4
|
||||
HOST santa.claus.ipv4.example.com
|
||||
@ -167,6 +180,7 @@ COUNT_UNKNOWN_ERRORS 0
|
||||
FIRST_ERROR_SEEN set
|
||||
LAST_ERROR_SEEN set
|
||||
ERROR 42000: User 'quota' has exceeded the 'max_connections_per_hour' resource (current value: 3)
|
||||
connection default;
|
||||
"Dumping performance_schema.host_cache"
|
||||
IP 192.0.2.4
|
||||
HOST santa.claus.ipv4.example.com
|
||||
@ -200,12 +214,14 @@ grant usage on *.* to 'quota'@'santa.claus.ipv4.example.com'
|
||||
grant usage on *.* to 'quota'@'santa.claus.ipv4.example.com'
|
||||
with max_user_connections 3;
|
||||
flush user_resources;
|
||||
connect con3a,"127.0.0.1",quota,,test,$MASTER_MYPORT,;
|
||||
select "Con7 is alive";
|
||||
Con7 is alive
|
||||
Con7 is alive
|
||||
select current_user();
|
||||
current_user()
|
||||
quota@santa.claus.ipv4.example.com
|
||||
connection default;
|
||||
"Dumping performance_schema.host_cache"
|
||||
IP 192.0.2.4
|
||||
HOST santa.claus.ipv4.example.com
|
||||
@ -234,12 +250,14 @@ COUNT_LOCAL_ERRORS 0
|
||||
COUNT_UNKNOWN_ERRORS 0
|
||||
FIRST_ERROR_SEEN set
|
||||
LAST_ERROR_SEEN set
|
||||
connect con3b,"127.0.0.1",quota,,test,$MASTER_MYPORT,;
|
||||
select "Con3b is alive";
|
||||
Con3b is alive
|
||||
Con3b is alive
|
||||
select current_user();
|
||||
current_user()
|
||||
quota@santa.claus.ipv4.example.com
|
||||
connection default;
|
||||
"Dumping performance_schema.host_cache"
|
||||
IP 192.0.2.4
|
||||
HOST santa.claus.ipv4.example.com
|
||||
@ -268,12 +286,14 @@ COUNT_LOCAL_ERRORS 0
|
||||
COUNT_UNKNOWN_ERRORS 0
|
||||
FIRST_ERROR_SEEN set
|
||||
LAST_ERROR_SEEN set
|
||||
connect con3c,"127.0.0.1",quota,,test,$MASTER_MYPORT,;
|
||||
select "Con3c is alive";
|
||||
Con3c is alive
|
||||
Con3c is alive
|
||||
select current_user();
|
||||
current_user()
|
||||
quota@santa.claus.ipv4.example.com
|
||||
connection default;
|
||||
"Dumping performance_schema.host_cache"
|
||||
IP 192.0.2.4
|
||||
HOST santa.claus.ipv4.example.com
|
||||
@ -303,6 +323,7 @@ COUNT_UNKNOWN_ERRORS 0
|
||||
FIRST_ERROR_SEEN set
|
||||
LAST_ERROR_SEEN set
|
||||
ERROR 42000: User 'quota' has exceeded the 'max_user_connections' resource (current value: 3)
|
||||
connection default;
|
||||
"Dumping performance_schema.host_cache"
|
||||
IP 192.0.2.4
|
||||
HOST santa.claus.ipv4.example.com
|
||||
@ -332,6 +353,7 @@ COUNT_UNKNOWN_ERRORS 0
|
||||
FIRST_ERROR_SEEN set
|
||||
LAST_ERROR_SEEN set
|
||||
ERROR 42000: User 'quota' has exceeded the 'max_user_connections' resource (current value: 3)
|
||||
connection default;
|
||||
"Dumping performance_schema.host_cache"
|
||||
IP 192.0.2.4
|
||||
HOST santa.claus.ipv4.example.com
|
||||
@ -360,16 +382,21 @@ COUNT_LOCAL_ERRORS 0
|
||||
COUNT_UNKNOWN_ERRORS 0
|
||||
FIRST_ERROR_SEEN set
|
||||
LAST_ERROR_SEEN set
|
||||
disconnect con3a;
|
||||
disconnect con3b;
|
||||
disconnect con3c;
|
||||
grant usage on *.* to 'quota'@'santa.claus.ipv4.example.com'
|
||||
with max_user_connections 0;
|
||||
flush user_resources;
|
||||
set global max_user_connections = 3;
|
||||
connect con4a,"127.0.0.1",quota,,test,$MASTER_MYPORT,;
|
||||
select "Con4a is alive";
|
||||
Con4a is alive
|
||||
Con4a is alive
|
||||
select current_user();
|
||||
current_user()
|
||||
quota@santa.claus.ipv4.example.com
|
||||
connection default;
|
||||
"Dumping performance_schema.host_cache"
|
||||
IP 192.0.2.4
|
||||
HOST santa.claus.ipv4.example.com
|
||||
@ -398,12 +425,14 @@ COUNT_LOCAL_ERRORS 0
|
||||
COUNT_UNKNOWN_ERRORS 0
|
||||
FIRST_ERROR_SEEN set
|
||||
LAST_ERROR_SEEN set
|
||||
connect con4b,"127.0.0.1",quota,,test,$MASTER_MYPORT,;
|
||||
select "Con4b is alive";
|
||||
Con4b is alive
|
||||
Con4b is alive
|
||||
select current_user();
|
||||
current_user()
|
||||
quota@santa.claus.ipv4.example.com
|
||||
connection default;
|
||||
"Dumping performance_schema.host_cache"
|
||||
IP 192.0.2.4
|
||||
HOST santa.claus.ipv4.example.com
|
||||
@ -432,12 +461,14 @@ COUNT_LOCAL_ERRORS 0
|
||||
COUNT_UNKNOWN_ERRORS 0
|
||||
FIRST_ERROR_SEEN set
|
||||
LAST_ERROR_SEEN set
|
||||
connect con4c,"127.0.0.1",quota,,test,$MASTER_MYPORT,;
|
||||
select "Con4c is alive";
|
||||
Con4c is alive
|
||||
Con4c is alive
|
||||
select current_user();
|
||||
current_user()
|
||||
quota@santa.claus.ipv4.example.com
|
||||
connection default;
|
||||
"Dumping performance_schema.host_cache"
|
||||
IP 192.0.2.4
|
||||
HOST santa.claus.ipv4.example.com
|
||||
@ -467,6 +498,7 @@ COUNT_UNKNOWN_ERRORS 0
|
||||
FIRST_ERROR_SEEN set
|
||||
LAST_ERROR_SEEN set
|
||||
ERROR 42000: User quota already has more than 'max_user_connections' active connections
|
||||
connection default;
|
||||
"Dumping performance_schema.host_cache"
|
||||
IP 192.0.2.4
|
||||
HOST santa.claus.ipv4.example.com
|
||||
@ -496,6 +528,7 @@ COUNT_UNKNOWN_ERRORS 0
|
||||
FIRST_ERROR_SEEN set
|
||||
LAST_ERROR_SEEN set
|
||||
ERROR 42000: User quota already has more than 'max_user_connections' active connections
|
||||
connection default;
|
||||
"Dumping performance_schema.host_cache"
|
||||
IP 192.0.2.4
|
||||
HOST santa.claus.ipv4.example.com
|
||||
@ -524,15 +557,20 @@ COUNT_LOCAL_ERRORS 0
|
||||
COUNT_UNKNOWN_ERRORS 0
|
||||
FIRST_ERROR_SEEN set
|
||||
LAST_ERROR_SEEN set
|
||||
disconnect con4a;
|
||||
disconnect con4b;
|
||||
disconnect con4c;
|
||||
set global max_user_connections = 0;
|
||||
set global max_connections = 3;
|
||||
flush user_resources;
|
||||
connect con5a,"127.0.0.1",quota,,test,$MASTER_MYPORT,;
|
||||
select "Con4a is alive";
|
||||
Con4a is alive
|
||||
Con4a is alive
|
||||
select current_user();
|
||||
current_user()
|
||||
quota@santa.claus.ipv4.example.com
|
||||
connection default;
|
||||
"Dumping performance_schema.host_cache"
|
||||
IP 192.0.2.4
|
||||
HOST santa.claus.ipv4.example.com
|
||||
@ -561,12 +599,14 @@ COUNT_LOCAL_ERRORS 0
|
||||
COUNT_UNKNOWN_ERRORS 0
|
||||
FIRST_ERROR_SEEN set
|
||||
LAST_ERROR_SEEN set
|
||||
connect con5b,"127.0.0.1",quota,,test,$MASTER_MYPORT,;
|
||||
select "Con5b is alive";
|
||||
Con5b is alive
|
||||
Con5b is alive
|
||||
select current_user();
|
||||
current_user()
|
||||
quota@santa.claus.ipv4.example.com
|
||||
connection default;
|
||||
"Dumping performance_schema.host_cache"
|
||||
IP 192.0.2.4
|
||||
HOST santa.claus.ipv4.example.com
|
||||
@ -596,6 +636,7 @@ COUNT_UNKNOWN_ERRORS 0
|
||||
FIRST_ERROR_SEEN set
|
||||
LAST_ERROR_SEEN set
|
||||
Got one of the listed errors
|
||||
connection default;
|
||||
"Dumping performance_schema.host_cache"
|
||||
IP 192.0.2.4
|
||||
HOST santa.claus.ipv4.example.com
|
||||
@ -625,6 +666,7 @@ COUNT_UNKNOWN_ERRORS 0
|
||||
FIRST_ERROR_SEEN set
|
||||
LAST_ERROR_SEEN set
|
||||
Got one of the listed errors
|
||||
connection default;
|
||||
"Dumping performance_schema.host_cache"
|
||||
IP 192.0.2.4
|
||||
HOST santa.claus.ipv4.example.com
|
||||
@ -653,6 +695,8 @@ COUNT_LOCAL_ERRORS 0
|
||||
COUNT_UNKNOWN_ERRORS 0
|
||||
FIRST_ERROR_SEEN set
|
||||
LAST_ERROR_SEEN set
|
||||
disconnect con5a;
|
||||
disconnect con5b;
|
||||
set global max_connections = @saved_max_connections;
|
||||
set global max_user_connections = @saved_max_user_connections;
|
||||
drop user 'quota'@'santa.claus.ipv4.example.com';
|
||||
|
Reference in New Issue
Block a user