mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
MySQL Innodb에서 transaction start 변수 설정이 빠진 문제 수정. by vhain님
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3627 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
47f5c9a1f8
commit
d0696e472c
1 changed files with 1 additions and 0 deletions
|
|
@ -121,6 +121,7 @@
|
|||
**/
|
||||
function begin() {
|
||||
if(!$this->isConnected() || $this->transaction_started) return;
|
||||
$this->transaction_started = true;
|
||||
$this->_query("begin");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue