1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +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

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