On very high traffic Piwik servers, prevent integer overflow by making...
On very high traffic Piwik servers, prevent integer overflow by making auto_increment fields BIGINT UNSIGNED (#10548) * Change Latitude and Longitude data types to DECIMAL instead of FLOAT * Add system test that forces an integer overflow, currently failing as expected * Make all overflow-able fields BIGINT UNSIGNED * Make overflow-able fields BIGINT UNSIGNED * These fields were not covered by the new SimulateAutoIncrementIntegerOverflow test * fix comment * Make it clear that id* fields are UNSIGNED when installing Piwik * BIGINT(10) for consistency * Update core fields to BIGINT * UI tests: New fields to be updated to bigint
parent
04d0c74e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Affichage de
- core/Db/Schema/Mysql.php 17 ajouts, 17 suppressionscore/Db/Schema/Mysql.php
- core/Updates/3.0.0-b1.php 43 ajouts, 1 suppressioncore/Updates/3.0.0-b1.php
- plugins/Actions/Columns/EntryPageTitle.php 1 ajout, 1 suppressionplugins/Actions/Columns/EntryPageTitle.php
- plugins/Actions/Columns/EntryPageUrl.php 1 ajout, 1 suppressionplugins/Actions/Columns/EntryPageUrl.php
- plugins/Actions/Columns/ExitPageTitle.php 1 ajout, 1 suppressionplugins/Actions/Columns/ExitPageTitle.php
- plugins/Actions/Columns/ExitPageUrl.php 1 ajout, 1 suppressionplugins/Actions/Columns/ExitPageUrl.php
- plugins/Actions/Columns/PageTitle.php 1 ajout, 1 suppressionplugins/Actions/Columns/PageTitle.php
- plugins/Actions/Columns/PageUrl.php 1 ajout, 1 suppressionplugins/Actions/Columns/PageUrl.php
- plugins/Contents/Columns/ContentInteraction.php 1 ajout, 1 suppressionplugins/Contents/Columns/ContentInteraction.php
- plugins/Contents/Columns/ContentName.php 1 ajout, 1 suppressionplugins/Contents/Columns/ContentName.php
- plugins/Contents/Columns/ContentPiece.php 1 ajout, 1 suppressionplugins/Contents/Columns/ContentPiece.php
- plugins/Contents/Columns/ContentTarget.php 1 ajout, 1 suppressionplugins/Contents/Columns/ContentTarget.php
- plugins/Events/Columns/EventAction.php 1 ajout, 1 suppressionplugins/Events/Columns/EventAction.php
- plugins/Events/Columns/EventCategory.php 1 ajout, 1 suppressionplugins/Events/Columns/EventCategory.php
- tests/PHPUnit/Fixtures/OneVisitorTwoVisits.php 22 ajouts, 0 suppressiontests/PHPUnit/Fixtures/OneVisitorTwoVisits.php
- tests/PHPUnit/System/SimulateAutoIncrementIntegerOverflowTest.php 78 ajouts, 0 suppression...PUnit/System/SimulateAutoIncrementIntegerOverflowTest.php
- tests/UI/expected-screenshots/CoreUpdaterDb_main.png 0 ajout, 0 suppressiontests/UI/expected-screenshots/CoreUpdaterDb_main.png
Chargement en cours
Veuillez vous inscrire ou vous se connecter pour commenter