Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 52fa45e149e1a55300f417f819304721465e452c https://github.com/phpmyadmin/phpmyadmin/commit/52fa45e149e1a55300f417f81930... Author: Mike Lewis mike@mplew.is Date: 2017-01-21 (Sat, 21 Jan 2017)
Changed paths: M libraries/operations.lib.php
Log Message: ----------- Use correct-case table name in message for successful rename
Previously, the name returned was the name used in the request, rather than the name after the correcting for the server’s `lower_case_table_names` setting.
Following up on issue #12901 and @b2e2e77.
Signed-off-by: Mike Lewis mike@mplew.is
Commit: 989a34dc89ef06819dce00729afc348901dcc9d7 https://github.com/phpmyadmin/phpmyadmin/commit/989a34dc89ef06819dce00729afc... Author: Michal Čihař michal@cihar.com Date: 2017-01-23 (Mon, 23 Jan 2017)
Changed paths: M libraries/operations.lib.php
Log Message: ----------- Merge pull request #12914 from MPLew-is/master
Use correct-case table name in message for successful rename
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/b2e2e770d9cd...989a34dc89ef