Olivier Kaloudoff wrote:
> On Mon, 11 Oct 2004, Tomas Ulin wrote:
>
>> Are you really running a mysqld with ndbcluster enabled?
>> --ndbcluster is there in all versions.
>
>
> I put the --ndbcluster switch, and I'd expect mysqld to argue if not
> compiled with this option. This is 4.1.5-gamma-debug binaries from
> mysql.com
>
This switch follows the behavior of other handler switches e.g. --innodb
--bdb, neither of which complains if these handlers are compiled.
>> Please try to add the switch --ndb-connectstring, which is only
>> available in the "cluster" version.
>
>
> --ndb-connectstring : unknown option
>
Hence, your binary does not have ndbcluster compiled in.
>> Also check that the mysqld is actually connected to the cluster with
>> ndb_mgm command "show"
>
>
> indeed, it is not connected.
>
Supports the above.
>
>
> Kalou