1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

New alternate UNION syntax and bug fix for multi-table deletes

This commit is contained in:
Sinisa@sinisa.nasamreza.org
2001-10-25 14:41:49 +03:00
parent 386b5ad183
commit 006ff09c34
6 changed files with 42 additions and 44 deletions

View File

@@ -2406,6 +2406,7 @@ mysql_init_query(THD *thd)
thd->fatal_error=0; // Safety
thd->last_insert_id_used=thd->query_start_used=thd->insert_id_used=0;
thd->sent_row_count=thd->examined_row_count=0;
thd->lex.sql_command=SQLCOM_SELECT;
DBUG_VOID_RETURN;
}