mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fixed that derived tables are properly droped
This commit is contained in:
@ -90,7 +90,7 @@ THD::THD():user_time(0), fatal_error(0),
|
||||
db_length=query_length=col_access=0;
|
||||
query_error=0;
|
||||
next_insert_id=last_insert_id=0;
|
||||
open_tables=temporary_tables=handler_tables=0;
|
||||
open_tables= temporary_tables= handler_tables= derived_tables= 0;
|
||||
current_tablenr=0;
|
||||
handler_items=0;
|
||||
tmp_table=0;
|
||||
|
Reference in New Issue
Block a user