Bug 34411
Summary: | mysql maxes out at 4GB file size for mysql tables (loading tables stops here) | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Kurt Zingler <k_zingler> |
Component: | mysql | Assignee: | Patrick Macdonald <patrickm> |
Status: | CLOSED NOTABUG | QA Contact: | David Lawrence <dkl> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.1 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2001-04-13 14:46:13 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Kurt Zingler
2001-04-03 01:29:21 UTC
Can you try the mysql rpms (3.23.36-1) from http://people.redhat.com/teg/mysql? Have you had the time to do this? Also, how do you try to load it? I upgraded mysql, mysql-devel, and mysql-server, and then I tried to reload additional data to that tablespace and I got the same error. I attempted to load data using: "mysql> load data local infile 'dna-table.10' replace into dna" and I get: "I get "ERROR 2013: Lost connection to MySQL server during query" as soon as I get to the first new (non-replace) record. If I do a full new load "mysql> load data local infile 'dna-table.11' into dna" I get and immediate server disconnect ERROR 2006: MySQL server has gone away No connection. Trying to reconnect... Connection id: 6 Current database: ensembl ERROR 2013: Lost connection to MySQL server during query Sorry for the delay in the reply. I tried a client upgrade as well. As expected, that made no difference. I've confirmed that MySQL has problems with files bigger than 4GB... it does identify large file support during configure, but it doesn't seem to use it. Tables need to be configured in a specific way... take a look at http://www.mysql.com/doc/T/a/Table_size.html |