Loading myisam/ft_eval.c +2 −2 Original line number Diff line number Diff line Loading @@ -112,7 +112,7 @@ int main(int argc,char *argv[]) } void get_options(int argc,char *argv[]) static void get_options(int argc,char *argv[]) { int c; char *options=(char*) "Vh#:qSs:"; Loading Loading @@ -167,7 +167,7 @@ void get_options(int argc,char *argv[]) return; } /* get options */ int create_record(char *pos, FILE *file) static int create_record(char *pos, FILE *file) { uint tmp; char *ptr; bzero((char *)pos,MAX_REC_LENGTH); Loading myisam/ft_eval.h +1 −4 Original line number Diff line number Diff line /* Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB /* Copyright (C) 2000 MySQL AB & Sergei A. Golubchik This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by Loading Loading @@ -35,9 +35,6 @@ MI_COLUMNDEF recinfo[3]; MI_KEYDEF keyinfo[2]; MI_KEYSEG keyseg[10]; void get_options(int argc,char *argv[]); int create_record(char *, FILE *); #define SWL_INIT 500 #define SWL_PLUS 50 Loading Loading
myisam/ft_eval.c +2 −2 Original line number Diff line number Diff line Loading @@ -112,7 +112,7 @@ int main(int argc,char *argv[]) } void get_options(int argc,char *argv[]) static void get_options(int argc,char *argv[]) { int c; char *options=(char*) "Vh#:qSs:"; Loading Loading @@ -167,7 +167,7 @@ void get_options(int argc,char *argv[]) return; } /* get options */ int create_record(char *pos, FILE *file) static int create_record(char *pos, FILE *file) { uint tmp; char *ptr; bzero((char *)pos,MAX_REC_LENGTH); Loading
myisam/ft_eval.h +1 −4 Original line number Diff line number Diff line /* Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB /* Copyright (C) 2000 MySQL AB & Sergei A. Golubchik This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by Loading Loading @@ -35,9 +35,6 @@ MI_COLUMNDEF recinfo[3]; MI_KEYDEF keyinfo[2]; MI_KEYSEG keyseg[10]; void get_options(int argc,char *argv[]); int create_record(char *, FILE *); #define SWL_INIT 500 #define SWL_PLUS 50 Loading