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:
@ -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;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user