[phpMyAdmin Git] [phpmyadmin/phpmyadmin] c136a7: Cache current user information for DBI lifetime

Michal Čihař michal at cihar.com
Wed Apr 6 10:13:52 CEST 2016


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: c136a747055bd73141517692c4d5e88ef284e7a5
      https://github.com/phpmyadmin/phpmyadmin/commit/c136a747055bd73141517692c4d5e88ef284e7a5
  Author: Michal Čihař <michal at cihar.com>
  Date:   2016-04-06 (Wed, 06 Apr 2016)

  Changed paths:
    M libraries/DatabaseInterface.php
    M libraries/Util.php
    M libraries/check_user_privileges.lib.php
    M libraries/server_privileges.lib.php
    M user_password.php

  Log Message:
  -----------
  Cache current user information for DBI lifetime

We query this information quite often, so it makes sense to fetch it
only once from the MySQL server.

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


  Commit: d8d9ab421e6bbcc4ca62f9ceb8a6f442e4efc0e3
      https://github.com/phpmyadmin/phpmyadmin/commit/d8d9ab421e6bbcc4ca62f9ceb8a6f442e4efc0e3
  Author: Michal Čihař <michal at cihar.com>
  Date:   2016-04-06 (Wed, 06 Apr 2016)

  Changed paths:
    M db_structure.php

  Log Message:
  -----------
  Always set correct sub_part request

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


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/354a43483852...d8d9ab421e6b


More information about the Git mailing list