summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Malyavin <nikitamalyavin@gmail.com>2021-12-13 15:32:42 +0300
committerNikita Malyavin <nikitamalyavin@gmail.com>2021-12-13 15:32:42 +0300
commit4433e05a981e8ed67fe14c9189146c733282bc7f (patch)
treeb7d60da03389e179992d597bbc7881cd1c298382
parent7de17e5f287828c2216020a3363354c84cb6637c (diff)
downloadmariadb-git-4433e05a981e8ed67fe14c9189146c733282bc7f.tar.gz
fix rollback to savepoint
-rw-r--r--mysql-test/suite/binlog/r/online_alter_binlog.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/binlog/r/online_alter_binlog.result b/mysql-test/suite/binlog/r/online_alter_binlog.result
index 6e917286301..a18e723e519 100644
--- a/mysql-test/suite/binlog/r/online_alter_binlog.result
+++ b/mysql-test/suite/binlog/r/online_alter_binlog.result
@@ -450,7 +450,7 @@ set debug_sync= 'now SIGNAL end';
connection default;
select * from t1;
a b
-123 NULL
+1 NULL
2 NULL
select * from t2;
a