Home
last modified time | relevance | path

Searched refs:ROLLBACK (Results 1 – 11 of 11) sorted by relevance

/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_autocommit.phpt67 $db->query('ROLLBACK');
70 printf("[012] ROLLBACK should not have undone anything\n");
76 $db->query('ROLLBACK');
79 printf("[014] ROLLBACK should have undone the DELETE\n");
H A Dpdo_mysql_rollback.phpt33 printf("[002] ROLLBACK has failed\n");
43 printf("[002] ROLLBACK should have no effect because of the implicit COMMIT
54 printf("[003] ROLLBACK should have no effect\n");
/PHP-5.5/ext/pgsql/tests/
H A Dbug64609.phpt22 pg_query("ROLLBACK");
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_change_user_rollback.phpt2 mysqli_change_user() - ROLLBACK
H A Dmysqli_autocommit.phpt73 if (!mysqli_query($link, 'ROLLBACK'))
108 if (!mysqli_query($link, 'ROLLBACK'))
H A Dmysqli_autocommit_oo.phpt62 if (!$mysqli->query('ROLLBACK'))
98 if (!$mysqli->query('ROLLBACK'))
H A Dmysqli_commit.phpt52 if (!mysqli_query($link, 'ROLLBACK'))
H A Dmysqli_commit_oo.phpt58 if (!$mysqli->query('ROLLBACK'))
H A Dmysqli_change_user_get_lock.phpt39 …2.13, “Controlling Automatic Reconnect Behavior”.) It always performs a ROLLBACK of any active tra…
/PHP-5.5/ext/interbase/
H A Dinterbase.c40 #define ROLLBACK 0 macro
1357 case (ROLLBACK | RETAIN): in _php_ibase_trans_end()
1390 _php_ibase_trans_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, ROLLBACK); in PHP_FUNCTION()
1406 _php_ibase_trans_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, ROLLBACK | RETAIN); in PHP_FUNCTION()
/PHP-5.5/
H A DNEWS2114 and ROLLBACK through options to mysqli_commit()/mysqli_rollback() and their
2125 and ROLLBACK. (Andrey)

Completed in 42 milliseconds