mariadb/include
guilhem@mysql.com 6e32e19047 Use my_b_append instead of my_b_write on a SEQ_READ_APPEND cache, when we write
the first 4 bytes of the relay log. Indeed comments in mysys/mf_iocache.c 
say we must always use my_b_append for such a cache.
This *could* avoid a very rare assertion failure which is: 
030524 19:32:38  Slave SQL thread initialized, starting replication in log 'FIRST' at position 0, relay log '/
users/gbichot/4.1.1/mysql-test/var/log/slave-relay-bin.000001' position: 4
030524 19:32:38  next log '/users/gbichot/4.1.1/mysql-test/var/log/slave-relay-bin.000002' is currently active
mysqld: mf_iocache.c:701: _my_b_seq_read: Assertion `pos_in_file == info->end_of_file' failed.
and which seemed to happen always when the SQL thread and/or the I/O thread
were at position 4 in a relay log.
2003-08-19 17:00:36 +02:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
config-netware.h Changes from Novell for various NetWare-only files, post-4.0.12 2003-03-21 15:43:38 -05:00
config-os2.h Merge with 3.23.51 2002-07-25 22:46:28 +03:00
config-win.h Cleanups to recent patches 2003-08-15 09:54:19 +03:00
errmsg.h new client error added: CR_MALFORMED_PACKET 2002-12-04 17:37:51 +01:00
ft_global.h --ft_stopword_file command-line option 2003-01-23 13:20:37 +01:00
hash.h merged from 3.23 to pull the LOAD DATA INFILE fix as rpl000001 was failing. 2002-03-01 19:36:46 -07:00
heap.h Added support of null keys in HEAP tables 2002-01-12 15:42:54 +02:00
m_ctype.h Modifications to MySQL source in order to make it compile on QnX. 2002-03-13 01:28:13 +02:00
m_string.h Fix after merge 2001-12-17 23:24:51 +02:00
Makefile.am - added $(SUPERCLEANFILES) to DISTCLEANFILES (bug #201) - thanks to 2003-04-23 12:44:00 +02:00
md5.h Update copyright 2001-12-06 14:10:51 +02:00
merge.h Update copyright 2001-12-06 14:10:51 +02:00
my_aes.h Made keyread (key scanning) a key specific attribute. 2002-06-19 00:22:30 +03:00
my_alarm.h Update copyright 2001-12-06 14:10:51 +02:00
my_alloc.h Small improvement to alloc_root 2002-11-16 20:19:10 +02:00
my_base.h Many files: 2003-06-15 01:04:28 +03:00
my_bitmap.h Merge with 3.23.47 2001-12-15 05:12:21 +02:00
my_dbug.h Change dbug.h -> my_dbug.h (Portability fix) 2003-03-17 19:06:14 +02:00
my_dir.h Update copyright 2001-12-06 14:10:51 +02:00
my_getopt.h New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
my_global.h Status query on killed mysql connection results in segmentation fault (Bug #738) 2003-07-04 03:18:15 +03:00
my_list.h Update copyright 2001-12-06 14:10:51 +02:00
my_net.h Fixes for Netware 2003-01-28 08:38:28 +02:00
my_no_pthread.h merge with 3.23.52 2002-08-12 04:04:43 +03:00
my_nosys.h Update copyright 2001-12-06 14:10:51 +02:00
my_pthread.h Changes from Novell for NetWare platform 2003-04-24 20:48:54 -04:00
my_semaphore.h more #ifdef THREAD added 2003-04-30 12:32:43 +02:00
my_sys.h Use my_b_append instead of my_b_write on a SEQ_READ_APPEND cache, when we write 2003-08-19 17:00:36 +02:00
my_tree.h Try to optimize the cache buffer size needed for bulk_insert 2002-11-20 22:56:57 +02:00
myisam.h make myisam usable without threads (and even w/o pthread_t) 2003-03-24 11:19:28 +01:00
myisammrg.h ANALYZE for MERGE 2002-12-10 00:06:05 +01:00
myisampack.h include/mysisampack.h 2002-11-12 13:28:26 +01:00
mysql.h Fixed multi-table-delete for InnoDB tables 2003-02-17 02:14:37 +02:00
mysql_com.h - renamed "rnd" to "my_rnd" as the name was too generic (and is an exported 2003-03-18 22:14:02 +01:00
mysql_embed.h New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
mysql_version.h.in Added [mysqld-base-version] as a default group for the mysqld server 2003-06-04 16:05:27 +03:00
mysqld_error.h Fix for 2003-07-08 15:50:57 +02:00
mysys_err.h Added useful exit error code for programs using my_getopt in case 2002-05-29 15:07:30 +03:00
nisam.h Update copyright 2001-12-06 14:10:51 +02:00
queues.h Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes. 2002-11-07 03:54:00 +02:00
raid.h Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rijndael.h Made keyread (key scanning) a key specific attribute. 2002-06-19 00:22:30 +03:00
sha1.h Made keyread (key scanning) a key specific attribute. 2002-06-19 00:22:30 +03:00
sslopt-case.h fixed so that --ssl and --skip-ssl works with the MySQL clients. 2002-09-17 23:46:53 +03:00
sslopt-longopts.h Update mysql-test results after merge 2002-09-18 02:21:29 +03:00
sslopt-vars.h Update copyright 2001-12-06 14:10:51 +02:00
t_ctype.h Update copyright 2001-12-06 14:10:51 +02:00
thr_alarm.h Print error if we can't delete an alarm 2003-06-05 12:29:13 +03:00
thr_lock.h Fixed bug in LOCK TABLE + DROP TABLE when other thread was waiting for a table that was locked bug not droped 2003-03-04 12:22:35 +02:00
violite.h Fix to remove compiler warnings 2003-04-28 19:05:57 +03:00