mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
SHOW [FULL] COLUMNS
Added timeouts to replication tests to handle concurrent inserts
This commit is contained in:
@ -1545,7 +1545,8 @@ mysql_execute_command(void)
|
||||
if (grant_option && check_grant(thd,SELECT_ACL,tables,2))
|
||||
goto error;
|
||||
res= mysqld_show_fields(thd,tables,
|
||||
(lex->wild ? lex->wild->ptr() : NullS));
|
||||
(lex->wild ? lex->wild->ptr() : NullS),
|
||||
lex->verbose);
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user