diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2022-10-17 08:43:55 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2022-10-17 08:43:55 +0200 |
commit | 851b31bcc47b742cd3b39ad06176b0e8be591c18 (patch) | |
tree | 93da42af4bd22fc448df71777bedb0a4690478ba /mysql-test/main/cache_innodb.test | |
parent | 618d82064618bda06bcd080af5b664b3d173dbe3 (diff) | |
parent | a4234f0410008e14aa2ad7ad56973127f3046d5c (diff) | |
download | mariadb-git-851b31bcc47b742cd3b39ad06176b0e8be591c18.tar.gz |
Merge branch 'bb-10.8-vp-MDEV-27691' into 10.8
Diffstat (limited to 'mysql-test/main/cache_innodb.test')
-rw-r--r-- | mysql-test/main/cache_innodb.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/main/cache_innodb.test b/mysql-test/main/cache_innodb.test index f7102627506..efd877dda24 100644 --- a/mysql-test/main/cache_innodb.test +++ b/mysql-test/main/cache_innodb.test @@ -19,6 +19,7 @@ let $test_foreign_keys= 1; # Bug#56452 Assertion failed: thd->transaction.stmt.is_empty() || # thd->in_sub_stmt # +--disable_view_protocol CREATE TABLE t1 (a INT) ENGINE=InnoDB; BEGIN; INSERT INTO t1 VALUES(1); @@ -28,4 +29,4 @@ ROLLBACK WORK AND CHAIN NO RELEASE; SELECT a FROM t1; ROLLBACK; DROP TABLE t1; - +--enable_view_protocol |