diff options
author | monty@hundin.mysql.fi <> | 2002-01-02 21:29:41 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-01-02 21:29:41 +0200 |
commit | 4b877e0088e6f32a606ffaa0fb3c94afb0b24388 (patch) | |
tree | ef8afaf7a0fed42b30ef0d9d38acccc992b5f87d /extra/my_print_defaults.c | |
parent | 5b77e3391050f1f585ab28816ad31761d93e8264 (diff) | |
download | mariadb-git-4b877e0088e6f32a606ffaa0fb3c94afb0b24388.tar.gz |
Added macros for nice TIMESPEC usage.
Fixes for building MySQL with gcc 3.0
Added SIGNED / UNSIGNED casts
Fixed core dump bug in net_clear() with libmysqld.
Back to using semaphores in query cache.
Added 'Null' and 'Index_type' to SHOW INDEX.
Diffstat (limited to 'extra/my_print_defaults.c')
-rw-r--r-- | extra/my_print_defaults.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/my_print_defaults.c b/extra/my_print_defaults.c index d8edb8cc448..70ccb3797e6 100644 --- a/extra/my_print_defaults.c +++ b/extra/my_print_defaults.c @@ -58,7 +58,7 @@ static void usage(my_bool version) -?, --help Display this help message and exit.\n\ -V, --version Output version information and exit.\n", config_file); - printf("\nExample usage: %s --config-file=my client mysql\n",my_progname); + printf("\nExample usage:\n%s --config-file=my client mysql\n",my_progname); } static int get_options(int *argc,char ***argv) |