summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
authormonty@mysql.com <>2003-11-23 14:36:41 +0200
committermonty@mysql.com <>2003-11-23 14:36:41 +0200
commit7c725b2486de1f48f4e4e16a87b4b3cb542ab19b (patch)
treedf2c427c1d086dc0727fa8656815cece6df4aeb2 /strings
parentc2e44ba772b40d8d2216c36f1970e4cfc037e382 (diff)
downloadmariadb-git-7c725b2486de1f48f4e4e16a87b4b3cb542ab19b.tar.gz
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
Diffstat (limited to 'strings')
-rw-r--r--strings/bmove512.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/bmove512.c b/strings/bmove512.c
index 30ac4b744b6..d4c748fe0ff 100644
--- a/strings/bmove512.c
+++ b/strings/bmove512.c
@@ -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);