Hi all,
I've been trying to setup a mysql-cluster in SmartOS. The version in pkgsrc is 7.4.12. My setup has 1 manager node, 2 SQL nodes and 2 data nodes, all working properly.
When I tried to import my redmine database in the cluster, I kept getting the following errors:
ERROR 1114 (HY000) at line 879: The table 'xxxxxx' is full
no matter what tables I was creating, as long as their number exceeded 50.
`ALL REPORT MemoryUsage` was showing that my data usage and index usage was in 0%, which was very strange. After a lot of frustration, I decided to change my database's and its corresponding tables' character set from utf8mb4 to utf8. After that, importing worked as expeted.
Is that a known bug or limitation? Is it configurable? Because I'd like to use utf8mb4 instead of utf8 if I can.
Thanks all for any help/comments in advance!
George.
I've been trying to setup a mysql-cluster in SmartOS. The version in pkgsrc is 7.4.12. My setup has 1 manager node, 2 SQL nodes and 2 data nodes, all working properly.
When I tried to import my redmine database in the cluster, I kept getting the following errors:
ERROR 1114 (HY000) at line 879: The table 'xxxxxx' is full
no matter what tables I was creating, as long as their number exceeded 50.
`ALL REPORT MemoryUsage` was showing that my data usage and index usage was in 0%, which was very strange. After a lot of frustration, I decided to change my database's and its corresponding tables' character set from utf8mb4 to utf8. After that, importing worked as expeted.
Is that a known bug or limitation? Is it configurable? Because I'd like to use utf8mb4 instead of utf8 if I can.
Thanks all for any help/comments in advance!
George.