1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

fixed retsult code

This commit is contained in:
unknown
2004-10-19 11:54:33 +03:00
parent 2428fb5c2b
commit 4324519868

View File

@ -1765,7 +1765,7 @@ mysql_execute_command(void)
if (lex->name && (!lex->name[0] || strlen(lex->name) > NAME_LEN))
{
net_printf(&thd->net,ER_WRONG_TABLE_NAME,lex->name);
res=0;
res= 1;
break;
}
if (!select_lex->db)