
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 79a34ff94cf801b7a158171b19b9cf98060d3f96 https://github.com/phpmyadmin/phpmyadmin/commit/79a34ff94cf801b7a158171b19b9... Author: Michal Čihař <michal@cihar.com> Date: 2016-06-14 (Tue, 14 Jun 2016) Changed paths: M ChangeLog M libraries/controllers/database/DatabaseStructureController.php M test/classes/controllers/DatabaseStructureControllerTest.php Log Message: ----------- Calculate table size as integer It should be big enough on 64-bit systems, so avoid rounding issues which double calculations can bring. Fixes #12303 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 25ede08182a734e98491efed76877b439377cf81 https://github.com/phpmyadmin/phpmyadmin/commit/25ede08182a734e98491efed7687... Author: Michal Čihař <michal@cihar.com> Date: 2016-06-14 (Tue, 14 Jun 2016) Changed paths: M ChangeLog M libraries/controllers/database/DatabaseStructureController.php M test/classes/controllers/DatabaseStructureControllerTest.php Log Message: ----------- Merge branch 'QA_4_6' Compare: https://github.com/phpmyadmin/phpmyadmin/compare/8a0e39228fcb...25ede08182a7