mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge with 4.0
This commit is contained in:
@ -2471,7 +2471,7 @@ unsent_create_error:
|
||||
if (lex->name && (!lex->name[0] || strlen(lex->name) > NAME_LEN))
|
||||
{
|
||||
net_printf(thd, ER_WRONG_TABLE_NAME, lex->name);
|
||||
res=0;
|
||||
res= 1;
|
||||
break;
|
||||
}
|
||||
if (!select_lex->db)
|
||||
|
Reference in New Issue
Block a user