]> git.joonet.de Git - adminer.git/commitdiff
Save bytes
authorJakub Vrana <jakub@vrana.cz>
Wed, 21 Aug 2019 12:13:08 +0000 (14:13 +0200)
committerJakub Vrana <jakub@vrana.cz>
Wed, 21 Aug 2019 12:13:08 +0000 (14:13 +0200)
adminer/drivers/mysql.inc.php
changes.txt

index f6dde5171376256a2dc99cead832ab0bbaa1b9ff..50834e76f5d67c4e15acdc1310a3197eb10c4bdd 100644 (file)
@@ -585,7 +585,7 @@ if (!defined("DRIVER")) {
        */
        function foreign_keys($table) {
                global $connection, $on_actions;
-               static $pattern = '(?:`(?:[^`]|``)+`|(?:"(?:[^"]|"")+"))';
+               static $pattern = '(?:`(?:[^`]|``)+`|"(?:[^"]|"")+")';
                $return = array();
                $create_table = $connection->result("SHOW CREATE TABLE " . table($table), 1);
                if ($create_table) {
index 2a1e438a74b651dffa20cc016b3b6de42f0d4e1f..4d0d172916beacd4d63255f67d96fe06d04aafef 100644 (file)
@@ -1,5 +1,5 @@
 Adminer 4.7.3-dev:
-MySQL: Speed up displaying tables in large databases (bug #700)
+MySQL: Speed up displaying tables in large databases (bug #700, regression from 4.7.2)
 MySQL: Allow editing rows identified by negative floats (bug #695)
 MySQL: Skip editing generated columns
 SQLite: Quote strings stored in integer columns in export (bug #696)