[MDEV-4757] Change mysql.slow_log.event_time from TIMESTAMP to TIMESTAMP(6). Created: 2013-07-04 Updated: 2013-07-16 Resolved: 2013-07-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 10.0.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergei Petrunia | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
According to Sergei, mysql.slow_log.event_time should use TIMESTAMP datatype, not TIMESTAMP(6). This should be changed in every place that depends on the type of this column. and not only event_time, but every temporal field in mysql.* that has microseconds in 5.5 |