mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
add mysqli_innodb class
This commit is contained in:
parent
16ca22a96f
commit
e5245d968f
6 changed files with 668 additions and 10 deletions
|
|
@ -43,7 +43,6 @@ class DBMysql_innodb extends DBMysql
|
|||
*/
|
||||
function _close($connection)
|
||||
{
|
||||
$this->_query("commit", $connection);
|
||||
@mysql_close($connection);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue