Commit a88ddb16 authored by Daniel Black's avatar Daniel Black

Merge branch '10.2' into 10.3

parents 0a9487b6 c22f7f23
...@@ -7910,7 +7910,7 @@ int fill_variables(THD *thd, TABLE_LIST *tables, COND *cond) ...@@ -7910,7 +7910,7 @@ int fill_variables(THD *thd, TABLE_LIST *tables, COND *cond)
int add_symbol_to_table(const char* name, TABLE* table){ int add_symbol_to_table(const char* name, TABLE* table){
DBUG_ENTER("add_symbol_to_table"); DBUG_ENTER("add_symbol_to_table");
uint length= strlen(name); size_t length= strlen(name);
// If you've added a new SQL keyword longer than KEYWORD_SIZE, // If you've added a new SQL keyword longer than KEYWORD_SIZE,
// please increase the defined max length // please increase the defined max length
......
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