mirror of
https://github.com/MariaDB/server.git
synced 2025-12-13 20:03:16 +03:00
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;
|