Bug #85670 CREATE TABLE .. LIKE A TEMPORARY TABLE WITH TABLESPACE=INNODB_TEMPORARY CRASHES
Submitted: 28 Mar 2017 11:27 Modified: 28 Mar 2017 11:52
Reporter: Bin Su Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: DDL Severity:S3 (Non-critical)
Version:5.7 OS:Any
Assigned to: CPU Architecture:Any

[28 Mar 2017 11:27] Bin Su
Description:
if there is a temporary table defined with 'TABLESPACE=innodb_temporary', later CREATE TABLE t LIKE temporary_table will crash.

How to repeat:
create temporary table t1(a int) tablespace=innodb_temporary;

create [temporay] table t2 like t1;
[28 Mar 2017 11:47] MySQL Verification Team
Hello Bin Su,

Thank you for the report and test case.
Observed that 5.7.17 debug build is affected.

Thanks,
Umesh