Status of bugs

2003-12-15 Thread Jim Gallagher
company has bought 4 licenses. I know that the source code is available for me to fix it myself, but I'm not a database programmer, or even a C programmer, so that isn't a reasonable option. I don't have any kind of C development environment set up. -Jim Gallagher -- MySQL General Mailing List

Re: myisamchk Error 22 WinServer 2003 Large table

2003-11-20 Thread Jim Gallagher
- is MySQL just not the right RDB to be using for tables this size? -Jim Gallagher Hello, I am following the advice of the manual when bulk loading a large table by turning off index builds before LOAD DATA INFILE. The load ends normally (73 GB). The mysamchk build of the indices fails: myisamchk

myisamchk Error 22 WinServer 2003 Large table

2003-11-19 Thread Jim Gallagher
-O key_buffer_size=768M -O read_buffer_size=512M -O write_buffer_size=512M -rq d:\mysql\data\mydb\mytable I have 4GB of memory on the machine. I searched for this problem with Google and found several others with the same problem, but didn't find a solution. Thanks, Jim Gallagher -- MySQL

myisamchk Error 22 WinServer 2003 Large table

2003-11-17 Thread Jim Gallagher
-O key_buffer_size=768M -O read_buffer_size=512M -O write_buffer_size=512M -rq d:\mysql\data\mydb\mytable I have 4GB of memory on the machine. I searched for this problem with Google and found several others with the same problem, but didn't find a solution. Thanks, Jim Gallagher -- MySQL