Skip to content

Commit 5c298f7

Browse files
committed
Don't delete index hints
1 parent 6919353 commit 5c298f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wp-includes/sqlite/class-wp-sqlite-pdo-driver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public function rewrite_query( $query, $query_type ) {
112112
case 'select':
113113
$this->handle_sql_count();
114114
$this->rewrite_date_sub();
115-
$this->delete_index_hints();
115+
// $this->delete_index_hints();
116116
$this->rewrite_regexp();
117117
$this->fix_date_quoting();
118118
$this->rewrite_between();

0 commit comments

Comments
 (0)