GIF89a;
| Direktori : /usr/share/mysql-test/suite/innodb/r/ |
| Current File : //usr/share/mysql-test/suite/innodb/r/innodb_file_limit_check.result |
CALL mtr.add_suppression("innodb_open_files should not be greater than the open_files_limit.");
CREATE TABLE t1 (a INT)ENGINE=INNODB PARTITION BY HASH(a) PARTITIONS 1024;
SELECT 1 UNION SELECT * FROM t1 UNION SELECT * FROM t1 UNION
SELECT * FROM t1 UNION SELECT * FROM t1 UNION SELECT * FROM
t1;
1
1
DROP TABLE t1;