mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
6 lines
123 B
PHP
6 lines
123 B
PHP
|
INSERT INTO db1.trans (a) VALUES (1);
|
||
|
--disable_result_log
|
||
|
eval $statement;
|
||
|
--enable_result_log
|
||
|
CALL db1.test_if_commit();
|