Post-merge fix to silence a compilation warning introduced

by patch for bug 32265 .


tests/mysql_client_test.c:
  Removed unused variable.
This commit is contained in:
unknown 2008-02-20 22:11:06 -03:00
parent a399fefd56
commit d34f8384b3

View File

@ -16159,7 +16159,7 @@ static void test_bug31669()
static void test_bug32265()
{
int rc, i;
int rc;
MYSQL_STMT *stmt;
MYSQL_FIELD *field;