avoid going back to login page on slave configuration

This commit is contained in:
Marc Delisle
2009-12-24 12:18:31 +00:00
parent c2e242fa40
commit 4fda8872e6
3 changed files with 5 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ function PMA_DBI_real_connect($server, $user, $password, $client_flags, $persist
* @param string $password mysql user password
* @param boolean $is_controluser
* @param array $server host/port/socket/persistant
* @param boolean $auxiliary_connection (if fails, don't go back to login)
* @param boolean $auxiliary_connection (when true, don't go back to login if connection fails)
* @return mixed false on error or a mysqli object on success
*/
function PMA_DBI_connect($user, $password, $is_controluser = false, $server = null, $auxiliary_connection = false)