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 525dc21 commit c5707a6Copy full SHA for c5707a6
MysqliDb.php
@@ -428,9 +428,9 @@ public function setQueryOption ($options) {
428
429
if ($option == 'MYSQLI_NESTJOIN')
430
$this->_nestJoin = true;
431
- else if ($option == 'MYSQLI_FOR_UPDATE')
+ else if ($option == 'FOR UPDATE')
432
$this->_forUpdate = true;
433
- else if ($option == 'MYSQLI_LOCK_IN_SHARE_MODE')
+ else if ($option == 'LOCK IN SHARE MODE')
434
$this->_lockInShareMode = true;
435
else
436
$this->_queryOptions[] = $option;
0 commit comments