[Vtigercrm-commits] [vtiger-commits] r4861 - /vtigercrm/branches/4.2_postgresql_integration/adodb/drivers/adodb-mysql.inc.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Apr 4 01:39:58 EDT 2006
Author: allanbush
Date: Mon Apr 3 23:39:55 2006
New Revision: 4861
Log:
Removed missing transaction support warning from the mysql driver debugging information. Refs #69.
Modified:
vtigercrm/branches/4.2_postgresql_integration/adodb/drivers/adodb-mysql.inc.php
Modified: vtigercrm/branches/4.2_postgresql_integration/adodb/drivers/adodb-mysql.inc.php
==============================================================================
--- vtigercrm/branches/4.2_postgresql_integration/adodb/drivers/adodb-mysql.inc.php (original)
+++ vtigercrm/branches/4.2_postgresql_integration/adodb/drivers/adodb-mysql.inc.php Mon Apr 3 23:39:55 2006
@@ -171,7 +171,7 @@
function BeginTrans()
{
- if ($this->debug) ADOConnection::outp("Transactions not supported in 'mysql' driver. Use 'mysqlt' or 'mysqli' driver");
+ //if ($this->debug) ADOConnection::outp("Transactions not supported in 'mysql' driver. Use 'mysqlt' or 'mysqli' driver");
}
function _affectedrows()
@@ -772,4 +772,4 @@
}
-?>
+?>
More information about the vtigercrm-commits
mailing list