MySQL Forums
Forum List  »  Replication

Re: master -master replication issues error 1062 and 1677
Posted by: Hema v
Date: May 20, 2014 02:28AM

Both the table are identical but still replication fails

mysql> desc COM_AUDIT_TRAIL;
+---------------+--------------+------+-----+-------------------+-----------------------------+
| Field | Type | Null | Key | Default | Extra |
+---------------+--------------+------+-----+-------------------+-----------------------------+
| AUD_USR | varchar(100) | NO | PRI | NULL | |
| CLI_IP | varchar(30) | NO | PRI | | |
| SER_IP | varchar(30) | NO | PRI | | |
| AURCE | varchar(100) | NO | PRI | NULL | |
| AUION | varchar(100) | NO | PRI | NULL | |
| APPD | varchar(5) | NO | PRI | NULL | |
| AUDATE | timestamp | NO | PRI | CURRENT_TIMESTAMP | on update CURRENT_TIMESTAMP |
+---------------+--------------+------+-----+-------------------+-----------------------------+
7 rows in set (0.00 sec)

mysql>

mysql> desc COM_AUDIT_TRAIL;
+---------------+--------------+------+-----+-------------------+-----------------------------+
| Field | Type | Null | Key | Default | Extra |
+---------------+--------------+------+-----+-------------------+-----------------------------+
| AUD_USR | varchar(100) | NO | PRI | NULL | |
| CLI_IP | varchar(30) | NO | PRI | | |
| SER_IP | varchar(30) | NO | PRI | | |
| AURCE | varchar(100) | NO | PRI | NULL | |
| AUION | varchar(100) | NO | PRI | NULL | |
| APPD | varchar(5) | NO | PRI | NULL | |
| AUDATE | timestamp | NO | PRI | CURRENT_TIMESTAMP | on update CURRENT_TIMESTAMP |
+---------------+--------------+------+-----+-------------------+-----------------------------+
7 rows in set (0.00 sec)

mysql>

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: master -master replication issues error 1062 and 1677
1838
May 20, 2014 02:28AM


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.