Why are A and B letting you cram NULL into a column declared NOT NULL?
Are your schemas consistent on A/B/C? Perhaps 5.0.32 does not enforce NOT NULL properly? Some tweak to config may change this? I don't know the answer, but with a bit of research in this direction, you should be there. In other words: Forget the replication part -- Focus on the NULL in a NOT NULL column part. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[email protected]
