1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

removed unused variable

This commit is contained in:
Sergey Glukhov
2008-11-27 18:26:22 +04:00
parent 2fb574214e
commit 861eeb918d

View File

@ -16220,7 +16220,7 @@ static void test_bug38486(void)
static void test_bug40365(void) static void test_bug40365(void)
{ {
uint rc, i, count= 1; uint rc, i;
MYSQL_STMT *stmt= 0; MYSQL_STMT *stmt= 0;
MYSQL_BIND my_bind[2]; MYSQL_BIND my_bind[2];
my_bool is_null[2]= {0}; my_bool is_null[2]= {0};