mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
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:
parent
c2e44ba772
commit
7c725b2486
20 changed files with 265 additions and 236 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue