Bug #21482 | LOAD DATA FROM MASTER fails with "Failed rebuilding the index of dumped table" | ||
---|---|---|---|
Submitted: | 7 Aug 2006 15:05 | Modified: | 5 Sep 2006 17:14 |
Reporter: | Kaspars Foigts | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0.24 | OS: | Windows (Win32) |
Assigned to: | CPU Architecture: | Any | |
Tags: | replication |
[7 Aug 2006 15:05]
Kaspars Foigts
[8 Aug 2006 11:35]
MySQL Verification Team
Thank you for the bug report. I will try to repeat this bug with data on my own, however if you can provide privately a dump with few data which allows to repeat the issue would be nice. Also can you provide the my.cnf and my.ini files. Thanks in advance.
[8 Aug 2006 12:42]
Kaspars Foigts
Sorry, I removed mysql.ini for 5th mysql on slave machine, because I needed it working. It was the default configuration with utf-8 as default charset, combined myisam and innodb storage, 20 concurrent connections and networking, configured via configuration wizard directly after install. my.cnf on master (it is combined from various versions and experiments, so - messed up): [mysqld] set-variable = max_connections=1000 set-variable = wait_timeout=3600 max_connect_errors = 100000 max_connections = 1000 max_user_connections = 1000 net_read_timeout = 3000 net_write_timeout = 3000 log-slow-queries log-bin server-id = 1 query_cache_size= 256M set-variable = innodb_buffer_pool_size=1G skip-bdb user = mysql basedir = /usr/local/mysql datadir = /var/lib/mysql tmpdir = /tmp skip-slave-start skip-locking set-variable = key_buffer_size=128M set-variable = max_allowed_packet=100M set-variable = thread_stack=128K bind-address = 0.0.0.0 port = 3306 I cannot provide dump because of sensitivity of this data. There are 32259 rows in this table. Average lengths of rows: alias: 15.94 chars dest: 14.72 chars username: 14.96 chars I guess there should be enough data to try to repeat this problem, if it can be done at all.
[5 Sep 2006 17:14]
MySQL Verification Team
Thank you for the bug report. The LOAD DATA FROM MASTER is currently deprecated, please see: http://dev.mysql.com/doc/refman/5.0/en/load-data-from-master.html.