mariadb/myisam
unknown a90b2f309e 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.


client/mysql.cc:
  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.
client/mysqladmin.c:
  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.
client/mysqlbinlog.cc:
  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.
client/mysqlcheck.c:
  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.
client/mysqldump.c:
  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.
client/mysqlimport.c:
  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.
client/mysqlmanager-pwgen.c:
  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.
client/mysqlmanagerc.c:
  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.
client/mysqlshow.c:
  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.
client/mysqltest.c:
  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.
client/thread_test.c:
  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.
extra/my_print_defaults.c:
  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.
extra/mysql_install.c:
  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.
extra/perror.c:
  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.
extra/resolve_stack_dump.c:
  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.
extra/resolveip.c:
  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.
include/my_getopt.h:
  Added global (flag) variable which tells my_getopt whether to
  print errors or just silently exit with proper error code.
include/mysys_err.h:
  Changed exit code names and corresponding numbers.
isam/isamchk.c:
  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.
isam/pack_isam.c:
  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.
myisam/ft_dump.c:
  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.
myisam/ft_eval.c:
  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.
myisam/ft_test1.c:
  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.
myisam/mi_test1.c:
  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.
myisam/myisamchk.c:
  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.
myisam/myisampack.c:
  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.
mysys/my_getopt.c:
  Changed exit code names and corresponding numbers. Added a flag
  for checking whether my_getopt should print the error message,
  or whether it should be printed by the client itself.
sql/gen_lex_hash.cc:
  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.
sql/mysqld.cc:
  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.
  
  Fixed a bug when compiling in non-debug mode, some replication
  related options were not enabled while they should be. This made
  'make test' to fail in rpl000010 when --with-debug was not used.
tools/mysqlmanager.c:
  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.
2002-05-29 15:07:30 +03:00
..
.cvsignore
ChangeLog
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
make-ccc
Makefile.am
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
mi_rlast.c Update copyright 2001-12-06 14:10:51 +02:00
mi_rnext.c
mi_rnext_same.c Update copyright 2001-12-06 14:10:51 +02:00
mi_rprev.c
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
mi_test_all.sh
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
myisampack.c Added useful exit error code for programs using my_getopt in case 2002-05-29 15:07:30 +03:00
NEWS
sort.c init_dynamic_array MyODBC compatibility fix 2002-04-28 21:22:37 +00:00
test_pack
TODO