We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f45192 commit 30d7d0fCopy full SHA for 30d7d0f
MysqliDb.php
@@ -10,7 +10,7 @@
10
* @copyright Copyright (c) 2010-2017
11
* @license http://opensource.org/licenses/gpl-3.0.html GNU Public License
12
* @link http://github.com/joshcam/PHP-MySQLi-Database-Class
13
- * @version 2.9
+ * @version 2.9.1
14
*/
15
16
class MysqliDb
@@ -220,6 +220,11 @@ class MysqliDb
220
public $autoReconnect = true;
221
protected $autoReconnectCount = 0;
222
223
+ /**
224
+ * @var bool Operations in transaction indicator
225
+ */
226
+ protected $_transaction_in_progress = false;
227
+
228
/**
229
* @param string $host
230
* @param string $username
0 commit comments