Bug #72582 | complex query works in 5.6, fails in 5.7.2_m14 | ||
---|---|---|---|
Submitted: | 8 May 2014 16:11 | Modified: | 8 May 2014 17:13 |
Reporter: | Jason Jakob | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Windows | Severity: | S2 (Serious) |
Version: | 5.7.2_m14 | OS: | Windows (craches mysqld) |
Assigned to: | CPU Architecture: | Any | |
Tags: | crash mysqld |
[8 May 2014 16:11]
Jason Jakob
[8 May 2014 16:14]
Jason Jakob
sql schema file to test query in bug report. company table and foreign key constraint removed for privacy
Attachment: issue_mysql_5.7.2_crash.zip (application/x-zip-compressed, text), 718.73 KiB.
[8 May 2014 17:10]
MySQL Verification Team
*************************** 50. row *************************** MediaId: 45962 Url: http://localhost/repository/images/clients/101001/101001_general_2096a45c-a3f8-445b-8b8e-b... CreateDate: 2014-05-07 15:02:27 CompanyId: 2 Enabled: 1 MetaData: {"DataType":"FinalPhoto"} IsNew: 1 StartMonth: NULL StartDay: NULL EndMonth: NULL EndDay: NULL IsContinuous: 0 IsScheduled: 0 ScheduleString: NULL 50 rows in set (2.06 sec) mysql 5.7 > SHOW VARIABLES LIKE "%VERSION%"; +-------------------------+---------------------+ | Variable_name | Value | +-------------------------+---------------------+ | innodb_version | 5.7.5 | | protocol_version | 10 | | slave_type_conversions | | | version | 5.7.5-m15 | | version_comment | Source distribution | | version_compile_machine | x86_64 | | version_compile_os | Win64 | +-------------------------+---------------------+ 7 rows in set (0.00 sec)
[8 May 2014 17:13]
MySQL Verification Team
Please try version 5.7.4. Thanks.