Commit 247428a1 authored by unknown's avatar unknown

After merge fixes: remove const and add query buffer.

parent 74dff152
...@@ -15403,7 +15403,8 @@ static void test_bug21635() ...@@ -15403,7 +15403,8 @@ static void test_bug21635()
"COUNT(i)", "COUNT(i)", "COUNT(i)", "COUNT(i)",
"COUNT(i) AS A3", "A3", "COUNT(i) AS A3", "A3",
}; };
const char *query_end; char query[MAX_TEST_QUERY_LENGTH];
char *query_end;
MYSQL_RES *result; MYSQL_RES *result;
MYSQL_FIELD *field; MYSQL_FIELD *field;
unsigned int field_count, i; unsigned int field_count, i;
......
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