1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

cleanup: unused open_table_from_share() flags

This commit is contained in:
Sergei Golubchik
2016-11-14 20:24:03 +01:00
parent db3f110864
commit b2c8d55c22
9 changed files with 23 additions and 59 deletions

View File

@@ -411,7 +411,6 @@ static int lock_external(THD *thd, TABLE **tables, uint count)
}
else
{
(*tables)->db_stat &= ~ HA_BLOCK_LOCK;
(*tables)->current_lock= lock_type;
}
}