mirror of https://github.com/MariaDB/server
Browse Source
The InnoDB temporary tablespace is only usable if innodb_read_only=OFF. It is useless to create the tablespace in read-only mode, because CREATE TEMPORARY TABLE is disallowed if innodb_read_only, and nothing can we written to the temporary tablespace if no temporary tables can be created.pull/277/merge
3 changed files with 12 additions and 12 deletions
Loading…
Reference in new issue