mariadb/myisam
unknown 767d880f9c mysql_priv.h:
Added declarations for print_msg_to_log and vprint_msg_to_log.  sql_print_error are simple functions that wrap calls to print_msg_to_log.  Define the different error types with MY_ERROR_TYPE, MY_WARNING_TYPE, and MY_INFORMATION_TYPE
gen_lex_hash.cc:
  Added NULL error reporting parameter to handle_options
log.cc:
  Add print_msg_to_log, print_buffer_to_log, and vprint_msg_to_log.  Print_msg_to_log will write the message to the windows event log if on NT.  We now have error, warning, and information versions of sql_print_xxxx.  T his is a variation of a similar changeset WAX did.
mysqld.cc:
  Added option_error_reporter callback function and pass that into handle_options
mysql.cc:
  Added NULL as error reporter arg to the end of handle_options
Many files:
  Added NULL error reporter parameter as the last paramter to handle_options
my_getopt.c:
  Added second function pointer to server as an error reporting callback.  Added local function report_option_error that will either write the error to stderr or to the error reporting callback.  changed all calls in handle_options from fprintf(stderr, ... ) to report_option_error
my_getopt.h:
  Changed declaration of handle_options to use typedefs for the two function pointers.  added second function pointer to server as an error reporting callback
mysqld.dsp:
  Added custom build step for compiling message file and added message resource file (output of mc)


VC++Files/sql/mysqld.dsp:
  Added custom build step for compiling message file and added message resource file (output of mc)
client/mysqladmin.c:
  Added NULL error reporter parameter as the last paramter to handle_options
client/mysqlcheck.c:
  Added NULL error reporter parameter as the last paramter to handle_options
client/mysqldump.c:
  Added NULL error reporter parameter as the last paramter to handle_options
client/mysqlimport.c:
  Added NULL error reporter parameter as the last paramter to handle_options
client/mysqlmanager-pwgen.c:
  Added NULL error reporter parameter as the last paramter to handle_options
client/mysqlmanagerc.c:
  Added NULL error reporter parameter as the last paramter to handle_options
client/mysqlbinlog.cc:
  Added NULL error reporter parameter as the last paramter to handle_options
client/mysqlshow.c:
  Added NULL error reporter parameter as the last paramter to handle_options
client/mysqltest.c:
  Added NULL error reporter parameter as the last paramter to handle_options
extra/my_print_defaults.c:
  Added NULL error reporter parameter as the last paramter to handle_options
extra/mysql_install.c:
  Added NULL error reporter parameter as the last paramter to handle_options
extra/mysql_waitpid.c:
  Added NULL error reporter parameter as the last paramter to handle_options
extra/perror.c:
  Added NULL error reporter parameter as the last paramter to handle_options
extra/resolve_stack_dump.c:
  Added NULL error reporter parameter as the last paramter to handle_options
extra/resolveip.c:
  Added NULL error reporter parameter as the last paramter to handle_options
isam/isamchk.c:
  Added NULL error reporter parameter as the last paramter to handle_options
isam/pack_isam.c:
  Added NULL error reporter parameter as the last paramter to handle_options
myisam/mi_test1.c:
  Added NULL error reporter parameter as the last paramter to handle_options
myisam/myisam_ftdump.c:
  Added NULL error reporter parameter as the last paramter to handle_options
myisam/myisamchk.c:
  Added NULL error reporter parameter as the last paramter to handle_options
myisam/myisampack.c:
  Added NULL error reporter parameter as the last paramter to handle_options
include/my_getopt.h:
  Changed declaration of handle_options to use typedefs for the two function pointers.  added second function pointer to server as an error reporting callback
mysys/my_getopt.c:
  Added second function pointer to server as an error reporting callback.  Added local function report_option_error that will either write the error to stderr or to the error reporting callback.  changed all calls in handle_options from fprintf(stderr, ... ) to report_option_error
tools/mysqlmanager.c:
  Added NULL error reporter parameter as the last paramter to handle_options
client/mysql.cc:
  Added NULL as error reporter arg to the end of handle_options
sql/mysqld.cc:
  Added option_error_reporter callback function and pass that into handle_options
sql/log.cc:
  Add print_msg_to_log, print_buffer_to_log, and vprint_msg_to_log.  Print_msg_to_log will write the message to the windows event log if on NT.  We now have error, warning, and information versions of sql_print_xxxx.  T his is a variation of a similar changeset WAX did.
