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:
@@ -326,10 +326,6 @@ ORDER BY conkey, conname") as $row) {
|
||||
return nl_br($return);
|
||||
}
|
||||
|
||||
function exact_value($val) {
|
||||
return q($val);
|
||||
}
|
||||
|
||||
function create_database($db, $collation) {
|
||||
return queries("CREATE DATABASE " . idf_escape($db) . ($collation ? " ENCODING " . idf_escape($collation) : ""));
|
||||
}
|
||||
|
Reference in New Issue
Block a user