summaryrefslogtreecommitdiff
path: root/mysql-test/include/implicit_commit_helper.inc
blob: 5e87b2db079db00713a77c0c193b9f9e7c754ab3 (plain)
1
2
3
4
5
INSERT INTO db1.trans (a) VALUES (1);
--disable_result_log
eval $statement;
--enable_result_log
CALL db1.test_if_commit();