1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

unused variable handler_items removed

This commit is contained in:
unknown
2003-11-21 17:22:54 +03:00
parent 50685be51b
commit f7f08b1237
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;