sql/gen_lex_hash.cc:
  Added NULL error reporting parameter to handle_options
sql/mysql_priv.h:
  Added declarations for print_msg_to_log and vprint_msg_to_log.  sql_print_error are simple functions that wrap calls to print_msg_to_log.  Define the different error types with MY_ERROR_TYPE, MY_WARNING_TYPE, and MY_INFORMATION_TYPE
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2004-08-14 03:38:37 +02:00
..
.cvsignore
ChangeLog
ft_boolean_search.c backport bug#2708 fix from 4.1 2004-05-27 21:14:59 +02:00
ft_eval.c
ft_eval.h
ft_nlq_search.c made fulltext search aware of concurrent inserts 2004-04-05 11:36:30 +02:00
ft_parser.c backport bug#2708 fix from 4.1 2004-05-27 21:14:59 +02:00
ft_static.c
ft_stem.c
ft_stopwords.c
ft_test1.c
ft_test1.h
ft_update.c
ftdefs.h backport from 4.1: 2004-05-10 12:39:01 +02:00
fulltext.h
make-ccc
Makefile.am - renamed myisam/ft_dump to myisam/mysam_ftdump and added it to the 2004-02-03 22:25:02 +01:00
mi_cache.c
mi_changed.c
mi_check.c Fix for #3067 2004-03-24 19:04:57 +04:00
mi_checksum.c
mi_close.c
mi_create.c Allow keys with 0 segements in MyISAM 2004-03-26 14:44:52 +02:00
mi_dbug.c Fixed bug in last push found by valgrind 2003-12-14 08:12:07 -05:00
mi_delete.c
mi_delete_all.c
mi_delete_table.c
mi_dynrec.c A DBUG_RETURN to match a DBUG_ENTER 2004-05-06 22:55:30 +02:00
mi_extra.c Call my_sync() after all data is written to .frm file 2003-11-02 15:55:02 +02:00
mi_info.c Fixed memory allocation in Unique to not allocate too much memory 2003-06-26 07:56:55 +03:00
mi_key.c bug#4816. index search for NULL in blob 2004-08-01 13:26:01 +02:00
mi_locking.c Call my_sync() after all data is written to .frm file 2003-11-02 15:55:02 +02:00
mi_log.c
mi_open.c Fix autoincrement for signed columns (Bug #1366) 2003-12-12 22:26:58 +02:00
mi_packrec.c Correct fix for buffer overruns for compressed blobs. 2003-09-24 14:33:23 +03:00
mi_page.c
mi_panic.c
mi_range.c Fixed problem when comparing a key for a multi-byte-character set. (bug 152) 2003-04-27 22:12:08 +03:00
mi_rename.c
mi_rfirst.c
mi_rkey.c Fix reference to not initialized memory 2003-04-30 10:15:09 +03:00
mi_rlast.c
mi_rnext.c
mi_rnext_same.c
mi_rprev.c
mi_rrnd.c
mi_rsame.c
mi_rsamepos.c
mi_scan.c
mi_search.c Fixed some DBUG_PRINT format problems. 2004-07-26 15:32:52 +02:00
mi_static.c
mi_statrec.c
mi_test1.c mysql_priv.h: 2004-08-14 03:38:37 +02:00
mi_test2.c Fix for service names on windows; Now we always put the service name last when we create a service 2003-11-17 13:06:32 +02:00
mi_test3.c
mi_test_all.res
mi_test_all.sh Add detection of in_addr_t 2003-08-28 06:08:17 +03:00
mi_unique.c
mi_update.c Fixed rare bug in MYISAM introduced in 4.0.3 where the index file header was not updated directly after an UPDATE of split dynamic rows. 2003-09-05 06:42:55 +03:00
mi_write.c Fixed some varnings from valgrind 2003-08-20 16:25:44 +03:00
myisam_ftdump.c mysql_priv.h: 2004-08-14 03:38:37 +02:00
myisamchk.c mysql_priv.h: 2004-08-14 03:38:37 +02:00
myisamdef.h two bugs in parallel repair fixed 2004-01-20 09:05:37 +01:00
myisamlog.c Fixed a very rarge memory overrun bug in the myisamlog program. 2003-08-26 22:02:58 +03:00
myisampack.c mysql_priv.h: 2004-08-14 03:38:37 +02:00
NEWS
sort.c Fix to remove compiler warnings 2003-04-28 19:05:57 +03:00
test_pack
TODO