Lines Matching refs:commit
24 $mysqli->commit();
34 if (true !== ($tmp = $mysqli->commit())) {
54 $tmp = $mysqli->commit();
76 if (!$mysqli->commit(0 , "tx_name0123")) {
80 var_dump($mysqli->commit(0 , "*/ nonsense"));
82 var_dump($mysqli->commit(0 , "tx_name ulf вендел"));
84 var_dump($mysqli->commit(0 , "tx_name \t\n\r\b"));
86 if (!$mysqli->commit(MYSQLI_TRANS_COR_AND_CHAIN | MYSQLI_TRANS_COR_NO_RELEASE , "tx_name")) {
93 $mysqli->commit();
106 Warning: mysqli::commit(): Transaction name has been truncated, since it can only contain the A-Z, …
109 Warning: mysqli::commit(): Transaction name has been truncated, since it can only contain the A-Z, …
112 Warning: mysqli::commit(): Transaction name has been truncated, since it can only contain the A-Z, …