[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 3bf78a: Only convert table name to lower-case when install...

Michal Čihař michal at cihar.com
Wed Jan 18 10:00:04 CET 2017


  Branch: refs/heads/QA_4_6
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 3bf78afeca5c4965aa1fef66f2bdf34409e2a2da
      https://github.com/phpmyadmin/phpmyadmin/commit/3bf78afeca5c4965aa1fef66f2bdf34409e2a2da
  Author: Mike Lewis <mike at mplew.is>
  Date:   2017-01-18 (Wed, 18 Jan 2017)

  Changed paths:
    M libraries/Table.php

  Log Message:
  -----------
  Only convert table name to lower-case when installation forces it

Issue #12861

A `lower_case_table_names` setting of `2` does not mean that the table needs to be forced to lower-case
This preserves case unless the `lower_case_table_names` setting is `1`, implying that lower-case should be forced

Signed-off-by: Mike Lewis <mike at mplew.is>


  Commit: 89357ee0f16b9be36d80d7e5d3d8727923ba2ac0
      https://github.com/phpmyadmin/phpmyadmin/commit/89357ee0f16b9be36d80d7e5d3d8727923ba2ac0
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-01-18 (Wed, 18 Jan 2017)

  Changed paths:
    M libraries/Table.php
    M libraries/operations.lib.php
    M test/classes/TableTest.php

  Log Message:
  -----------
  Share code for getting lower_case_table_names value

Issue #12861

Signed-off-by: Michal Čihař <michal at cihar.com>


  Commit: f1aefb1fa550cebe8f231c4a847c7d4b391524b6
      https://github.com/phpmyadmin/phpmyadmin/commit/f1aefb1fa550cebe8f231c4a847c7d4b391524b6
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-01-18 (Wed, 18 Jan 2017)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  Changelog entry for #12861 and #12891

Signed-off-by: Michal Čihař <michal at cihar.com>


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/f4c620bcf2d0...f1aefb1fa550


More information about the Git mailing list