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:
@ -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;
|
||||
|
Reference in New Issue
Block a user