1
0
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:
Sergei Golubchik
2020-06-07 20:39:31 +02:00
parent 76cb2f9dd6
commit 89a33303c4
11 changed files with 10 additions and 248 deletions

View File

@ -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);