Merge remote-tracking branch 'origin/QA_4_5' into QA_4_5

This commit is contained in:
Weblate 2016-01-17 18:44:29 +01:00
commit e6a0694cb0
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,7 @@ phpMyAdmin - ChangeLog
4.5.5.0 (not yet released)
- issue Undefined index: is_ajax_request
- issue #11855 Fix password change on MariaDB 10.1 and newer
4.5.4.0 (not yet released)
- issue #11724 live data edit of big sets is not working

View File

@ -210,7 +210,7 @@ function PMA_changePassHashingFunction()
}
/**
* Generate the error url and submit the query
* Changes password for a user
*
* @param string $username Username
* @param string $hostname Hostname
@ -235,6 +235,7 @@ function PMA_changePassUrlParamsAndSubmitQuery(
: '\'' . PMA_Util::sqlAddSlashes($password) . '\'');
} else if ($serverType == 'MariaDB'
&& PMA_MYSQL_INT_VERSION >= 50200
&& PMA_MYSQL_INT_VERSION < 100100
) {
if ($orig_auth_plugin == 'mysql_native_password') {
// Set the hashing method used by PASSWORD()