diff options
author | unknown <gkodinov/kgeorge@magare.gmz> | 2007-06-12 14:45:30 +0300 |
---|---|---|
committer | unknown <gkodinov/kgeorge@magare.gmz> | 2007-06-12 14:45:30 +0300 |
commit | 119412f8d0cc364678e8e3b3c36c42e6fea69e3d (patch) | |
tree | 38569ac495ddfefe257e1e2defea431d5c89887f /tests | |
parent | e4cd7e985fa57cddc9d3866caaf263b5366a866a (diff) | |
download | mariadb-git-119412f8d0cc364678e8e3b3c36c42e6fea69e3d.tar.gz |
removed compilation warning
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mysql_client_test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c index 7fc45b89b82..ed1f2d58278 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -15694,7 +15694,6 @@ static void test_bug28934() { MYSQL *l_mysql; my_bool error= 0; - my_ulonglong res; MYSQL_BIND bind[5]; MYSQL_STMT *stmt; int cnt; |