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

@@ -17133,7 +17133,7 @@ bool open_tmp_table(TABLE *table)
table->db_stat= 0;
return 1;
}
table->db_stat= HA_OPEN_KEYFILE+HA_OPEN_RNDFILE;
table->db_stat= HA_OPEN_KEYFILE;
(void) table->file->extra(HA_EXTRA_QUICK); /* Faster */
if (!table->is_created())
{