mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
remove dead code
reduce the amount of engine-specific code in the server, particularly as it does not serve any purpose now. may be needed for VP engine, to be reconsidered in MDEV-7795
This commit is contained in:
@ -6581,7 +6581,6 @@ int handler::ha_reset()
|
||||
cancel_pushed_idx_cond();
|
||||
/* Reset information about pushed index conditions */
|
||||
cancel_pushed_rowid_filter();
|
||||
clear_top_table_fields();
|
||||
if (lookup_handler != this)
|
||||
{
|
||||
lookup_handler->ha_external_unlock(table->in_use);
|
||||
|
Reference in New Issue
Block a user