kunlun
kunlun copied to clipboard
can not create unlogged table
*Issue migrated from trac ticket # 23 www.kunlunbase.com *
component: computing nodes | priority: major
2021-04-15 11:36:53: [email protected] created the issue
tdb1=# CREATE UNLOGGED TABLE unlogged1 (a int primary key); ERROR: MySQL storage node (1, 1) returned error: 3161, Storage engine MyISAM is disabled (Table creation is disallowed)..
2021-05-31 18:32:20: [email protected] commented
this has to be so when using MGR, can be supported when other HA alternatives are in place.
2021-05-31 18:32:20: [email protected]
2021-05-31 18:32:20: [email protected] changed owner from kunlun to david
2021-05-31 18:32:20: [email protected] changed status from assigned to accepted
2021-05-31 18:32:20: [email protected] changed type from defect to feature
2022-06-30 10:34:28: [email protected] commented
when storage shards are using fullsync, this should be successful now.