Hi all,
This is a new problem i encounter.
The user execute by hand a create temporary table, fill it up, and take information to fill a real table. This is done with delay between the commands.
On the slave side, I do see the create temporary table in the already processed mysqld-relay-bin (because i see it in the mysql-bin file).
But then, it runs a subsequent mysqld-relay-bin and reports that the temporary table does not exists.
How can I fix this issue?
I monitor the slave 3 times a day for the past few months and it is the first time this occurs. Other programs do create temporary table too and this error never happened before.
Master and slave are 5.1.46-log SUSE MySQL RPM.
Is this a bug?
Regards,
H.
This is a new problem i encounter.
The user execute by hand a create temporary table, fill it up, and take information to fill a real table. This is done with delay between the commands.
On the slave side, I do see the create temporary table in the already processed mysqld-relay-bin (because i see it in the mysql-bin file).
But then, it runs a subsequent mysqld-relay-bin and reports that the temporary table does not exists.
How can I fix this issue?
I monitor the slave 3 times a day for the past few months and it is the first time this occurs. Other programs do create temporary table too and this error never happened before.
Master and slave are 5.1.46-log SUSE MySQL RPM.
Is this a bug?
Regards,
H.