1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Post-merge fix to silence a compilation warning introduced

by patch for bug 32265 .
This commit is contained in:
davi@mysql.com/endora.local
2008-02-20 22:11:06 -03:00
parent 0473205592
commit 4b821c0cbd

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;