Commit a94f0dbb authored by unknown's avatar unknown

WL #3630 (add embedded server to pushbuild)

innodb.test fix


mysql-test/t/innodb.test:
  test disabled for embedded server
  replace_result fixed
parent 333b2684
......@@ -11,6 +11,7 @@
# #
#######################################################################
-- source include/not_embedded.inc
-- source include/have_innodb.inc
#
......@@ -2451,7 +2452,6 @@ drop table t1, t2, t3, t5, t6, t8, t9;
# bug 18934, "InnoDB crashes when table uses column names like DB_ROW_ID"
--error 1005
--replace_result \\ / $MYSQL_TEST_DIR . /var/master-data/ /
CREATE TABLE t1 (DB_ROW_ID int) engine=innodb;
#
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment