1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-05 13:16:09 +03:00

unused variable handler_items removed

This commit is contained in:
konstantin@oak.local
2003-11-21 17:22:54 +03:00
parent 5e46a05960
commit d7fe94c798
2 changed files with 1 additions and 2 deletions

View File

@@ -102,7 +102,6 @@ THD::THD():user_time(0), is_fatal_error(0),
query_error= tmp_table_used= 0; query_error= tmp_table_used= 0;
next_insert_id=last_insert_id=0; next_insert_id=last_insert_id=0;
open_tables= temporary_tables= handler_tables= derived_tables= 0; open_tables= temporary_tables= handler_tables= derived_tables= 0;
handler_items=0;
tmp_table=0; tmp_table=0;
lock=locked_tables=0; lock=locked_tables=0;
used_tables=0; used_tables=0;

View File

@@ -547,7 +547,7 @@ public:
free_root(&mem_root,MYF(MY_KEEP_PREALLOC)); free_root(&mem_root,MYF(MY_KEEP_PREALLOC));
} }
} transaction; } transaction;
Item *free_list, *handler_items; Item *free_list;
Field *dupp_field; Field *dupp_field;
#ifndef __WIN__ #ifndef __WIN__
sigset_t signals,block_signals; sigset_t signals,block_signals;