summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/r/innodb-index.result
diff options
context:
space:
mode:
authorCalvin Sun <calvin.sun@oracle.com>2010-10-07 06:00:22 -0500
committerCalvin Sun <calvin.sun@oracle.com>2010-10-07 06:00:22 -0500
commit11f68c01e693b0b4b75d5e1dbda53efbbb9b433d (patch)
tree8b6b675e66913c8df27b3a3494837289d11b0376 /mysql-test/suite/innodb/r/innodb-index.result
parent8cf10ed1771e7a119d5d2f5220a4d30552ddee28 (diff)
downloadmariadb-git-11f68c01e693b0b4b75d5e1dbda53efbbb9b433d.tar.gz
bug#56318: adjust the result files.
Diffstat (limited to 'mysql-test/suite/innodb/r/innodb-index.result')
-rw-r--r--mysql-test/suite/innodb/r/innodb-index.result6
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/suite/innodb/r/innodb-index.result b/mysql-test/suite/innodb/r/innodb-index.result
index 1aeca2c226a..e43f70a2365 100644
--- a/mysql-test/suite/innodb/r/innodb-index.result
+++ b/mysql-test/suite/innodb/r/innodb-index.result
@@ -918,9 +918,9 @@ ERROR HY000: Too big row
alter table t1 row_format=compact;
create index t1u on t1 (u(1));
drop table t1;
-set global innodb_file_per_table=1;
-set global innodb_file_format=Barracuda;
-set global innodb_file_format_max=Barracuda;
+set global innodb_file_per_table=0;
+set global innodb_file_format=Antelope;
+set global innodb_file_format_max=Antelope;
SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0;
SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0;
CREATE TABLE t1(