[MDEV-3049] LP:737496 - Assertion `(was_cut & 1) == 0' failed in Field_temporal::store_TIME_with_warning() in 5.1-micro Created: 2011-03-18 Updated: 2015-02-02 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Critical |
| Reporter: | Philip Stoev (Inactive) | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
Not repeatable in mysql-5.1 assertion: mysqld: field.cc:5195: int Field_temporal::store_TIME_with_warning(MYSQL_TIME*, const Lazy_string*, int, int): Assertion `(was_cut & 1) == 0' failed. backtrace: #8 0x006b0d98 in __assert_fail () from /lib/libc.so.6 test case: CREATE TABLE t1 ( f1 date, KEY (f1)) ; SELECT * FROM t1 WHERE f1 = FROM_UNIXTIME( 2002190336 , "%m''%w''%d''%c''%T" ); |
| Comments |
| Comment by Philip Stoev (Inactive) [ 2011-03-18 ] |
|
Assertion `(was_cut & 1) == 0' failed in Field_temporal::store_TIME_with_warning() in 5.1-micro mysqld: field.cc:5195: int Field_temporal::store_TIME_with_warning(MYSQL_TIME*, const Lazy_string*, int, int): Assertion `(was_cut & 1) == 0' failed. backtrace: #8 0x006b0d98 in __assert_fail () from /lib/libc.so.6 test case: CREATE TABLE t1 ( f1 date, KEY (f1)) ; SELECT * FROM t1 WHERE f1 = FROM_UNIXTIME( 2002190336 , "%m''%w''%d''%c''%T" ); |
| Comment by Philip Stoev (Inactive) [ 2011-03-18 ] |
|
Re: Assertion `(was_cut & 1) == 0' failed in Field_temporal::store_TIME_with_warning() in 5.1-micro FROM_UNIXTIME( 2002190336 , CONCAT_WS( ':' , '%m' , '%w' , '%d' , '%c' , '%T' ) ) |
| Comment by Rasmus Johansson (Inactive) [ 2011-10-28 ] |
|
Launchpad bug id: 737496 |