Lines Matching refs:commit
25 $mysqli->commit();
35 if (true !== ($tmp = $mysqli->commit())) {
55 $tmp = $mysqli->commit();
77 if (!$mysqli->commit(0 , "tx_name0123")) {
81 var_dump($mysqli->commit(0 , "*/ nonsense"));
83 var_dump($mysqli->commit(0 , "tx_name ulf вендел"));
85 var_dump($mysqli->commit(0 , "tx_name \t\n\r\b"));
87 if (!$mysqli->commit(MYSQLI_TRANS_COR_AND_CHAIN | MYSQLI_TRANS_COR_NO_RELEASE , "tx_name")) {
94 $mysqli->commit();
107 Warning: mysqli::commit(): Transaction name has been truncated, since it can only contain the A-Z, …
110 Warning: mysqli::commit(): Transaction name has been truncated, since it can only contain the A-Z, …
113 Warning: mysqli::commit(): Transaction name has been truncated, since it can only contain the A-Z, …