Skip to content
Permalink
Browse files
Remove innodb.test "keep away" comment
This was a leftover post 5.5->10.0 merge. It should've been deleted
there.
  • Loading branch information
cvicentiu committed Jan 24, 2018
1 parent d81e41e commit d69d488
Showing 1 changed file with 0 additions and 14 deletions.
@@ -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). #
# #
#######################################################################

0 comments on commit d69d488

Please sign in to comment.