mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
- fixed compile error in tests/client_test.c
(declarations should be on top of a block)
This commit is contained in:
parent
3e9338f845
commit
6549791f21
1 changed files with 1 additions and 1 deletions
|
@ -8069,9 +8069,9 @@ static void test_bug1946()
|
||||||
{
|
{
|
||||||
MYSQL_STMT *stmt;
|
MYSQL_STMT *stmt;
|
||||||
int rc;
|
int rc;
|
||||||
|
const char *query= "INSERT INTO prepare_command VALUES (?)";
|
||||||
|
|
||||||
myheader("test_bug1946");
|
myheader("test_bug1946");
|
||||||
const char *query= "INSERT INTO prepare_command VALUES (?)";
|
|
||||||
|
|
||||||
rc = mysql_query(mysql, "DROP TABLE IF EXISTS prepare_command");
|
rc = mysql_query(mysql, "DROP TABLE IF EXISTS prepare_command");
|
||||||
myquery(rc);
|
myquery(rc);
|
||||||
|
|
Loading…
Reference in a new issue