Re: question about "master_pos_wait"

2006-01-16 Thread Jocelyn Fournier
Hi, It could be usefull when you need to wait the slave to be in sync with the master, after some specific queries for example. Regards, Jocelyn wangxu a écrit : > Slave server should automatically catch up master server when it be started. > > When i need use master_pos_wait?

question about "master_pos_wait"

2006-01-16 Thread wangxu
Slave server should automatically catch up master server when it be started. When i need use master_pos_wait?

MASTER_POS_WAIT()

2002-12-11 Thread Gil Shai
Hi I am using MySQL replication and would be very happy if someone could tell me how much time would I wait on SELECT MASTER_POS_WAIT('log_name',log_pos) if there is some problem in the slave, for example. Is it configurable?