
Moved checking test results to rwsplit.sh so that tests can use easily different criterias to evaluate test success.
3 lines
64 B
SQL
3 lines
64 B
SQL
SET autocommit = 0;
|
|
SELECT @@in_transaction INTO @a;
|
|
SELECT @a; |