Dear Gleb:
I forgot to give the master's bin log dump data,
The data writen in master log is correct:
[EMAIL PROTECTED] [ /home/mysql ]> mysqlbinlog db0-bin.000056 | grep "( 'lty0105',
'8', 2p)"
INSERT LOW_PRIORITY INTO `statistics`.`search` ( `userid` , `id` , `func` )
VALUES ( 'lty0105', '8', 2 );
And the slave log:
[EMAIL PROTECTED] [ /home/mysql ]> mysqlbinlog db10-relay-bin.000060 | grep "(
'lty0105', '8', 2p)"
INSERT LOW_PRIORITY INTO `statistics`.`search` ( `userid` , `id` , `func` )
VALUES ( 'lty0105', '8', 2p);
I took your suggestion and have sent a report.
And thank you very much.
With best regards,
Weicheng Pan
Jun 3, 2005.
----- Original Message -----
From: "Gleb Paharenko" <[EMAIL PROTECTED]>
To: <mysql@lists.mysql.com>
Sent: Thursday, June 02, 2005 4:51 PM
Subject: Re: Replication problem
Hello.
I suggest you to check what query was written to the master binary log
and then report a bug. Please include all information you've found in the
report.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]