diff options
author | Jan Lindström <jan.lindstrom@mariadb.com> | 2021-09-06 15:34:54 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-06 15:34:54 +0300 |
commit | 19be74d2169b7fb3dc06feae8d11389f97644273 (patch) | |
tree | 1435d788f48562a2f3236035fe66b2d1f2881d57 /tests/mysql_client_test.c | |
parent | b921d29b8905e927f7376c5118088368f946ae41 (diff) | |
parent | d8943b0cc3ecb10dc68542e7846f9411a35f0d69 (diff) | |
download | mariadb-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.c | 3 |
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); |