summaryrefslogtreecommitdiff
path: root/mysql-test/extra
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2016-12-04 01:59:08 +0100
committerSergei Golubchik <serg@mariadb.org>2016-12-04 01:59:08 +0100
commitc5ef62159994b45e740a9b3f19c2b9cc8c265916 (patch)
tree0914b1fa80bf6cffd7b5d387440a9dbc4d70e1a6 /mysql-test/extra
parentf35b0d8ef81376a27db97030a1f84a0f656a525a (diff)
parentd4f0686cd819f2cd4fb78822ba56fda8ddce19e4 (diff)
downloadmariadb-git-c5ef62159994b45e740a9b3f19c2b9cc8c265916.tar.gz
Merge branch 'merge/merge-tokudb-5.6' into 10.0
Diffstat (limited to 'mysql-test/extra')
-rw-r--r--mysql-test/extra/table_index_statistics.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/extra/table_index_statistics.inc b/mysql-test/extra/table_index_statistics.inc
index 67ee4213037..ba585320fc9 100644
--- a/mysql-test/extra/table_index_statistics.inc
+++ b/mysql-test/extra/table_index_statistics.inc
@@ -48,7 +48,7 @@ DROP TABLE t2;
# Bug 1183625 (handler::update_global_table_stats crash).
-CREATE TABLE t2 (c1 INT UNSIGNED) ENGINE=InnoDB;
+CREATE TABLE t2 (c1 INT UNSIGNED);
ALTER TABLE t2 MODIFY c1 FLOAT;