mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
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:
@ -16159,7 +16159,7 @@ static void test_bug31669()
|
|||||||
|
|
||||||
static void test_bug32265()
|
static void test_bug32265()
|
||||||
{
|
{
|
||||||
int rc, i;
|
int rc;
|
||||||
MYSQL_STMT *stmt;
|
MYSQL_STMT *stmt;
|
||||||
MYSQL_FIELD *field;
|
MYSQL_FIELD *field;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user