Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: eafd5a5d9337fa812d70607d053d7bea348cdcb8 https://github.com/phpmyadmin/phpmyadmin/commit/eafd5a5d9337fa812d70607d053d... Author: Michal Čihař michal@cihar.com Date: 2017-01-18 (Wed, 18 Jan 2017)
Changed paths: M libraries/dbi/DBIMysqli.php
Log Message: ----------- Simplify mysqli database connection
- there is no need for _realConnect here as we call just one function in all cases (compared to mysql) backend - properly pass connection flags (see #12898)
Signed-off-by: Michal Čihař michal@cihar.com