After merge fixes: remove const and add query buffer.

This commit is contained in:
kroki/tomash@moonlight.intranet 2006-11-22 16:49:32 +03:00
parent b290ed7a97
commit 3b9a8532f5

View File

@ -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;