|
@@ -157,7 +157,7 @@ discard block |
|
|
block discarded – undo |
|
157
|
157
|
} |
|
158
|
158
|
} |
|
159
|
159
|
|
|
160
|
|
- private function mysqliUseResult($mode, $table, $numeric, $cols, $view, $handle){ |
|
|
160
|
+ private function mysqliUseResult($mode, $table, $numeric, $cols, $view, $handle) { |
|
161
|
161
|
$size = 0; |
|
162
|
162
|
$res = $this->connection->query("SELECT * FROM $this->delTable", MYSQLI_USE_RESULT); |
|
163
|
163
|
while ($row = $res->fetch_assoc()) { |
|
@@ -204,7 +204,7 @@ discard block |
|
|
block discarded – undo |
|
204
|
204
|
|
|
205
|
205
|
} |
|
206
|
206
|
|
|
207
|
|
- private function trigger($mode, $handle, $table){ |
|
|
207
|
+ private function trigger($mode, $handle, $table) { |
|
208
|
208
|
if ($mode & self::TRIGGERS) { |
|
209
|
209
|
$res = $this->connection->query("SHOW TRIGGERS LIKE '" . $this->connection->real_escape_string($table) . "'"); |
|
210
|
210
|
if ($res->num_rows) { |
Please login to merge, or discard this patch.