Skip to content
Permalink
Browse files
Merge branch '10.2' into 10.3
  • Loading branch information
grooverdan committed Jul 2, 2021
2 parents 0a9487b + c22f7f2 commit a88ddb1
Showing 1 changed file with 1 addition and 1 deletion.
@@ -7910,7 +7910,7 @@ int fill_variables(THD *thd, TABLE_LIST *tables, COND *cond)
int add_symbol_to_table(const char* name, TABLE* 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,
// please increase the defined max length

0 comments on commit a88ddb1

Please sign in to comment.