Commit 6549791f authored by lenz@kallisto.local's avatar lenz@kallisto.local

- fixed compile error in tests/client_test.c

   (declarations should be on top of a block)
parent 3e9338f8
......@@ -8069,9 +8069,9 @@ static void test_bug1946()
{
MYSQL_STMT *stmt;
int rc;
const char *query= "INSERT INTO prepare_command VALUES (?)";
myheader("test_bug1946");
const char *query= "INSERT INTO prepare_command VALUES (?)";
rc = mysql_query(mysql, "DROP TABLE IF EXISTS prepare_command");
myquery(rc);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment