Skip to content

Commit a88ddb1

Browse files
committed
Merge branch '10.2' into 10.3
2 parents 0a9487b + c22f7f2 commit a88ddb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/sql_show.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7910,7 +7910,7 @@ int fill_variables(THD *thd, TABLE_LIST *tables, COND *cond)
79107910
int add_symbol_to_table(const char* name, TABLE* table){
79117911
DBUG_ENTER("add_symbol_to_table");
79127912

7913-
uint length= strlen(name);
7913+
size_t length= strlen(name);
79147914

79157915
// If you've added a new SQL keyword longer than KEYWORD_SIZE,
79167916
// please increase the defined max length

0 commit comments

Comments
 (0)