summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/t/innodb.test
diff options
context:
space:
mode:
authorVicențiu Ciorbaru <vicentiu@mariadb.org>2018-01-24 17:55:26 +0200
committerVicențiu Ciorbaru <vicentiu@mariadb.org>2018-01-24 17:55:26 +0200
commitd69d488b8c1b35f2b2b0f1c606f9d91623da65eb (patch)
tree37826ae540f7222606d023a760e92d613f8727b6 /mysql-test/suite/innodb/t/innodb.test
parentd81e41e77308e8d3a7f3137e9c96c88ecd3086a3 (diff)
downloadmariadb-git-d69d488b8c1b35f2b2b0f1c606f9d91623da65eb.tar.gz
Remove innodb.test "keep away" comment
This was a leftover post 5.5->10.0 merge. It should've been deleted there.
Diffstat (limited to 'mysql-test/suite/innodb/t/innodb.test')
-rw-r--r--mysql-test/suite/innodb/t/innodb.test14
1 files changed, 0 insertions, 14 deletions
diff --git a/mysql-test/suite/innodb/t/innodb.test b/mysql-test/suite/innodb/t/innodb.test
index 19a1b4710c4..fc768ab197b 100644
--- a/mysql-test/suite/innodb/t/innodb.test
+++ b/mysql-test/suite/innodb/t/innodb.test
@@ -2587,17 +2587,3 @@ SELECT * FROM t2;
DROP TABLE t1;
DROP TABLE t2;
-#######################################################################
-# #
-# 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: innodb_dev_ww@oracle.com #
-# Cc: dev-innodb@mysql.com #
-# (otherwise your changes may be erased). #
-# #
-#######################################################################