diff options
author | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2008-11-27 18:26:22 +0400 |
---|---|---|
committer | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2008-11-27 18:26:22 +0400 |
commit | 3a3d3527a333f83eb454efa8fd1e7f34e06b578c (patch) | |
tree | 249acd7d6f2ec2e858f2677b9074d2afd96e00c2 /tests | |
parent | 89d044062c1daa3f12358b003478cbaa5df91e3b (diff) | |
download | mariadb-git-3a3d3527a333f83eb454efa8fd1e7f34e06b578c.tar.gz |
removed unused variable
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mysql_client_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c index a9ec7eb358a..ee3a053f8bd 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -16220,7 +16220,7 @@ static void test_bug38486(void) static void test_bug40365(void) { - uint rc, i, count= 1; + uint rc, i; MYSQL_STMT *stmt= 0; MYSQL_BIND my_bind[2]; my_bool is_null[2]= {0}; |