John Stile <[EMAIL PROTECTED]> wrote:
> I have Mysql Cluster (version 4.1.16-gama) running, and now I need to
> convert database tables from engine MyISAM to NDBCLUSTER, but ALTER
> TABLE fails on some tables.
>
> Does anyone know what the error means or how to get around it?
>
> mysql> use data
On Tue, 2004-10-19 at 21:42, John Stile wrote:
> I have Mysql Cluster (version 4.1.16-gama) running, and now I need to
Sorry, I meant version mysql-max-4.1.6-gamma-pc-linux-i686.
signature.asc
Description: This is a digitally signed message part
I have Mysql Cluster (version 4.1.16-gama) running, and now I need to
convert database tables from engine MyISAM to NDBCLUSTER, but ALTER
TABLE fails on some tables.
Does anyone know what the error means or how to get around it?
mysql> use database1;
mysql> alter table attr engine=NDB;
ERROR 1005