Populate the TZ tables on install
Bug #1238260 reported by
funjon
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mysql-5.5 (Ubuntu) |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
Default installs don't populate the TZ tables on installation. These should be populated at package install time.
Because the error is less than helpful, it's not intuitive what the fix is:
mysql> select convert_tz(now(), 'SYSTEM', 'US/Eastern');
+------
| convert_tz(now(), 'SYSTEM', 'US/Eastern') |
+------
| NULL |
+------
1 row in set (0.00 sec)
So it'd be helpful if the tables were populated by default.
Changed in mysql-5.5 (Ubuntu): | |
status: | New → Confirmed |
status: | Confirmed → Triaged |
importance: | Undecided → Wishlist |
To post a comment you must log in.