[phpmyadmin/phpmyadmin] 1824f3: Use justBrowsing only if outputting the results fr...

Branch: refs/heads/QA_4_6 Home: https://github.com/phpmyadmin/phpmyadmin Commit: 1824f33650d4da98559e4877eeba3731ff17fb85 https://github.com/phpmyadmin/phpmyadmin/commit/1824f33650d4da98559e4877eeba... Author: Deven Bansod <devenbansod.bits@gmail.com> Date: 2016-10-15 (Sat, 15 Oct 2016) Changed paths: M libraries/sql.lib.php Log Message: ----------- Use justBrowsing only if outputting the results from a single table The issue #12533 happens because we use countRecords on the parent table since it is incorrectly set, while actually we should be looking at SQL_CALC_FOUND_ROWS instead. Fix #12533 Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com> Commit: 10a2eedeb26b3d65390203d081cbae966b216f4c https://github.com/phpmyadmin/phpmyadmin/commit/10a2eedeb26b3d65390203d081cb... Author: Michal Čihař <michal@cihar.com> Date: 2016-10-18 (Tue, 18 Oct 2016) Changed paths: M libraries/sql.lib.php Log Message: ----------- Merge pull request #12647 from devenbansod/fix_12533 Use justBrowsing only if outputting the results from a single table Compare: https://github.com/phpmyadmin/phpmyadmin/compare/c7aa10e2667d...10a2eedeb26b
participants (1)
-
Michal Čihař