mariadb/sql
unknown 83666b3e54 misc replication bugfixes including some needed modifications in IO_CACHE
likely() and unlikely() branch prediction compiler hint macros
clean-up of comments


include/my_global.h:
  added likely() and unlikely() macros to help some compilers optimize
  the code for architecture-specific branch prediction policies
include/my_sys.h:
  coverted my_b_append_tell() from macro to a function as it needed to be more
  complex to avoid a potential race condition
mysql-test/mysql-test-run.sh:
  hostname-independent relay log name to have consistent SHOW SLAVE STATUS
  output
mysql-test/r/rpl000014.result:
  result update
mysql-test/r/rpl000015.result:
  result update
mysql-test/r/rpl000016.result:
  result update
mysql-test/r/rpl_log.result:
  result update
mysql-test/t/rpl000017-slave.sh:
  proper cleanup of old logs
mysys/mf_iocache.c:
  cosmetic changes + more debugging asserts
mysys/mf_iocache2.c:
  my_b_append_tell()
  cleanup of comments
sql/log.cc:
  fix potential bug - do not rotate log in the middle of event
sql/slave.cc:
  do not write stop events when the server does not actually stop but just 
  rotates the log
  fixed race between queue_event() and show_slave_status()
  clean-up of comments
sql/slave.h:
  added ignore_stop_event flag to SLAVE_LOG_INFO
