mariadb/sql
guilhem@mysql.com c9fd311aac In the slave I/O thread (in master.info), it seems less worse to flush
the relay log before flushing master.info.
Doing 'before' leads to duplicate event, doing after leads to missing event.
Both can be as destructive, but 'duplicate' enables us to later add detection
code to catch it. Whereas 'missing' can't be caught (it can't, because
the I/O thread can produce legal position jumps, for example if it has
ignored an event coming from this slave (rememember that starting from 4.1.1,
the I/O thread filters the server id).
2003-11-28 16:15:21 +01:00
..
share SCRUM 2003-11-26 13:38:32 +04:00
.cvsignore
add_errmsg
client_settings.h SCRUM 2003-09-19 14:05:28 +05:00
custom_conf.h
derror.cc Merge key cache structures to one 2003-11-20 22:06:25 +02:00
des_key_file.cc Merge with 4.0.16 2003-10-07 15:42:26 +03:00
field.cc Fix for BUG#1960 "date_format() returns spurious '-' for valid dates". 2003-11-26 17:06:24 +01:00
field.h added collation processing in UNION merging 2003-11-25 23:52:10 +02:00
field_conv.cc Add warnings for single line inserts. To do this I had to convert count_cuted_fields to an enum (to be able to detect setting a NOT NULL field to NULL) 2003-10-11 23:26:39 +03:00
filesort.cc - Polished mysql-copyright a bit and added call to remove 2003-09-23 00:38:01 +02:00
frm_crypt.cc
gen_lex_hash.cc - Polished mysql-copyright a bit and added call to remove 2003-09-23 00:38:01 +02:00
gstream.cc
gstream.h
ha_berkeley.cc Bitmap post-review fixes 2003-10-30 19:17:57 +01:00
ha_berkeley.h Bitmap post-review fixes 2003-10-30 19:17:57 +01:00
ha_heap.cc
ha_heap.h
ha_innodb.cc Fixed compiler warnings from Intel compiler in Win64 2003-11-23 14:36:41 +02:00
ha_innodb.h fixes to Bitmap class 2003-10-24 22:44:48 +02:00
ha_isam.cc key_map with more that 64 bits width 2003-10-11 13:06:55 +02:00
ha_isam.h
ha_isammrg.cc added 'explicit' keyword to Bitmap constructor 2003-11-21 19:16:19 +03:00
ha_isammrg.h
ha_myisam.cc Update VC++ files 2003-11-21 01:53:01 +02:00
ha_myisam.h Merge bk-internal:/home/bk/mysql-4.1/ 2003-10-31 10:34:34 +01:00
ha_myisammrg.cc Merge key cache structures to one 2003-11-20 22:06:25 +02:00
ha_myisammrg.h After merge fixes 2003-08-19 00:08:08 +03:00
handler.cc Merge key cache structures to one 2003-11-20 22:06:25 +02:00
handler.h Merge key cache structures to one 2003-11-20 22:06:25 +02:00
hash_filo.cc
hash_filo.h SCRUM 2003-09-19 14:44:31 +05:00
hostname.cc Don't flush cur_log (relay log) on flush_relay_log_info becasue this crashes the server if cur_log is 'hot' and the io_thread has changed log file. 2003-11-22 03:21:40 +02:00
init.cc Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_NAME error 2003-11-03 14:01:59 +02:00
item.cc added collation processing in UNION merging 2003-11-25 23:52:10 +02:00
item.h added collation processing in UNION merging 2003-11-25 23:52:10 +02:00
item_buff.cc Old style charset() and set_charset() were removed. 2003-08-05 12:52:37 +05:00
item_cmpfunc.cc Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2003-11-20 22:07:02 +02:00
item_cmpfunc.h Changed mysql_next_result() to return int instead of bool 2003-11-19 17:31:57 +02:00
item_create.cc changed name of bit on more descriptive (after rewie change) 2003-11-18 22:04:01 +02:00
item_create.h WL#1253: LAST_DAY 2003-11-17 18:02:08 +04:00
item_func.cc Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2003-11-23 15:35:43 +02:00
item_func.h Merge 2003-11-03 22:48:03 +02:00
item_geofunc.cc
item_geofunc.h fixed printability of gis functions 2003-11-06 21:03:11 +02:00
item_row.cc fixed printability of Items (all items except subselects) 2003-10-12 17:56:05 +03:00
item_row.h fixed printability of Items (all items except subselects) 2003-10-12 17:56:05 +03:00
item_strfunc.cc Merge key cache structures to one 2003-11-20 22:06:25 +02:00
item_strfunc.h Merge 2003-11-03 22:48:03 +02:00
item_subselect.cc Fixed UNION fields type/length detecting 2003-11-23 02:01:15 +02:00
item_subselect.h fixed using 'uncachable' tag and RAND_TABLE_BIT setting 2003-11-17 20:53:40 +02:00
item_sum.cc Merge key cache structures to one 2003-11-20 22:06:25 +02:00
item_sum.h Merge 2003-10-22 20:52:47 +03:00
item_timefunc.cc Update VC++ files 2003-11-21 01:53:01 +02:00
item_timefunc.h WL#1253: LAST_DAY 2003-11-17 18:02:08 +04:00
item_uniq.cc
item_uniq.h added code covarage for functions convert(), nullif(), crc32(), is_used_lock(), char_lengtrh(), bit_xor() 2003-10-30 12:57:26 +02:00
key.cc added code covarage for functions convert(), nullif(), crc32(), is_used_lock(), char_lengtrh(), bit_xor() 2003-10-30 12:57:26 +02:00
lex.h WL#1253: LAST_DAY 2003-11-17 18:02:08 +04:00
lex_symbol.h
lock.cc merge 2003-09-24 10:24:56 +03:00
log.cc Change word order of a few PROCESSLIST messages to correspond 2003-11-21 12:35:33 -06:00
log_event.cc Removed some warnings reported by valgrind 2003-11-04 14:09:03 +02:00
log_event.h Merge with 4.0 2003-11-04 09:40:36 +02:00
Makefile.am - added sql_bitmap.h to the source distribution 2003-11-12 12:32:51 +01:00
matherr.c
mf_iocache.cc
my_lock.c
mysql_priv.h Fixed UNION fields type/length detecting 2003-11-23 02:01:15 +02:00
mysqld.cc Fixed compiler warnings from Intel compiler in Win64 2003-11-23 14:36:41 +02:00
net_serv.cc merge 2003-09-24 10:24:56 +03:00
nt_servc.cc
nt_servc.h
opt_ft.cc Add new user variables for tuning memory usage: 2003-10-11 22:00:24 +03:00
opt_ft.h Add new user variables for tuning memory usage: 2003-10-11 22:00:24 +03:00
opt_range.cc Merge bk-internal:/home/bk/mysql-4.1/ 2003-10-31 10:34:34 +01:00
opt_range.h fixes to Bitmap class 2003-10-24 22:44:48 +02:00
opt_sum.cc Merge key cache structures to one 2003-11-20 22:06:25 +02:00
password.c C cleanups 2003-09-03 16:31:01 +02:00
procedure.cc
procedure.h
protocol.cc Merge key cache structures to one 2003-11-20 22:06:25 +02:00
protocol.h SCRUM 2003-09-18 12:25:00 +05:00
protocol_cursor.cc Merge key cache structures to one 2003-11-20 22:06:25 +02:00
records.cc - Polished mysql-copyright a bit and added call to remove 2003-09-23 00:38:01 +02:00
repl_failsafe.cc Replication: 2003-11-23 17:02:59 +01:00
repl_failsafe.h
set_var.cc Update VC++ files 2003-11-21 01:53:01 +02:00
set_var.h Merge key cache structures to one 2003-11-20 22:06:25 +02:00
slave.cc In the slave I/O thread (in master.info), it seems less worse to flush 2003-11-28 16:15:21 +01:00
slave.h Replication: 2003-11-23 17:02:59 +01:00
spatial.cc Removed some warnings reported by valgrind 2003-11-04 14:09:03 +02:00
spatial.h
sql_acl.cc Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 2003-11-26 13:39:18 +04:00
sql_acl.h SCRUM 2003-11-20 12:55:48 +04:00
sql_analyse.cc Old style charset() and set_charset() were removed. 2003-08-05 12:52:37 +05:00
sql_analyse.h
sql_base.cc Fixed UNION fields type/length detecting 2003-11-23 02:01:15 +02:00
sql_bitmap.h added 'explicit' keyword to Bitmap constructor 2003-11-21 19:16:19 +03:00
sql_cache.cc fixed layout 2003-11-07 13:02:52 +02:00
sql_cache.h Merge laptop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 2003-08-26 16:42:49 +03:00
sql_class.cc fix for bug #1946: 2003-11-25 17:41:12 +03:00
sql_class.h fix for bug #1946: 2003-11-25 17:41:12 +03:00
sql_client.cc Some mistakes fixed 2003-07-14 16:38:51 +05:00
sql_crypt.cc Style fixes, comments for 4.1.1 authorization 2003-07-18 18:25:54 +04:00
sql_crypt.h
sql_db.cc Fixed memory leak with RAID tables 2003-11-21 14:41:57 +02:00
sql_delete.cc Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 2003-11-18 17:48:45 +02:00
sql_derived.cc after review fixes 2003-11-23 21:26:43 +02:00
sql_do.cc fixed error handling in SET and DO operators (BUG#1484) 2003-10-08 11:19:09 +03:00
sql_error.cc
sql_handler.cc Merge with 4.0 to get: 2003-11-20 22:30:48 +02:00
sql_help.cc Portability fixes for windows 2003-10-15 22:40:36 +03:00
sql_insert.cc Merge key cache structures to one 2003-11-20 22:06:25 +02:00
sql_lex.cc Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 2003-11-21 11:58:28 +04:00
sql_lex.h after review fixes 2003-11-23 21:26:43 +02:00
sql_list.cc
sql_list.h Merge with 4.0.14 2003-08-11 22:44:43 +03:00
sql_load.cc Add warnings for single line inserts. To do this I had to convert count_cuted_fields to an enum (to be able to detect setting a NOT NULL field to NULL) 2003-10-11 23:26:39 +03:00
sql_manager.cc
sql_manager.h
sql_map.cc
sql_map.h
sql_olap.cc
sql_parse.cc Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 2003-11-26 13:39:18 +04:00
sql_prepare.cc fix for bug #1946: 2003-11-25 17:41:12 +03:00
sql_rename.cc Safety and speedup fixes: 2003-07-14 10:12:05 +03:00
sql_repl.cc Replication: 2003-11-23 17:02:59 +01:00
sql_repl.h Merge with 4.0.14 2003-08-11 22:44:43 +03:00
sql_select.cc Fixed UNION fields type/length detecting 2003-11-23 02:01:15 +02:00
sql_select.h Fixed UNION fields type/length detecting 2003-11-23 02:01:15 +02:00
sql_show.cc Merge key cache structures to one 2003-11-20 22:06:25 +02:00
sql_sort.h
sql_state.c
sql_string.cc after review fix 2003-11-03 12:28:36 +02:00
sql_string.h after review fix 2003-11-03 12:28:36 +02:00
sql_table.cc Update VC++ files 2003-11-21 01:53:01 +02:00
sql_test.cc Merge key cache structures to one 2003-11-20 22:06:25 +02:00
sql_udf.cc merge with 4.0 for more memory allocation variables. 2003-10-13 15:50:30 +03:00
sql_udf.h hanged UDF interface to use clear() instead of reset() 2003-08-27 22:30:50 +03:00
sql_union.cc sql_union.cc: 2003-11-25 15:00:31 -08:00
sql_update.cc Fixed UNION fields type/length detecting 2003-11-23 02:01:15 +02:00
sql_yacc.yy fix for bug #1946: 2003-11-25 17:41:12 +03:00
stacktrace.c
stacktrace.h
strfunc.cc Merge key cache structures to one 2003-11-20 22:06:25 +02:00
structs.h CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS 2003-11-18 13:47:27 +02:00
table.cc CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS 2003-11-18 13:47:27 +02:00
table.h CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS 2003-11-18 13:47:27 +02:00
thr_malloc.cc
time.cc Merge key cache structures to one 2003-11-20 22:06:25 +02:00
udf_example.cc hanged UDF interface to use clear() instead of reset() 2003-08-27 22:30:50 +03:00
uniques.cc Fix for bug #1820 2003-11-18 17:04:52 +03:00
unireg.cc Removed some warnings reported by valgrind 2003-11-04 14:09:03 +02:00
unireg.h CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS 2003-11-18 13:47:27 +02:00
watchdog_mysqld