[Sqlrelay-discussion] Using SQL Relay with MySQL Cluster
Brought to you by:
mused
|
From: Masao K. <ma...@gm...> - 2007-05-06 00:00:45
|
I'm trying to use SQL Relay 0.38 with MySQL Cluster 5.1.17, but only the SELECT statements work. The INSERTs succeed with the sqlrcur_sendQuery function, but no row is actually inserted into the database, even though the autoincrement value still gets incremented. I tested my SQL Relay setup with a normal MySQL 4.1.20 database and it works fine. Is this a limitation of SQL Relay and a cluster? or is SQL Relay not compatible with MySQL 5.1? What versions of SQL Relay and MySQL Cluster are compatible? Thanks in advance, Masao |