Commit e392cd08 authored by unknown's avatar unknown

Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-5.0

into sinisa.nasamreza.org:/mnt/work/petica

parents ac9e3a96 d17105ae
...@@ -1018,7 +1018,7 @@ static int mysql_test_delete(Prepared_statement *stmt, ...@@ -1018,7 +1018,7 @@ static int mysql_test_delete(Prepared_statement *stmt,
{ {
mysql_prepare_delete(thd, table_list, &lex->select_lex.where); mysql_prepare_delete(thd, table_list, &lex->select_lex.where);
lex->unit.cleanup(); lex->unit.cleanup();
DBUG_RETURN(FALSE) DBUG_RETURN(FALSE);
} }
/* TODO: here we should send types of placeholders to the client. */ /* TODO: here we should send types of placeholders to the client. */
DBUG_RETURN(TRUE); DBUG_RETURN(TRUE);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment