1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

"fix" sequence.temporary test

This commit is contained in:
Sergei Golubchik
2018-12-31 00:25:27 +01:00
parent 6bb11efa4a
commit 8cbb0bfaf7

View File

@ -114,7 +114,7 @@ int ha_sequence::open(const char *name, int mode, uint flags)
if (unlikely((error= table->s->sequence->read_initial_values(table))))
file->ha_close();
}
else
else if (!table->s->tmp_table)
table->m_needs_reopen= true;
/*