
Branch: refs/heads/QA_5_2 Home: https://github.com/phpmyadmin/phpmyadmin Commit: f0a938f7832a06659a915e7d1e006a591ac0b781 https://github.com/phpmyadmin/phpmyadmin/commit/f0a938f7832a06659a915e7d1e00... Author: Mo Sureerat <sureemo@gmail.com> Date: 2022-10-09 (Sun, 10 October 2022) -03:00 Changed paths: M libraries/classes/FieldMetadata.php M libraries/classes/Util.php M test/classes/FieldMetadataTest.php M test/classes/UtilTest.php Log Message: ----------- Fix issue - Edit/Copy/Delete row doesn't work when using GROUP BY (#17758) * Fix issue - Edit/Copy/Delete row doesn't work when using GROUP BY Root cause: GROUP_FLAG and NUM_FLAG have the same flags value 32768 Reference to https://www.php.net/manual/en/mysqli-result.fetch-fields.php Fixes #17756 Signed-off-by: Mo Sureerat <sureemo@gmail.com>