Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
308839fe
Commit
308839fe
authored
Aug 31, 2001
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Portability fixes
parent
83c86c85
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
myisam/ft_eval.c
myisam/ft_eval.c
+2
-2
myisam/ft_eval.h
myisam/ft_eval.h
+1
-4
No files found.
myisam/ft_eval.c
View file @
308839fe
...
...
@@ -112,7 +112,7 @@ err:
}
void
get_options
(
int
argc
,
char
*
argv
[])
static
void
get_options
(
int
argc
,
char
*
argv
[])
{
int
c
;
char
*
options
=
(
char
*
)
"Vh#:qSs:"
;
...
...
@@ -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
);
...
...
myisam/ft_eval.h
View file @
308839fe
/* 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
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment