diff options
author | Jan Lindström <jplindst@mariadb.org> | 2015-02-18 14:07:13 +0200 |
---|---|---|
committer | Jan Lindström <jplindst@mariadb.org> | 2015-02-18 14:07:13 +0200 |
commit | 865b83e9a4b834b1f58e60db4709031bef823f4a (patch) | |
tree | 4a9410718b9d937e769567f94a2c3a96e137a018 /mysql-test/r/partition_innodb_plugin.result | |
parent | 2fb81b956d82400a66f2875e6b885b45192fffcd (diff) | |
download | mariadb-git-865b83e9a4b834b1f58e60db4709031bef823f4a.tar.gz |
Fixed test failure seen on partition_innodb_plugin test case.
Diffstat (limited to 'mysql-test/r/partition_innodb_plugin.result')
-rw-r--r-- | mysql-test/r/partition_innodb_plugin.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/partition_innodb_plugin.result b/mysql-test/r/partition_innodb_plugin.result index 7a84745e611..7057bb0a55b 100644 --- a/mysql-test/r/partition_innodb_plugin.result +++ b/mysql-test/r/partition_innodb_plugin.result @@ -141,12 +141,12 @@ ERROR 40001: Deadlock found when trying to get lock; try restarting transaction # First table reported in 'SHOW ENGINE InnoDB STATUS' SHOW ENGINE InnoDB STATUS; Type Name Status -InnoDB index `PRIMARY` of table `test`.`t``\""e` /* Partition `p0``\""e`, Subpartition `sp0``\""e` */ +InnoDB index `PRIMARY` of table `test`.`t``\""e` /* Partition `p0``\""e`, Subpartition `sp0``\""e` */ set @old_sql_mode = @@sql_mode; set sql_mode = 'ANSI_QUOTES'; SHOW ENGINE InnoDB STATUS; Type Name Status -InnoDB index `PRIMARY` of table `test`.`t``\""e` /* Partition `p0``\""e`, Subpartition `sp0``\""e` */ +InnoDB index `PRIMARY` of table `test`.`t``\""e` /* Partition `p0``\""e`, Subpartition `sp0``\""e` */ set @@sql_mode = @old_sql_mode; # con1 ROLLBACK; |