Bug #84183 MySQL Server Crashing
Submitted: 13 Dec 2016 13:19 Modified: 13 Dec 2016 19:44
Reporter: Vishnu Raj Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server Severity:S1 (Critical)
Version:5.7.13 OS:CentOS (6.7)
Assigned to: CPU Architecture:Any
Tags: MySQL Server Crashing

[13 Dec 2016 13:19] Vishnu Raj
Description:
Hi,

While executing the following queries, the MySQL is crashing and is restarting again.

SET SQL_QUOTE_SHOW_CREATE=1
SET SESSION character_set_results = 'binary'
show create table `*********`

How to repeat:
Execute the following queries.

use ******
SET SQL_QUOTE_SHOW_CREATE=1
SET SESSION character_set_results = 'binary'
show create table `*********`
[13 Dec 2016 13:42] Peter Laursen
No such crash happens for me with 5.7.17 Windows 64 bit.

-- Peter
-- not a MSQL/Oracle person
[13 Dec 2016 15:50] MySQL Verification Team
I couldn't repeat. Please try new version. Thanks.
[13 Dec 2016 19:44] Vishnu Raj
Hi,

Can you please provide some links to that bug reference?