[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 52fa45: Use correct-case table name in message for success...

Michal Čihař michal at cihar.com
Mon Jan 23 10:46:12 CET 2017


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 52fa45e149e1a55300f417f819304721465e452c
      https://github.com/phpmyadmin/phpmyadmin/commit/52fa45e149e1a55300f417f819304721465e452c
  Author: Mike Lewis <mike at 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 at mplew.is>


  Commit: 989a34dc89ef06819dce00729afc348901dcc9d7
      https://github.com/phpmyadmin/phpmyadmin/commit/989a34dc89ef06819dce00729afc348901dcc9d7
  Author: Michal Čihař <michal at 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


More information about the Git mailing list