mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +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
224 B
Plaintext
6 lines
224 B
Plaintext
SET autocommit = 0;
|
|
START TRANSACTION;
|
|
SELECT * FROM t1 WHERE `is_uncommitted` > 0;
|
|
pk id int1 int1_key int1_unique int2 int2_key int2_unique for_update timestamp connection_id thread_id is_uncommitted is_consistent
|
|
COMMIT;
|