1
0
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:
unknown
2013-07-03 22:34:12 +03:00
parent 9e5828f13f
commit 9c1285ba6c
3 changed files with 4 additions and 5 deletions

View File

@ -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';