Fixed compiler warnings from Intel compiler in Win64

Added option --max-record-length=# to myisamchk
Don't try repair twice if doing myisamchk --repair --force
Shared memory handler didn't clean up things on errors or shutdown
This commit is contained in:
monty@mysql.com 2003-11-23 14:36:41 +02:00
commit 7c725b2486
20 changed files with 265 additions and 236 deletions

View file

@ -37,7 +37,7 @@
#define LONG ulonglong
#endif
void bmove512(register gptr to, register const gptr from, register uint length)
void bmove512(gptr to, const gptr from, register uint length)
{
reg1 LONG *f,*t,*end= (LONG*) ((char*) from+length);