mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
10.0-base merge
This commit is contained in:
@@ -3,7 +3,7 @@ set global innodb_file_per_table=1, innodb_file_format=Barracuda;
|
||||
create table t1 (i int) engine=InnoDB;
|
||||
alter table t1 discard tablespace;
|
||||
select * from t1;
|
||||
ERROR HY000: Got error -1 "Internal error < 0 (Not system error)" from storage engine
|
||||
ERROR HY000: Got error -1 "Internal error < 0 (Not system error)" from storage engine InnoDB
|
||||
InnoDB: http://dev.mysql.com/doc/refman/10.0/en/innodb-troubleshooting.html
|
||||
drop table t1;
|
||||
set global innodb_file_per_table=default, innodb_file_format=default;
|
||||
|
Reference in New Issue
Block a user