summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authoraivanov@mysql.com <>2006-06-06 23:37:42 +0400
committeraivanov@mysql.com <>2006-06-06 23:37:42 +0400
commitc46b17a7310da72ff2f36702831c0b261ef44f2a (patch)
tree0687926c1926ad0917b8cad8c89bf023b0c3be46 /mysql-test
parent3d18c46372feecff104e3ee229302cbda5ff8533 (diff)
downloadmariadb-git-c46b17a7310da72ff2f36702831c0b261ef44f2a.tar.gz
Applied innodb-5.0-ss609 snapshot.
Fixed BUG#19727 "InnoDB crashed server and crashed tables are not recoverable".
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/t/innodb.test13
1 files changed, 13 insertions, 0 deletions
diff --git a/mysql-test/t/innodb.test b/mysql-test/t/innodb.test
index e4c8bf89cca..71b178d0e57 100644
--- a/mysql-test/t/innodb.test
+++ b/mysql-test/t/innodb.test
@@ -2196,3 +2196,16 @@ drop table t2, t1;
#
--error ER_TABLE_CANT_HANDLE_SPKEYS
create table t1 (g geometry not null, spatial gk(g)) engine=innodb;
+
+#######################################################################
+# #
+# Please, DO NOT TOUCH this file as well as the innodb.result file. #
+# These files are to be modified ONLY BY INNOBASE guys. #
+# #
+# Use innodb_mysql.[test|result] files instead. #
+# #
+# If nevertheless you need to make some changes here, please, forward #
+# your commit message To: dev@innodb.com Cc: dev-innodb@mysql.com #
+# (otherwise your changes may be erased). #
+# #
+#######################################################################