mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
After merge fixes: remove const and add query buffer.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user