mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
for general use. mysql-test/Makefile.am: Adding directories of additional test suites mysql-test/mysql-stress-test.pl: Adding check for additional errors checking during test run
6 lines
147 B
Plaintext
6 lines
147 B
Plaintext
SET autocommit = 0;
|
|
START TRANSACTION;
|
|
INSERT INTO t1 (`id`, `int1`, `connection_id`, `is_uncommitted`)
|
|
VALUES (3, 3, CONNECTION_ID(), 1);
|
|
COMMIT;
|