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

fixing a small typo

This commit is contained in:
unknown
2004-11-15 23:25:24 +02:00
parent 9ec34a400a
commit d17105aec6

View File

@ -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);