summaryrefslogtreecommitdiff
path: root/storage/myisam/ft_eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'storage/myisam/ft_eval.c')
-rw-r--r--storage/myisam/ft_eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/myisam/ft_eval.c b/storage/myisam/ft_eval.c
index 7eb78861e5e..de01510fdd7 100644
--- a/storage/myisam/ft_eval.c
+++ b/storage/myisam/ft_eval.c
@@ -48,7 +48,7 @@ int main(int argc, char *argv[])
recinfo[0].type=FIELD_SKIP_ENDSPACE;
recinfo[0].length=docid_length;
recinfo[1].type=FIELD_BLOB;
- recinfo[1].length= 4+mi_portable_sizeof_char_ptr;
+ recinfo[1].length= 4+portable_sizeof_char_ptr;
/* Define a key over the first column */
keyinfo[0].seg=keyseg;