mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.5 into 10.6
This commit is contained in:
@ -138,6 +138,7 @@ show tables;
|
||||
Tables_in_test
|
||||
create temporary table t1 (keyc int, c1 char(100), c2 char(100)) engine = innodb;
|
||||
ERROR HY000: Can't create table `test`.`t1` (errno: 165 "Table is read only")
|
||||
SET GLOBAL innodb_encrypt_tables=DEFAULT;
|
||||
# test various bad start-up parameters
|
||||
FOUND 2 /InnoDB: Unable to create temporary file/ in mysqld.1.err
|
||||
# restart: --innodb_data_file_path=ibdata1:12M:autoextend --innodb_temp_data_file_path=ibdata1:12M:autoextend
|
||||
|
Reference in New Issue
Block a user