Commit 670e1bd
committed
minor #13765 Update column type for MySQL sessions table (beejaz)
This PR was merged into the 4.4 branch.
Discussion
----------
Update column type for MySQL sessions table
This page hasnt been updated with this fix #12641 for "Preparing the Database to Store Sessions" on MySQL db, causing error:
SQLSTATE[22003]: Numeric value out of range: 1264 Out of range value for column 'sess_lifetime' at row 1
Its fixed by changing MEDIUMINT to INTEGER UNSIGNED for sess_lifetime column.
Its the same miss in 4.4, 5.0 and 5.1
Commits
-------
6565de2 Update column type for MySQL sessions table1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
392 | | - | |
| 392 | + | |
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
| |||
0 commit comments