mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
Merge bk-internal:/home/bk/mysql-5.0
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
This commit is contained in:
commit
1625878788
1 changed files with 1 additions and 1 deletions
|
@ -1018,7 +1018,7 @@ static int mysql_test_delete(Prepared_statement *stmt,
|
|||
{
|
||||
mysql_prepare_delete(thd, table_list, &lex->select_lex.where);
|
||||
lex->unit.cleanup();
|
||||
DBUG_RETURN(FALSE)
|
||||
DBUG_RETURN(FALSE);
|
||||
}
|
||||
/* TODO: here we should send types of placeholders to the client. */
|
||||
DBUG_RETURN(TRUE);
|
||||
|
|
Loading…
Reference in a new issue