Bug #18607 | LOAD DATA FROM MASTER fails because of INFORMATION_SCHEMA database | ||
---|---|---|---|
Submitted: | 29 Mar 2006 9:03 | Modified: | 3 May 2006 9:20 |
Reporter: | Victoria Reznichenko | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S3 (Non-critical) |
Version: | 5.0 | OS: | Any (any) |
Assigned to: | Jim Winstead | CPU Architecture: | Any |
[29 Mar 2006 9:03]
Victoria Reznichenko
[13 Apr 2006 19:30]
Brad Brewer
I am having the same problem. However, adding "replicate-ignore-db=information_schema" to my.cnf doesn't seem to help. Executing the "show slave status" command shows that there is now replication database defined. (Replicate_Do_DB: ) Operating System: CentOS 4.3 Slave: MySQL 5.0.19 community edition Master: MySQL 5.0.18 pro
[13 Apr 2006 19:32]
Brad Brewer
Sorry, that was supposed to be "NO replication database defined"
[22 Apr 2006 1:25]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/5330
[27 Apr 2006 13:41]
Magnus BlÄudd
Looks ok to me(after seconds review).
[2 May 2006 18:27]
Jim Winstead
Fixed in 5.0.22 and 5.1.10.
[3 May 2006 9:20]
MC Brown
Documented in 5.0 and 5.1 changelog. <literal>LOAD DATA FROM MASTER</literal> would fail when trying to load the <literal>INFORMATION_SCHEMA</literal> database from the master, because the <literal>INFORMATION_SCHEMA</literal> system database would already exist on the slave. (Bug #18607)