mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 01:34:17 +01:00
MDEV-17399 JSON_TABLE.
test crashing after any_db assinged nonzero lenght fixed.
This commit is contained in:
parent
1db1f85996
commit
67b31a6e4c
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ static int show_create_db(THD *thd, LEX *lex);
|
|||
static bool alter_routine(THD *thd, LEX *lex);
|
||||
static bool drop_routine(THD *thd, LEX *lex);
|
||||
|
||||
const LEX_CSTRING any_db= {"*any*", 0};
|
||||
const LEX_CSTRING any_db= {STRING_WITH_LEN("*any*")};
|
||||
|
||||
const LEX_CSTRING command_name[257]={
|
||||
{ STRING_WITH_LEN("Sleep") }, //0
|
||||
|
|
Loading…
Add table
Reference in a new issue