After merge fixes: remove const and add query buffer.
This commit is contained in:
parent
b290ed7a97
commit
3b9a8532f5
@ -15403,7 +15403,8 @@ static void test_bug21635()
|
||||
"COUNT(i)", "COUNT(i)",
|
||||
"COUNT(i) AS A3", "A3",
|
||||
};
|
||||
const char *query_end;
|
||||
char query[MAX_TEST_QUERY_LENGTH];
|
||||
char *query_end;
|
||||
MYSQL_RES *result;
|
||||
MYSQL_FIELD *field;
|
||||
unsigned int field_count, i;
|
||||
|
Loading…
x
Reference in New Issue
Block a user