2002-01-26 22:26:24 -07:00
..
share
.cvsignore
add_errmsg
cache_manager.cc Update copyright 2001-12-06 14:10:51 +02:00
cache_manager.h Update copyright 2001-12-06 14:10:51 +02:00
ChangeLog
convert.cc Update copyright 2001-12-06 14:10:51 +02:00
custom_conf.h Update copyright 2001-12-06 14:10:51 +02:00
derror.cc Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
des_key_file.cc Added FLUSH DES_KEY_FILE. 2001-12-13 15:53:18 +02:00
field.cc Update copyright 2001-12-06 14:10:51 +02:00
field.h Code that had to be changed so that CREATE ... SELECT ... always 2001-12-29 15:15:51 +02:00
field_conv.cc Update copyright 2001-12-06 14:10:51 +02:00
filesort.cc Removed compiler warnings. 2001-12-10 00:08:24 +02:00
frm_crypt.cc Update copyright 2001-12-06 14:10:51 +02:00
gen_lex_hash.cc merge with 3.23.47 (DO statement) 2001-12-17 20:47:20 +02:00
ha_berkeley.cc Move HA_EXTRA_NO_READCHECK to ha_open 2002-01-16 23:02:26 +02:00
ha_berkeley.h Added support of null keys in HEAP tables 2002-01-12 15:42:54 +02:00
ha_hash.h
ha_heap.cc Add support for NULL=NULL in keys (Used in GROUP BY optimization) 2002-01-16 00:42:52 +02:00
ha_heap.h Added support of null keys in HEAP tables 2002-01-12 15:42:54 +02:00
ha_innodb.cc Added support of null keys in HEAP tables 2002-01-12 15:42:54 +02:00
ha_innodb.h Added support of null keys in HEAP tables 2002-01-12 15:42:54 +02:00
ha_isam.cc Added support of null keys in HEAP tables 2002-01-12 15:42:54 +02:00
ha_isam.h Added support of null keys in HEAP tables 2002-01-12 15:42:54 +02:00
ha_isammrg.cc Update copyright 2001-12-06 14:10:51 +02:00
ha_isammrg.h Added support of null keys in HEAP tables 2002-01-12 15:42:54 +02:00
ha_myisam.cc Added support of null keys in HEAP tables 2002-01-12 15:42:54 +02:00
ha_myisam.h Added support of null keys in HEAP tables 2002-01-12 15:42:54 +02:00
ha_myisammrg.cc Added support of null keys in HEAP tables 2002-01-12 15:42:54 +02:00
ha_myisammrg.h Added support of null keys in HEAP tables 2002-01-12 15:42:54 +02:00
handler.cc Move HA_EXTRA_NO_READCHECK to ha_open 2002-01-16 23:02:26 +02:00
handler.h Added support of null keys in HEAP tables 2002-01-12 15:42:54 +02:00
hash_filo.cc Update copyright 2001-12-06 14:10:51 +02:00
hash_filo.h Update copyright 2001-12-06 14:10:51 +02:00
hostname.cc Update copyright 2001-12-06 14:10:51 +02:00
init.cc Update copyright 2001-12-06 14:10:51 +02:00
item.cc Update copyright 2001-12-06 14:10:51 +02:00
item.h Code that had to be changed so that CREATE ... SELECT ... always 2001-12-29 15:15:51 +02:00
item_buff.cc Update copyright 2001-12-06 14:10:51 +02:00
item_cmpfunc.cc Update copyright 2001-12-06 14:10:51 +02:00
item_cmpfunc.h Update copyright 2001-12-06 14:10:51 +02:00
item_create.cc merged 2002-01-03 20:00:45 +00:00
item_create.h BIT_LENGTH ODBC function 2002-01-03 19:47:14 +00:00
item_func.cc Ugly merge! But I am not done yet - there are a number of things I need to fix 2002-01-19 22:46:25 -07:00
item_func.h merged 2002-01-03 20:00:45 +00:00
item_strfunc.cc Added FLUSH DES_KEY_FILE. 2001-12-13 15:53:18 +02:00
item_strfunc.h Add support for NULL=NULL in keys (Used in GROUP BY optimization) 2002-01-16 00:42:52 +02:00
item_sum.cc Update copyright 2001-12-06 14:10:51 +02:00
item_sum.h Update copyright 2001-12-06 14:10:51 +02:00
item_timefunc.cc Some small fixes to the query cache. 2002-01-03 19:04:01 +02:00
item_timefunc.h Add support for NULL=NULL in keys (Used in GROUP BY optimization) 2002-01-16 00:42:52 +02:00
item_uniq.cc Update copyright 2001-12-06 14:10:51 +02:00
item_uniq.h Update copyright 2001-12-06 14:10:51 +02:00
key.cc Update copyright 2001-12-06 14:10:51 +02:00
lex.h Ugly merge! But I am not done yet - there are a number of things I need to fix 2002-01-19 22:46:25 -07:00
lex_symbol.h Update copyright 2001-12-06 14:10:51 +02:00
lock.cc Update copyright 2001-12-06 14:10:51 +02:00
log.cc misc replication bugfixes including some needed modifications in IO_CACHE 2002-01-26 22:26:24 -07:00
log_event.cc more predicatable slave behaviour with wait_for_slave_stop in mysqltest 2002-01-24 22:49:47 -07:00
log_event.h Here comes a nasty patch, although I am not ready to push it yet. I will 2002-01-19 19:16:52 -07:00
Makefile.am Added support of null keys in HEAP tables 2002-01-12 15:42:54 +02:00
matherr.c Update copyright 2001-12-06 14:10:51 +02:00
mf_iocache.cc Update copyright 2001-12-06 14:10:51 +02:00
mini_client.cc Ugly merge! But I am not done yet - there are a number of things I need to fix 2002-01-19 22:46:25 -07:00
mini_client.h Ugly merge! But I am not done yet - there are a number of things I need to fix 2002-01-19 22:46:25 -07:00
my_lock.c Update copyright 2001-12-06 14:10:51 +02:00
mysql_priv.h Ugly merge! But I am not done yet - there are a number of things I need to fix 2002-01-19 22:46:25 -07:00
mysqld.cc Ugly merge! But I am not done yet - there are a number of things I need to fix 2002-01-19 22:46:25 -07:00
net_pkg.cc Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
net_serv.cc Win32 Embedded Server Changes 2002-01-09 05:38:48 -02:00
nt_servc.cc
nt_servc.h
opt_ft.cc
opt_ft.h
opt_range.cc
opt_range.h
opt_sum.cc Update copyright 2001-12-06 14:10:51 +02:00
password.c Update copyright 2001-12-06 14:10:51 +02:00
procedure.cc Update copyright 2001-12-06 14:10:51 +02:00
procedure.h Update copyright 2001-12-06 14:10:51 +02:00
records.cc Move HA_EXTRA_NO_READCHECK to ha_open 2002-01-16 23:02:26 +02:00
repl_failsafe.cc Ugly merge! But I am not done yet - there are a number of things I need to fix 2002-01-19 22:46:25 -07:00
repl_failsafe.h
slave.cc misc replication bugfixes including some needed modifications in IO_CACHE 2002-01-26 22:26:24 -07:00
slave.h misc replication bugfixes including some needed modifications in IO_CACHE 2002-01-26 22:26:24 -07:00
sql_acl.cc Changes for the BitKeeper resolve. 2001-12-26 17:42:06 +02:00
sql_acl.h Changes for the BitKeeper resolve. 2001-12-26 17:42:06 +02:00
sql_analyse.cc Move HA_EXTRA_NO_READCHECK to ha_open 2002-01-16 23:02:26 +02:00
sql_analyse.h Update copyright 2001-12-06 14:10:51 +02:00
sql_base.cc Move HA_EXTRA_NO_READCHECK to ha_open 2002-01-16 23:02:26 +02:00
sql_cache.cc New result block allocation strategy 2002-01-12 15:40:52 +02:00
sql_cache.h New result block allocation strategy 2002-01-12 15:40:52 +02:00
sql_class.cc Ugly merge! But I am not done yet - there are a number of things I need to fix 2002-01-19 22:46:25 -07:00
sql_class.h more predicatable slave behaviour with wait_for_slave_stop in mysqltest 2002-01-24 22:49:47 -07:00
sql_crypt.cc Update copyright 2001-12-06 14:10:51 +02:00
sql_crypt.h Update copyright 2001-12-06 14:10:51 +02:00
sql_db.cc Cleanup of alarm macros. 2001-12-21 07:00:58 +02:00
sql_delete.cc Move HA_EXTRA_NO_READCHECK to ha_open 2002-01-16 23:02:26 +02:00
sql_do.cc Minors changes for the Windows 3.23.47 release 2001-12-30 00:22:01 -02:00
sql_handler.cc handler+alter table 2002-01-03 14:31:54 +00:00
sql_insert.cc Some changes in multi-table deletes, with some speed-ups and 2002-01-12 19:51:10 +02:00
sql_lex.cc Update copyright 2001-12-06 14:10:51 +02:00
sql_lex.h Ugly merge! But I am not done yet - there are a number of things I need to fix 2002-01-19 22:46:25 -07:00
sql_list.cc Update copyright 2001-12-06 14:10:51 +02:00
sql_list.h Update copyright 2001-12-06 14:10:51 +02:00
sql_load.cc Update copyright 2001-12-06 14:10:51 +02:00
sql_manager.cc Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
sql_manager.h
sql_map.cc Update copyright 2001-12-06 14:10:51 +02:00
sql_map.h Update copyright 2001-12-06 14:10:51 +02:00
sql_parse.cc Ugly merge! But I am not done yet - there are a number of things I need to fix 2002-01-19 22:46:25 -07:00
sql_rename.cc Update copyright 2001-12-06 14:10:51 +02:00
sql_repl.cc Here comes a nasty patch, although I am not ready to push it yet. I will 2002-01-19 19:16:52 -07:00
sql_repl.h Here comes a nasty patch, although I am not ready to push it yet. I will 2002-01-19 19:16:52 -07:00
sql_select.cc Move HA_EXTRA_NO_READCHECK to ha_open 2002-01-16 23:02:26 +02:00
sql_select.h Added support of null keys in HEAP tables 2002-01-12 15:42:54 +02:00
sql_show.cc Ugly merge! But I am not done yet - there are a number of things I need to fix 2002-01-19 22:46:25 -07:00
sql_sort.h
sql_string.cc Update copyright 2001-12-06 14:10:51 +02:00
sql_string.h Update copyright 2001-12-06 14:10:51 +02:00
sql_table.cc Fix for FLUSH QUERY CACHE 2002-01-05 22:51:42 +02:00
sql_test.cc Update copyright 2001-12-06 14:10:51 +02:00
sql_udf.cc Cleanup of alarm macros. 2001-12-21 07:00:58 +02:00
sql_udf.h Update copyright 2001-12-06 14:10:51 +02:00
sql_union.cc Fixed sleep time in mysql-test-run 2001-12-13 02:31:19 +02:00
sql_update.cc normal maintenance. Nothing for Arjen ... 2002-01-17 18:56:02 +02:00
sql_yacc.yy Ugly merge! But I am not done yet - there are a number of things I need to fix 2002-01-19 22:46:25 -07:00
stacktrace.c Ugly merge! But I am not done yet - there are a number of things I need to fix 2002-01-19 22:46:25 -07:00
stacktrace.h
structs.h Ugly merge! But I am not done yet - there are a number of things I need to fix 2002-01-19 22:46:25 -07:00
table.cc merge 2001-12-13 20:54:20 +02:00
table.h Update copyright 2001-12-06 14:10:51 +02:00
thr_malloc.cc Update copyright 2001-12-06 14:10:51 +02:00
time.cc Update copyright 2001-12-06 14:10:51 +02:00
udf_example.cc Update copyright 2001-12-06 14:10:51 +02:00
uniques.cc Update copyright 2001-12-06 14:10:51 +02:00
unireg.cc merge 2001-12-13 20:54:20 +02:00
unireg.h Update copyright 2001-12-06 14:10:51 +02:00
watchdog_mysqld