]> git.joonet.de Git - adminer.git/commitdiff
Add forgotten move_col
authorJakub Vrana <jakub@vrana.cz>
Fri, 18 Apr 2025 04:34:55 +0000 (06:34 +0200)
committerJakub Vrana <jakub@vrana.cz>
Fri, 18 Apr 2025 04:53:03 +0000 (06:53 +0200)
adminer/drivers/mysql.inc.php
externals/jush

index 20121ea712ff211032d836ab887290b146c78cb1..bdc423170c6ddbe86d4252e03568349a03e9b764 100644 (file)
@@ -1052,11 +1052,12 @@ if (!defined('Adminer\DRIVER')) {
        }
 
        /** Check whether a feature is supported
-       * @param literal-string $feature "check|comment|columns|copy|database|descidx|drop_col|dump|event|indexes|kill|materializedview|privileges|procedure|processlist|routine|scheme|sequence|sql|status|table|trigger|type|variables|view|view_trigger"
+       * @param literal-string $feature check|comment|columns|copy|database|descidx|drop_col|dump|event|indexes|kill|materializedview
+       * |move_col|privileges|procedure|processlist|routine|scheme|sequence|sql|status|table|trigger|type|variables|view|view_trigger
        */
        function support(string $feature): bool {
                return preg_match(
-                       '~^(comment|columns|copy|database|drop_col|dump|indexes|kill|privileges|procedure|processlist|routine|sql|status|table|trigger|variables|view'
+                       '~^(comment|columns|copy|database|drop_col|dump|indexes|kill|privileges|move_col|procedure|processlist|routine|sql|status|table|trigger|variables|view'
                                . (min_version(5.1) ? '|event' : '')
                                . (min_version(8) ? '|descidx' : '')
                                . (min_version('8.0.16', '10.2.1') ? '|check' : '')
index 35cea6c0e8c528d4c597f1fbae05543515abc130..c6ae413ff0b91da659a9675e70c3ff5c02f50fac 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 35cea6c0e8c528d4c597f1fbae05543515abc130
+Subproject commit c6ae413ff0b91da659a9675e70c3ff5c02f50fac