[phpmyadmin/phpmyadmin] 4e44ba: Reduce spacing between displayed SQL queries

Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 4e44ba968b6c087aed7d31757c8f866658b65b48 https://github.com/phpmyadmin/phpmyadmin/commit/4e44ba968b6c087aed7d31757c8f... Author: Michal Čihař <michal@cihar.com> Date: 2015-12-15 (Tue, 15 Dec 2015) Changed paths: M libraries/Util.php Log Message: ----------- Reduce spacing between displayed SQL queries Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 6b9d93a270e3146e9df6be62ebbdedb045fa9f37 https://github.com/phpmyadmin/phpmyadmin/commit/6b9d93a270e3146e9df6be62ebbd... Author: Michal Čihař <michal@cihar.com> Date: 2015-12-15 (Tue, 15 Dec 2015) Changed paths: M libraries/import.lib.php Log Message: ----------- Do not try to catch USE when runing through sql.php In this case it's properly handled there, we should not do any database changes at this point. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 0a207085339b888293900998432585e3231d3b11 https://github.com/phpmyadmin/phpmyadmin/commit/0a207085339b8882939009984325... Author: Michal Čihař <michal@cihar.com> Date: 2015-12-15 (Tue, 15 Dec 2015) Changed paths: M libraries/import.lib.php Log Message: ----------- Update sql data array in place There is no need to create a copy here. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 605ce3388bd81c45903dd10947aa447b8ad8cffa https://github.com/phpmyadmin/phpmyadmin/commit/605ce3388bd81c45903dd10947aa... Author: Michal Čihař <michal@cihar.com> Date: 2015-12-15 (Tue, 15 Dec 2015) Changed paths: M sql.php Log Message: ----------- Remove duplicate checking of goto It's already done in common.inc.php, no need to check again here (and the check was wrong anyway). Signed-off-by: Michal Čihař <michal@cihar.com> Compare: https://github.com/phpmyadmin/phpmyadmin/compare/9c289d9794c5...605ce3388bd8
participants (1)
-
Michal Čihař