One of my colleague says Length() function in mysql is not replication safe. This function is used in update statement. Is this true? What else should we take in to consideration when writing a query and taking replication into account
|
feedback
|
|
Because the table you are replicating too could have a different character set. There is no requirement for tables between master and slave to be exactly the same, have the same indexes etc.
| |||||||
feedback
|