mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-4058
MySQL 5.6.10 performance schema: merge of the test files for the host_cache table With this patch, all tests perfschema.hostcache_* pass. There are still some additional unmerged minor changes to these tests in mysql 5.6.10.
This commit is contained in:
@ -6,7 +6,7 @@ select @@global.debug;
|
||||
|
||||
select @@global.max_connect_errors;
|
||||
@@global.max_connect_errors
|
||||
10
|
||||
100
|
||||
select @@global.max_connect_errors into @saved_max_connect_errors;
|
||||
set global max_connect_errors = 2;
|
||||
grant select on test.* to 'root'@'santa.claus.ipv4.example.com';
|
||||
|
Reference in New Issue
Block a user