summaryrefslogtreecommitdiff
path: root/mysql-test/main/plugin_auth.test
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2019-07-22 17:37:04 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2019-07-22 17:37:04 +0300
commit70b226d96698502281cd93581d68f013dd1865bf (patch)
tree3dd1775c45a0295ca15818c67a9d98e6ba1f4502 /mysql-test/main/plugin_auth.test
parentabeacb9c8280416ee0bf91f4bda414430a565ad5 (diff)
parent3bcda8ad5f69538379ef0fed7715f23c1cf04380 (diff)
downloadmariadb-git-70b226d96698502281cd93581d68f013dd1865bf.tar.gz
Merge 10.2 into 10.3
Diffstat (limited to 'mysql-test/main/plugin_auth.test')
-rw-r--r--mysql-test/main/plugin_auth.test10
1 files changed, 4 insertions, 6 deletions
diff --git a/mysql-test/main/plugin_auth.test b/mysql-test/main/plugin_auth.test
index c3c18b7e427..1700a755492 100644
--- a/mysql-test/main/plugin_auth.test
+++ b/mysql-test/main/plugin_auth.test
@@ -45,13 +45,11 @@ disconnect plug_con;
connect(plug_con,localhost,plug,bad_credentials);
--enable_query_log
---echo ## test bad default plugin : should get CR_AUTH_PLUGIN_CANNOT_LOAD
---disable_result_log
---disable_query_log
---error 2059
+--echo ## test bad default plugin : nothing bad happens, as that plugin was't required by the server
connect(plug_con_wrongp,localhost,plug,plug_dest,,,,,wrong_plugin_name);
---enable_query_log
---enable_result_log
+select USER(),CURRENT_USER();
+connection default;
+disconnect plug_con_wrongp;
--echo ## test correct default plugin
connect(plug_con_rightp,localhost,plug,plug_dest,,,,,auth_test_plugin);