mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 00:54:08 +02:00
MySQL: Speed up updating rows without numeric or UTF-8 primary key
This commit is contained in:
@@ -270,10 +270,6 @@ ORDER BY uc.constraint_type, uic.column_position", $connection2) as $row) {
|
||||
return h($connection->error); //! highlight sqltext from offset
|
||||
}
|
||||
|
||||
function exact_value($val) {
|
||||
return q($val);
|
||||
}
|
||||
|
||||
function explain($connection, $query) {
|
||||
$connection->query("EXPLAIN PLAN FOR $query");
|
||||
return $connection->query("SELECT * FROM plan_table");
|
||||
|
Reference in New Issue
Block a user