Bug #117303 CREATE TABLE causes ndb cluster node crash
Submitted: 27 Jan 15:39 Modified: 28 Jan 18:17
Reporter: Jiyuan Li Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version: 9.1.0-cluster OS:Ubuntu (18.04)
Assigned to: CPU Architecture:x86

[27 Jan 15:39] Jiyuan Li
Description:
I establish mysql ndb cluster using docker, with 1 management node, 2 data node, and 1 mysql server node, and when trying to execute testcase bellow, the mysql server node will crash. 
I also execute same statement in a local mysql server(version is 5.7.42-0ubuntu0.18.04.1), and it executed successfully.

How to repeat:
CREATE TABLE t0(c0 DOUBLE  UNIQUE  STORAGE MEMORY) ENGINE = MyISAM, MAX_ROWS = 3132786051944507112, MIN_ROWS = 1760388450549420844, KEY_BLOCK_SIZE = 58501;
[28 Jan 18:19] MySQL Verification Team
Duplicate of Bug#114109