Lines Matching refs:commit
20 $mysqli->commit();
27 if (true !== ($tmp = $mysqli->commit())) {
47 $tmp = $mysqli->commit();
69 if (!$mysqli->commit(0 , "tx_name0123")) {
73 var_dump($mysqli->commit(0 , "*/ nonsense"));
75 var_dump($mysqli->commit(0 , "tx_name ulf вендел"));
77 var_dump($mysqli->commit(0 , "tx_name \t\n\r\b"));
79 if (!$mysqli->commit(MYSQLI_TRANS_COR_AND_CHAIN | MYSQLI_TRANS_COR_NO_RELEASE , "tx_name")) {
86 $mysqli->commit();
100 Warning: mysqli::commit(): Transaction name has been truncated, since it can only contain the A-Z, …
103 Warning: mysqli::commit(): Transaction name has been truncated, since it can only contain the A-Z, …
106 Warning: mysqli::commit(): Transaction name has been truncated, since it can only contain the A-Z, …