[MDEV-2320] LP:731089 - Crash in Field_time_hires::pack_length on CREATE TABLE TIME(3) Created: 2011-03-08 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 |
|
CREATE TABLE with fields of type TIME(3) or TIME(6) causes the following crash: #4 <signal handler called> test case: CREATE TABLE t1 ( f1 time(3) ); Shouldn't such a CREATE TABLE been present in the MTR test suite? bzr version-info: [philips@eve mysql-test]$ bzr version-info |
| Comments |
| Comment by Philip Stoev (Inactive) [ 2011-03-08 ] |
|
Re: Crash in Field_time_hires::pack_length on CREATE TABLE TIME(3) |
| Comment by Sergei Golubchik [ 2011-03-08 ] |
|
Re: Crash in Field_time_hires::pack_length on CREATE TABLE TIME(3) Did you try it with a clean build? |
| Comment by Philip Stoev (Inactive) [ 2011-03-08 ] |
|
Re: Crash in Field_time_hires::pack_length on CREATE TABLE TIME(3) bzr branch lp:~maria-captains/maria/5.1-micro mysql-5.1-micro-pristine ./BUILD/compile-pentium-debug-max-no-ndb execute "CREATE TABLE t1 ( f1 time(3) );" as an MTR test case |
| Comment by Philip Stoev (Inactive) [ 2011-03-08 ] |
|
Re: Crash in Field_time_hires::pack_length on CREATE TABLE TIME(3) [philips@eve randgen-temporal]$ uname -a (32 bit) not repeatable on: [philips@fedora13 mysql-test]$ uname -a (64 bit) Access to the machine is available if needed. |
| Comment by Philip Stoev (Inactive) [ 2011-03-08 ] |
|
Re: Crash in Field_time_hires::pack_length on CREATE TABLE TIME(3) |
| Comment by Rasmus Johansson (Inactive) [ 2011-10-28 ] |
|
Launchpad bug id: 731089 |