mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +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:
@ -49,9 +49,8 @@ connect (con3,"::1",plug,plug_dest,test,$MASTER_MYPORT,,,auth_test_plugin);
|
||||
--connection default
|
||||
--source ../include/hostcache_dump.inc
|
||||
|
||||
#--replace_result $PLUGIN_AUTH PLUGIN_AUTH
|
||||
#eval install plugin test_plugin_server soname '$PLUGIN_AUTH';
|
||||
install plugin test_plugin_server soname 'auth_test_plugin';
|
||||
--replace_result $AUTH_TEST_PLUGIN_SO PLUGIN_AUTH
|
||||
eval install plugin test_plugin_server soname '$AUTH_TEST_PLUGIN_SO';
|
||||
|
||||
--disable_query_log
|
||||
--error ER_ACCESS_DENIED_ERROR
|
||||
|
Reference in New Issue
Block a user