summaryrefslogtreecommitdiff
path: root/tests/mysql_client_test.c
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2021-09-06 15:34:54 +0300
committerGitHub <noreply@github.com>2021-09-06 15:34:54 +0300
commit19be74d2169b7fb3dc06feae8d11389f97644273 (patch)
tree1435d788f48562a2f3236035fe66b2d1f2881d57 /tests/mysql_client_test.c
parentb921d29b8905e927f7376c5118088368f946ae41 (diff)
parentd8943b0cc3ecb10dc68542e7846f9411a35f0d69 (diff)
downloadmariadb-git-bb-10.6-ramesh.tar.gz
Merge branch '10.6' into bb-10.6-rameshbb-10.6-ramesh
Diffstat (limited to 'tests/mysql_client_test.c')
-rw-r--r--tests/mysql_client_test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c
index 9c18667614b..8f4e2b2fdad 100644
--- a/tests/mysql_client_test.c
+++ b/tests/mysql_client_test.c
@@ -19203,6 +19203,9 @@ static void test_bug11766854()
struct st_mysql_client_plugin *plugin;
DBUG_ENTER("test_bug11766854");
+ if (!getenv("QA_AUTH_CLIENT_SO"))
+ DBUG_VOID_RETURN;
+
myheader("test_bug11766854");
plugin= mysql_load_plugin(mysql, "foo", -1, 0);