summaryrefslogtreecommitdiff
path: root/mysql-test/t/rollback.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/rollback.test')
-rw-r--r--mysql-test/t/rollback.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/rollback.test b/mysql-test/t/rollback.test
index 87f59417d90..3cb1ea3024b 100644
--- a/mysql-test/t/rollback.test
+++ b/mysql-test/t/rollback.test
@@ -5,6 +5,8 @@
--disable_warnings
drop table if exists t1;
--enable_warnings
+# PS doesn't work with BEGIN ... ROLLBACK
+--disable_ps_protocol
create table t1 (n int not null primary key) engine=myisam;
begin work;