diff options
author | unknown <gluh@mysql.com/eagle.(none)> | 2007-12-13 16:43:38 +0400 |
---|---|---|
committer | unknown <gluh@mysql.com/eagle.(none)> | 2007-12-13 16:43:38 +0400 |
commit | 22333974762fbf99fcf0d08024c8a8d2239abee6 (patch) | |
tree | fedc90f0a7e1e4b756302e666d41c7e835c85bc0 /tests | |
parent | 77784d57bbfce087b02da033b5a6519ef061fbe9 (diff) | |
download | mariadb-git-22333974762fbf99fcf0d08024c8a8d2239abee6.tar.gz |
after merge fix
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mysql_client_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c index 6042ff4a2bf..9284b2182b1 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -16903,7 +16903,9 @@ static void test_bug20023() int sql_big_selects_4; int sql_big_selects_5; +#if NOT_USED char query_buffer[MAX_TEST_QUERY_LENGTH]; +#endif /* Create a new connection. */ |