mariadb/myisam
jani@hynda.(none) c961494444 Added useful exit error code for programs using my_getopt in case
of an error in option handling. This can sometimes be useful in
scripts.

Changed some exit code names and corresponding numbers.

Fixed a bug in mysqld.cc, in replication related options.

Added a global flag in my_getopt, which can be set by any program
that is using my_getopt, which tells whether the client should
print the error message itself, or whether my_getopt should do it.
The default is that my_getopt will print the error messages.
2002-05-29 15:07:30 +03:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
ChangeLog New thr_alarm struct for better integration with OS2 2000-11-28 04:47:47 +02:00
ft_boolean_search.c yet another ft-trunc bug fixed 2002-05-15 20:31:24 +02:00
ft_dump.c Added useful exit error code for programs using my_getopt in case 2002-05-29 15:07:30 +03:00
ft_eval.c Added useful exit error code for programs using my_getopt in case 2002-05-29 15:07:30 +03:00
ft_eval.h Update copyright 2001-12-06 14:10:51 +02:00
ft_nlq_search.c getting rid of default_charset_info 2002-04-15 20:32:40 +00:00
ft_parser.c phrase search parser bug 2002-05-08 16:47:27 +00:00
ft_static.c freebsd fix for openssl 2001-12-15 21:39:26 +01:00
ft_stem.c Update copyright 2001-12-06 14:10:51 +02:00
ft_stopwords.c Update copyright 2001-12-06 14:10:51 +02:00
ft_test1.c Added useful exit error code for programs using my_getopt in case 2002-05-29 15:07:30 +03:00
ft_test1.h Update copyright 2001-12-06 14:10:51 +02:00
ft_update.c getting rid of default_charset_info 2002-04-15 20:32:40 +00:00
ftdefs.h phrase search 2002-04-18 14:12:29 +00:00
fulltext.h ft_* variables added 2001-04-17 21:30:02 +02:00
make-ccc Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am ft_dump re-enabled, manual fixes 2001-11-22 22:50:41 +01:00
mi_cache.c Update copyright 2001-12-06 14:10:51 +02:00
mi_changed.c Update copyright 2001-12-06 14:10:51 +02:00
mi_check.c Changed ft_dump, ft_eval, ft_test1, mi_test1, myisampack, gen_lex_hash, 2002-05-24 14:06:58 +03:00
mi_checksum.c Update copyright 2001-12-06 14:10:51 +02:00
mi_close.c Update copyright 2001-12-06 14:10:51 +02:00
mi_create.c Update copyright 2001-12-06 14:10:51 +02:00
mi_dbug.c Update copyright 2001-12-06 14:10:51 +02:00
mi_delete.c Update copyright 2001-12-06 14:10:51 +02:00
mi_delete_all.c Update copyright 2001-12-06 14:10:51 +02:00
mi_delete_table.c Update copyright 2001-12-06 14:10:51 +02:00
mi_dynrec.c Fix for MyISAM records > 16M 2001-12-11 20:45:48 +02:00
mi_extra.c Move HA_EXTRA_NO_READCHECK to ha_open 2002-01-16 23:02:26 +02:00
mi_info.c Update copyright 2001-12-06 14:10:51 +02:00
mi_key.c Update needed for SuSE 7.3 2002-01-26 01:19:47 +02:00
mi_locking.c Update copyright 2001-12-06 14:10:51 +02:00
mi_log.c Update copyright 2001-12-06 14:10:51 +02:00
mi_open.c Update copyright 2001-12-06 14:10:51 +02:00
mi_packrec.c Update copyright 2001-12-06 14:10:51 +02:00
mi_page.c Update copyright 2001-12-06 14:10:51 +02:00
mi_panic.c Update copyright 2001-12-06 14:10:51 +02:00
mi_range.c Update copyright 2001-12-06 14:10:51 +02:00
mi_rename.c Update copyright 2001-12-06 14:10:51 +02:00
mi_rfirst.c Update copyright 2001-12-06 14:10:51 +02:00
mi_rkey.c Cleaned up SSL documentation 2001-10-02 05:53:00 +03:00
mi_rlast.c Update copyright 2001-12-06 14:10:51 +02:00
mi_rnext.c Cleaned up SSL documentation 2001-10-02 05:53:00 +03:00
mi_rnext_same.c Update copyright 2001-12-06 14:10:51 +02:00
mi_rprev.c Cleaned up SSL documentation 2001-10-02 05:53:00 +03:00
mi_rrnd.c Update copyright 2001-12-06 14:10:51 +02:00
mi_rsame.c Update copyright 2001-12-06 14:10:51 +02:00
mi_rsamepos.c Update copyright 2001-12-06 14:10:51 +02:00
mi_scan.c Update copyright 2001-12-06 14:10:51 +02:00
mi_search.c Update copyright 2001-12-06 14:10:51 +02:00
mi_static.c Added support of null keys in HEAP tables 2002-01-12 15:42:54 +02:00
mi_statrec.c Update copyright 2001-12-06 14:10:51 +02:00
mi_test1.c Added useful exit error code for programs using my_getopt in case 2002-05-29 15:07:30 +03:00
mi_test2.c Update copyright 2001-12-06 14:10:51 +02:00
mi_test3.c Update copyright 2001-12-06 14:10:51 +02:00
mi_test_all.res Cleaned up SSL documentation 2001-10-02 05:53:00 +03:00
mi_test_all.sh Cleaned up SSL documentation 2001-10-02 05:53:00 +03:00
mi_unique.c Update copyright 2001-12-06 14:10:51 +02:00
mi_update.c Update copyright 2001-12-06 14:10:51 +02:00
mi_write.c Removed compiler warnings 2002-05-22 19:11:06 +03:00
myisamchk.c Added useful exit error code for programs using my_getopt in case 2002-05-29 15:07:30 +03:00
myisamdef.h Fix for MyISAM records > 16M 2001-12-11 20:45:48 +02:00
myisamlog.c Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
myisampack.c Added useful exit error code for programs using my_getopt in case 2002-05-29 15:07:30 +03:00
NEWS Import changeset 2000-07-31 21:29:14 +02:00
sort.c init_dynamic_array MyODBC compatibility fix 2002-04-28 21:22:37 +00:00
test_pack Import changeset 2000-07-31 21:29:14 +02:00
TODO Import changeset 2000-07-31 21:29:14 +02:00