summaryrefslogtreecommitdiff
path: root/include/maria.h
diff options
context:
space:
mode:
authorunknown <bell@oleksandr-byelkins-powerbook-g4-15.local>2008-02-07 22:46:32 +0200
committerunknown <bell@oleksandr-byelkins-powerbook-g4-15.local>2008-02-07 22:46:32 +0200
commit311d8e898ffcddb1cfe6bc09bfd7f0ece144f020 (patch)
tree5b60117b304b7b5891b784374e7630bf7d4b7373 /include/maria.h
parent8c5cd4f89d165665e8b6cebd2161c41d5ce6a77e (diff)
downloadmariadb-git-311d8e898ffcddb1cfe6bc09bfd7f0ece144f020.tar.gz
Mac compiler warnings fixed.
include/maria.h: mac compiler warnings fixed. storage/maria/ma_bitmap.c: mac compiler warnings fixed. storage/maria/ma_blockrec.c: mac compiler warnings fixed. storage/maria/ma_check.c: mac compiler warnings fixed. storage/maria/ma_control_file.c: mac compiler warnings fixed. storage/maria/ma_create.c: mac compiler warnings fixed. storage/maria/ma_delete.c: mac compiler warnings fixed. storage/maria/ma_ft_boolean_search.c: mac compiler warnings fixed. storage/maria/ma_page.c: mac compiler warnings fixed. storage/maria/ma_pagecache.c: mac compiler warnings fixed. storage/maria/ma_recovery.c: mac compiler warning fixed. storage/maria/ma_rt_test.c: mac compiler warnings fixed. storage/maria/ma_search.c: mac compiler warning fixed. storage/maria/ma_write.c: mac compiler warnings fixed. storage/maria/unittest/ma_control_file-t.c: mac compiler warnings fixed. storage/maria/unittest/ma_pagecache_consist.c: mac compiler warnings fixed. storage/maria/unittest/ma_pagecache_single.c: mac compiler warnings fixed. storage/maria/unittest/ma_test_loghandler_pagecache-t.c: mac compiler warning fixed. storage/maria/unittest/test_file.c: mac compiler warning fixed.
Diffstat (limited to 'include/maria.h')
-rw-r--r--include/maria.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/maria.h b/include/maria.h
index f2b0fc6516a..b216affa3fc 100644
--- a/include/maria.h
+++ b/include/maria.h
@@ -360,7 +360,7 @@ typedef struct st_maria_sort_param
uchar *rec_buff;
void *wordlist, *wordptr;
MEM_ROOT wordroot;
- char *record;
+ uchar *record;
MY_TMPDIR *tmpdir;
/*