mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
fixed retsult code
This commit is contained in:
@ -1765,7 +1765,7 @@ mysql_execute_command(void)
|
|||||||
if (lex->name && (!lex->name[0] || strlen(lex->name) > NAME_LEN))
|
if (lex->name && (!lex->name[0] || strlen(lex->name) > NAME_LEN))
|
||||||
{
|
{
|
||||||
net_printf(&thd->net,ER_WRONG_TABLE_NAME,lex->name);
|
net_printf(&thd->net,ER_WRONG_TABLE_NAME,lex->name);
|
||||||
res=0;
|
res= 1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (!select_lex->db)
|
if (!select_lex->db)
|
||||||
|
Reference in New Issue
Block a user