
14 Jun
2016
14 Jun
'16
8:30 a.m.
Branch: refs/heads/QA_4_6 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>