[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 8cc6de: Remove ServerLibraryDifference_DisableWarning sett...
    Michal Čihař 
    michal at cihar.com
       
    Tue Feb 21 09:12:16 CET 2017
    
    
  
  Branch: refs/heads/QA_4_7
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 8cc6de4de37cc37c55db06bf685ff3fb93a48bf7
      https://github.com/phpmyadmin/phpmyadmin/commit/8cc6de4de37cc37c55db06bf685ff3fb93a48bf7
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-02-20 (Mon, 20 Feb 2017)
  Changed paths:
    M doc/config.rst
    M index.php
    M libraries/config.default.php
    M libraries/config/messages.inc.php
    M libraries/config/setup.forms.php
    M libraries/config/user_preferences.forms.php
  Log Message:
  -----------
  Remove ServerLibraryDifference_DisableWarning setting
This is getting more and more problematic these days as most of Linux
distributions ship MariaDB libraries, while many people run MySQL
servers. As MariaDB claims the protocol compatibility should stay, we
should not warn in this case.
Of course there is option to add this exception to the warning (so far
the exception is there only other way - when using MySQL libraries to
connect to MariaDB server), but we would be ignoring most cases already
and I think complete removal is better than adding exceptions.
Overall I don't think this warning is doing any good these days.
Signed-off-by: Michal Čihař <michal at cihar.com>
  Commit: bb762f8bb53ca73b27d491a5b60e6af84f563da8
      https://github.com/phpmyadmin/phpmyadmin/commit/bb762f8bb53ca73b27d491a5b60e6af84f563da8
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-02-21 (Tue, 21 Feb 2017)
  Changed paths:
    M doc/config.rst
    M index.php
    M libraries/config.default.php
    M libraries/config/messages.inc.php
    M libraries/config/setup.forms.php
    M libraries/config/user_preferences.forms.php
  Log Message:
  -----------
  Merge pull request #13020 from nijel/mysql-warning
Remove ServerLibraryDifference_DisableWarning setting
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/56297ffecca5...bb762f8bb53c
    
    
More information about the Git
mailing list