-
Type:
Incident report
-
Resolution: Won't fix
-
Priority:
Major
-
None
-
Affects Version/s: 1.8.10
-
Component/s: Server (S)
-
None
-
Environment:Linux 2.6.18-128.el5 #1 SMP Wed Dec 17 11:41:38 EST 2008 x86_64 x86_64 x86_64 GNU/Linux
Server version: 5.1.56-ndb-7.1.18-cluster-gpl-log MySQL Cluster Server (GPL)
Hi,
I was trying to set up a Zabbix monitoring system using as a database 5.1.56-ndb-7.1.18-cluster-gpl-log MySQL Cluster Server (GPL) with the NDB Engine instead of InnoDB. After updating the MySQL scripts found in zabbix-1.8.10/create/schema (replacing ENGINE=InnoDB with ENGINE=ndbcluster) I ran into a MySQL limitation - the row size of the hosts_profiles_ext table is more then the limit set by the ndbcluster engine - 8052 Bytes http://dev.mysql.com/doc/refman/5.0/en/mysql-cluster-limitations-database-objects.html
Is there a workaround ?