Commit 040b5c29 authored by monty@hundin.mysql.fi's avatar monty@hundin.mysql.fi

Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0

parents e5793d1a 697978b5
...@@ -42,7 +42,6 @@ struct my_option ...@@ -42,7 +42,6 @@ struct my_option
longlong sub_size; /* Subtract this from given value */ longlong sub_size; /* Subtract this from given value */
long block_size; /* Value should be a mult. of this */ long block_size; /* Value should be a mult. of this */
int app_type; /* To be used by an application */ 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, extern int handle_options (int *argc, char ***argv,
...@@ -50,3 +49,5 @@ 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, my_bool (*get_one_option)(int,
const struct my_option *, const struct my_option *,
char *)); char *));
extern void my_print_help(const struct my_option *options);
extern void my_print_variables(const struct my_option *options);
This diff is collapsed.
This diff is collapsed.
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# MySQL. # MySQL.
# #
# You can copy this file to # You can copy this file to
# /etc/mf.cnf to set global options, # /etc/my.cnf to set global options,
# mysql-data-dir/my.cnf to set server-specific options (in this # mysql-data-dir/my.cnf to set server-specific options (in this
# installation this directory is @localstatedir@) or # installation this directory is @localstatedir@) or
# ~/.my.cnf to set user-specific options. # ~/.my.cnf to set user-specific options.
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# MySQL. # MySQL.
# #
# You can copy this file to # You can copy this file to
# /etc/mf.cnf to set global options, # /etc/my.cnf to set global options,
# mysql-data-dir/my.cnf to set server-specific options (in this # mysql-data-dir/my.cnf to set server-specific options (in this
# installation this directory is @localstatedir@) or # installation this directory is @localstatedir@) or
# ~/.my.cnf to set user-specific options. # ~/.my.cnf to set user-specific options.
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# other programs (like a web server) # other programs (like a web server)
# #
# You can copy this file to # You can copy this file to
# /etc/mf.cnf to set global options, # /etc/my.cnf to set global options,
# mysql-data-dir/my.cnf to set server-specific options (in this # mysql-data-dir/my.cnf to set server-specific options (in this
# installation this directory is @localstatedir@) or # installation this directory is @localstatedir@) or
# ~/.my.cnf to set user-specific options. # ~/.my.cnf to set user-specific options.
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# doesn't use much resources. # doesn't use much resources.
# #
# You can copy this file to # You can copy this file to
# /etc/mf.cnf to set global options, # /etc/my.cnf to set global options,
# mysql-data-dir/my.cnf to set server-specific options (in this # mysql-data-dir/my.cnf to set server-specific options (in this
# installation this directory is @localstatedir@) or # installation this directory is @localstatedir@) or
# ~/.my.cnf to set user-specific options. # ~/.my.cnf to set user-specific options.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment