[MDEV-3626] LP:731815 - Crash/valgrind warning Item::send with 5.1-micro Created: 2011-03-09 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 with mysql-5.1. The following query SELECT CONVERT_TZ( TIMEDIFF( '0000-00-00 00:00:00' , f1 ) , 'UTC' , 'Europe/Moscow' ) FROM t1 ; causes a crash in Item::send, however GDB does not print a stacktrace. Valgrind reports: ==7458== Thread 3: test case: CREATE TABLE t1 ( f1 timestamp NULL DEFAULT '0000-00-00 00:00:00'); SELECT CONVERT_TZ( TIMEDIFF( '0000-00-00 00:00:00' , f1 ) , 'UTC' , 'Europe/Moscow' ) FROM t1 ; |
| Comments |
| Comment by Philip Stoev (Inactive) [ 2011-03-09 ] |
|
Crash/valgrind warning Item::send with 5.1-micro SELECT CONVERT_TZ( TIMEDIFF( '0000-00-00 00:00:00' , f1 ) , 'UTC' , 'Europe/Moscow' ) FROM t1 ; causes a crash in Item::send, however GDB does not print a stacktrace. Valgrind reports: ==7458== Thread 3: test case: CREATE TABLE t1 ( f1 timestamp NULL DEFAULT '0000-00-00 00:00:00'); SELECT CONVERT_TZ( TIMEDIFF( '0000-00-00 00:00:00' , f1 ) , 'UTC' , 'Europe/Moscow' ) FROM t1 ; |
| Comment by Rasmus Johansson (Inactive) [ 2011-10-28 ] |
|
Launchpad bug id: 731815 |