1
0
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:
monty@donna.mysql.com
2001-01-22 05:32:58 +02:00
parent 0f28f7a414
commit 2d1082308b
26 changed files with 81 additions and 43 deletions

View File

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