[MDEV-749] LP:780108 - Couldn't import zoneinfo to MariaDB on Debian squeeze Created: 2011-05-09 Updated: 2019-04-29 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.1, 5.5.30, 5.1.67, 5.2.14, 5.3.12 |
| Fix Version/s: | 10.2 |
| Type: | Bug | Priority: | Minor |
| Reporter: | NT Man (Inactive) | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | Launchpad, beginner-friendly, upstream-fixed | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
Data import ending with fatal error:
|
| Comments |
| Comment by Colin Charles [ 2011-11-13 ] |
|
Re: Couldn't import zoneinfo to MariaDB on Debian squeeze |
| Comment by Rasmus Johansson (Inactive) [ 2012-04-27 ] |
|
Re: Couldn't import zoneinfo to MariaDB on Debian squeeze |
| Comment by Rasmus Johansson (Inactive) [ 2012-04-27 ] |
|
Launchpad bug id: 780108 |
| Comment by Elena Stepanova [ 2013-03-29 ] |
|
Reproducible on all versions of MySQL / MariaDB and exists in MySQL bugbase as http://bugs.mysql.com/bug.php?id=20545 It's important that the server is running with STRICT_ALL_TABLES. Here is the offending line: INSERT INTO time_zone_transition_type (Time_zone_id, Transition_type_id, Offset, Is_DST, Abbreviation) VALUES Abbreviation is CHAR(8). |
| Comment by Alexander Barkov [ 2013-11-15 ] |