Hello,
I have installed XtraDB Cluster today with 3 node master (xtradb 5.6 cluster on 3 Debian Jessie) and i have a problem with my application who use prepare statement.
I try too on mysql console to use a prepare statement like : [COLOR=#2C2D30]PREPARE stmt1 FROM ‘DELETE FROM test WHERE id= ?’ and when i execute this query : nothing is happening node freeze & crash.
Any ideas how to fix this problem ?
Thank you.