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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
040b5c29
Commit
040b5c29
authored
Feb 07, 2002
by
monty@hundin.mysql.fi
Browse files
Options
Browse Files
Download
Plain Diff
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
parents
e5793d1a
697978b5
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
447 additions
and
192 deletions
+447
-192
include/my_getopt.h
include/my_getopt.h
+2
-1
myisam/myisamchk.c
myisam/myisamchk.c
+223
-94
mysys/my_getopt.c
mysys/my_getopt.c
+218
-93
support-files/my-huge.cnf.sh
support-files/my-huge.cnf.sh
+1
-1
support-files/my-large.cnf.sh
support-files/my-large.cnf.sh
+1
-1
support-files/my-medium.cnf.sh
support-files/my-medium.cnf.sh
+1
-1
support-files/my-small.cnf.sh
support-files/my-small.cnf.sh
+1
-1
No files found.
include/my_getopt.h
View file @
040b5c29
...
...
@@ -42,7 +42,6 @@ struct my_option
longlong
sub_size
;
/* Subtract this from given value */
long
block_size
;
/* Value should be a mult. of this */
int
app_type
;
/* To be used by an application */
my_bool
opt_is_var
;
/* If true, the option is a variable */
};
extern
int
handle_options
(
int
*
argc
,
char
***
argv
,
...
...
@@ -50,3 +49,5 @@ extern int handle_options (int *argc, char ***argv,
my_bool
(
*
get_one_option
)(
int
,
const
struct
my_option
*
,
char
*
));
extern
void
my_print_help
(
const
struct
my_option
*
options
);
extern
void
my_print_variables
(
const
struct
my_option
*
options
);
myisam/myisamchk.c
View file @
040b5c29
This diff is collapsed.
Click to expand it.
mysys/my_getopt.c
View file @
040b5c29
This diff is collapsed.
Click to expand it.
support-files/my-huge.cnf.sh
View file @
040b5c29
...
...
@@ -4,7 +4,7 @@
# MySQL.
#
# You can copy this file to
# /etc/m
f
.cnf to set global options,
# /etc/m
y
.cnf to set global options,
# mysql-data-dir/my.cnf to set server-specific options (in this
# installation this directory is @localstatedir@) or
# ~/.my.cnf to set user-specific options.
...
...
support-files/my-large.cnf.sh
View file @
040b5c29
...
...
@@ -4,7 +4,7 @@
# MySQL.
#
# You can copy this file to
# /etc/m
f
.cnf to set global options,
# /etc/m
y
.cnf to set global options,
# mysql-data-dir/my.cnf to set server-specific options (in this
# installation this directory is @localstatedir@) or
# ~/.my.cnf to set user-specific options.
...
...
support-files/my-medium.cnf.sh
View file @
040b5c29
...
...
@@ -5,7 +5,7 @@
# other programs (like a web server)
#
# You can copy this file to
# /etc/m
f
.cnf to set global options,
# /etc/m
y
.cnf to set global options,
# mysql-data-dir/my.cnf to set server-specific options (in this
# installation this directory is @localstatedir@) or
# ~/.my.cnf to set user-specific options.
...
...
support-files/my-small.cnf.sh
View file @
040b5c29
...
...
@@ -5,7 +5,7 @@
# doesn't use much resources.
#
# You can copy this file to
# /etc/m
f
.cnf to set global options,
# /etc/m
y
.cnf to set global options,
# mysql-data-dir/my.cnf to set server-specific options (in this
# installation this directory is @localstatedir@) or
# ~/.my.cnf to set user-specific options.
...
...
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