mariadb/sql
unknown cfc4a2e74e fixed mutex bug ( or lack of it) when reading log entries on COM_BINLOG_DUMP
added error_code to query event, and checking to see if we get the
expected error on the slave
removed obsolete code from slave.cc


sql/log_event.cc:
  added mutex as an argument to FILE read_log_event functions
sql/log_event.h:
  added error_code for the query event
sql/mysqlbinlog.cc:
  fix for new form of read_log_event
sql/slave.cc:
  removed obsolte code with fetch nx table
  added check to see if the query runs with the same error on the slave
  as it did on the master
sql/sql_repl.cc:
  fixed mutex problem around read_log_event
2000-10-03 19:53:13 -06:00
..
Attic Import changeset 2000-07-31 21:29:14 +02:00
share This one will not be pushed, I am committing to be able to pull in Monty's changes 2000-09-28 16:24:50 -06:00
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
add_errmsg Import changeset 2000-07-31 21:29:14 +02:00
cache_manager.cc Import changeset 2000-07-31 21:29:14 +02:00
cache_manager.h Import changeset 2000-07-31 21:29:14 +02:00
ChangeLog Small bug fixes + code for DELETE QUICK 2000-09-20 04:54:10 +03:00
convert.cc Import changeset 2000-07-31 21:29:14 +02:00
custom_conf.h Import changeset 2000-07-31 21:29:14 +02:00
derror.cc Import changeset 2000-07-31 21:29:14 +02:00
field.cc Fixes for FULLTEXT and TIME type 2000-09-13 01:08:34 +03:00
field.h Quoting of TIMESTAMP columns and small optimizations 2000-09-02 07:58:42 +03:00
field_conv.cc Import changeset 2000-07-31 21:29:14 +02:00
filesort.cc Update to new root alloc, OPTIMIZE TABLE and some other changes 2000-09-12 03:02:33 +03:00
frm_crypt.cc Import changeset 2000-07-31 21:29:14 +02:00
gen_lex_hash.cc Small bug fixes 2000-09-07 04:55:17 +03:00
ha_berkeley.cc Fixed indention, removed compiler varnings and fixed a bug 2000-09-29 00:58:16 +03:00
ha_berkeley.h RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
ha_hash.h Import changeset 2000-07-31 21:29:14 +02:00
ha_heap.cc RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
ha_heap.h RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
ha_isam.cc RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
ha_isam.h RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
ha_isammrg.cc RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
ha_isammrg.h RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
ha_myisam.cc RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
ha_myisam.h RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
ha_myisammrg.cc RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
ha_myisammrg.h RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
handler.cc Fixed indention, removed compiler varnings and fixed a bug 2000-09-29 00:58:16 +03:00
handler.h RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
hash_filo.cc Import changeset 2000-07-31 21:29:14 +02:00
hash_filo.h Import changeset 2000-07-31 21:29:14 +02:00
hostname.cc FLUSH TABLE table_list 2000-08-22 00:18:32 +03:00
init.cc Import changeset 2000-07-31 21:29:14 +02:00
item.cc FLUSH TABLE table_list 2000-08-22 00:18:32 +03:00
item.h RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
item_buff.cc Import changeset 2000-07-31 21:29:14 +02:00
item_cmpfunc.cc Import changeset 2000-07-31 21:29:14 +02:00
item_cmpfunc.h Import changeset 2000-07-31 21:29:14 +02:00
item_create.cc FLUSH TABLE table_list 2000-08-22 00:18:32 +03:00
item_create.h Import changeset 2000-07-31 21:29:14 +02:00
item_func.cc Fixed indention, removed compiler varnings and fixed a bug 2000-09-29 00:58:16 +03:00
item_func.h Fixed indention, removed compiler varnings and fixed a bug 2000-09-29 00:58:16 +03:00
item_strfunc.cc Fixes for Ia64 2000-08-23 15:02:27 +03:00
item_strfunc.h Import changeset 2000-07-31 21:29:14 +02:00
item_sum.cc RENAME TABLE table_name TO new_table_name ; Faster Alloc 2000-08-21 03:00:52 +03:00
item_sum.h Import changeset 2000-07-31 21:29:14 +02:00
item_timefunc.cc Update to new root alloc, OPTIMIZE TABLE and some other changes 2000-09-12 03:02:33 +03:00
item_timefunc.h Import changeset 2000-07-31 21:29:14 +02:00
item_uniq.cc PART I: Keys support for MyMERGE tables 2000-08-14 15:27:19 +04:00
item_uniq.h PART I: Keys support for MyMERGE tables 2000-08-14 15:27:19 +04:00
key.cc Import changeset 2000-07-31 21:29:14 +02:00
lex.h RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
lex_symbol.h Import changeset 2000-07-31 21:29:14 +02:00
lock.cc Faster log::write() call, memory leak fix, flush master fix. 2000-09-16 04:27:21 +03:00
log.cc Docs/manual.texi 2000-09-21 22:27:21 -06:00
log_event.cc fixed mutex bug ( or lack of it) when reading log entries on COM_BINLOG_DUMP 2000-10-03 19:53:13 -06:00
log_event.h fixed mutex bug ( or lack of it) when reading log entries on COM_BINLOG_DUMP 2000-10-03 19:53:13 -06:00
Makefile.am bug fixes in server-id, moved replication functionality to 2000-09-29 17:20:26 -06:00
matherr.c Import changeset 2000-07-31 21:29:14 +02:00
md5.c Import changeset 2000-07-31 21:29:14 +02:00
md5.h Import changeset 2000-07-31 21:29:14 +02:00
mf_iocache.cc RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
mini_client.cc Update to new root alloc, OPTIMIZE TABLE and some other changes 2000-09-12 03:02:33 +03:00
mini_client.h Import changeset 2000-07-31 21:29:14 +02:00
my_lock.c Import changeset 2000-07-31 21:29:14 +02:00
mysql_priv.h skip updates with the same server id as self 2000-10-02 17:59:12 -06:00
mysqlbinlog.cc fixed mutex bug ( or lack of it) when reading log entries on COM_BINLOG_DUMP 2000-10-03 19:53:13 -06:00
mysqld.cc bug fixes in server-id, moved replication functionality to 2000-09-29 17:20:26 -06:00
net_pkg.cc FLUSH TABLE table_list 2000-08-22 00:18:32 +03:00
net_serv.cc Fixed indention, removed compiler varnings and fixed a bug 2000-09-29 00:58:16 +03:00
nt_servc.cc Import changeset 2000-07-31 21:29:14 +02:00
nt_servc.h Import changeset 2000-07-31 21:29:14 +02:00
opt_range.cc Update to new root alloc, OPTIMIZE TABLE and some other changes 2000-09-12 03:02:33 +03:00
opt_range.h Import changeset 2000-07-31 21:29:14 +02:00
opt_sum.cc Import changeset 2000-07-31 21:29:14 +02:00
password.c Import changeset 2000-07-31 21:29:14 +02:00
procedure.cc Import changeset 2000-07-31 21:29:14 +02:00
procedure.h FLUSH TABLE table_list 2000-08-22 00:18:32 +03:00
records.cc Import changeset 2000-07-31 21:29:14 +02:00
slave.cc fixed mutex bug ( or lack of it) when reading log entries on COM_BINLOG_DUMP 2000-10-03 19:53:13 -06:00
sql_acl.cc Faster log::write() call, memory leak fix, flush master fix. 2000-09-16 04:27:21 +03:00
sql_acl.h Import changeset 2000-07-31 21:29:14 +02:00
sql_analyse.cc Fix for snprintf 2000-08-22 00:55:45 +03:00
sql_analyse.h FLUSH TABLE table_list 2000-08-22 00:18:32 +03:00
sql_base.cc bug fixes in server-id, moved replication functionality to 2000-09-29 17:20:26 -06:00
sql_cache.cc Import changeset 2000-07-31 21:29:14 +02:00
sql_class.cc Merge work:/home/bk/mysql 2000-09-29 17:21:13 -06:00
sql_class.h This one will not be pushed, I am committing to be able to pull in Monty's changes 2000-09-28 16:24:50 -06:00
sql_crypt.cc Import changeset 2000-07-31 21:29:14 +02:00
sql_crypt.h Import changeset 2000-07-31 21:29:14 +02:00
sql_db.cc RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
sql_delete.cc Small bug fixes + code for DELETE QUICK 2000-09-20 04:54:10 +03:00
sql_insert.cc Faster log::write() call, memory leak fix, flush master fix. 2000-09-16 04:27:21 +03:00
sql_lex.cc Import changeset 2000-07-31 21:29:14 +02:00
sql_lex.h fixed resolve problems 2000-09-16 20:04:06 -06:00
sql_list.cc Import changeset 2000-07-31 21:29:14 +02:00
sql_list.h Fixes for Ia64 2000-08-23 15:02:27 +03:00
sql_load.cc RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
sql_map.cc Import changeset 2000-07-31 21:29:14 +02:00
sql_map.h Import changeset 2000-07-31 21:29:14 +02:00
sql_parse.cc skip updates with the same server id as self 2000-10-02 17:59:12 -06:00
sql_rename.cc Faster log::write() call, memory leak fix, flush master fix. 2000-09-16 04:27:21 +03:00
sql_repl.cc fixed mutex bug ( or lack of it) when reading log entries on COM_BINLOG_DUMP 2000-10-03 19:53:13 -06:00
sql_repl.h added sql_repl.* officially - fixing an oops - forgot to actually add 2000-10-01 21:28:21 -06:00
sql_select.cc RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
sql_select.h Import changeset 2000-07-31 21:29:14 +02:00
sql_show.cc Fixed indention, removed compiler varnings and fixed a bug 2000-09-29 00:58:16 +03:00
sql_string.cc Fixes for MyISAM and packed keys + AIX 2000-09-22 01:46:26 +03:00
sql_string.h Fixes for Ia64 2000-08-23 15:02:27 +03:00
sql_table.cc RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
sql_test.cc Fix "dosen't" for someone who mailed us. :) 2000-08-16 04:17:40 -05:00
sql_udf.cc Update to new root alloc, OPTIMIZE TABLE and some other changes 2000-09-12 03:02:33 +03:00
sql_udf.h Import changeset 2000-07-31 21:29:14 +02:00
sql_update.cc Faster log::write() call, memory leak fix, flush master fix. 2000-09-16 04:27:21 +03:00
sql_yacc.yy RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
structs.h Additions for CHECK table + update of benchmarks 2000-08-17 01:05:02 +03:00
table.cc Small fixes for release 2000-09-26 22:39:45 +03:00
table.h RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
thr_malloc.cc Update to new root alloc, OPTIMIZE TABLE and some other changes 2000-09-12 03:02:33 +03:00
time.cc Fixes for Ia64 2000-08-23 15:02:27 +03:00
udf_example.cc Import changeset 2000-07-31 21:29:14 +02:00
unireg.cc FLUSH TABLE table_list 2000-08-22 00:18:32 +03:00
unireg.h RENAME TABLE table_name TO new_table_name ; Faster Alloc 2000-08-21 03:00:52 +03:00
violite.c Quoting of TIMESTAMP columns and small optimizations 2000-09-02 07:58:42 +03:00
watchdog_mysqld Import changeset 2000-07-31 21:29:14 +02:00