MySQL Forums
Forum List  »  Replication

Re: Need unique primary keys on dual master/slave setup
Posted by: Brian Aker
Date: September 03, 2005 12:18PM

One other thought for you, UUID() does not replicate. You can do a select against it, take the value on your application side, and then use it, but you can not set it to a variable or use it in an insert statement directly.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Need unique primary keys on dual master/slave setup
1640
September 03, 2005 12:18PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.