mariadb/innobase
monty@mashka.mysql.fi 2c4fa340cc Lots of code fixes to the replication code (especially the binary logging and index log file handling)
Fixed bugs in my last changeset that made MySQL hard to compile.
Added mutex around some data that could cause table cache corruptions when using OPTIMIZE TABLE / REPAIR TABLE or automatic repair of MyISAM tables.
Added mutex around some data in the slave start/stop code that could cause THD linked list corruptions
Extended my_chsize() to allow one to specify a filler character.
Extend vio_blocking to return the old state (This made some usage of this function much simpler)
Added testing for some functions that they caller have got the required mutexes before calling the function.
Use setrlimit() to ensure that we can write core file if one specifies --core-file.
Added --slave-compressed-protocol
Made 2 the minimum length for ft_min_word_len
Added variables foreign_key_checks & unique_checks.
Less logging from replication code (if not started with --log-warnings)
Changed that SHOW INNODB STATUS requre the SUPER privilege
More DBUG statements and a lot of new code comments
2002-08-08 03:12:02 +03:00
..
btr Merge with 3.23.51 2002-07-25 22:46:28 +03:00
buf Merge with 3.23.51 2002-07-25 22:46:28 +03:00
com ut0ut.c Fixes for 64-bit Linux, bug fixes, compiler warning fixes 2001-03-02 17:33:11 +02:00
cry Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
data Merge with 3.23.51 2002-07-25 22:46:28 +03:00
db Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
dict Merge with 3.23.51 2002-07-25 22:46:28 +03:00
dyn Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
eval Added xml patch to mysqldump. 2001-11-05 23:48:03 +02:00
fil Merge with 3.23.51 2002-07-25 22:46:28 +03:00
fsp Merge with 3.23.51 2002-07-25 22:46:28 +03:00
fut ut0ut.c Fixes for 64-bit Linux, bug fixes, compiler warning fixes 2001-03-02 17:33:11 +02:00
ha Many files: 2002-07-08 19:34:49 +03:00
ibuf Merge with 3.23.51 2002-07-25 22:46:28 +03:00
include 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
lock Merge with 3.23.51 2002-07-25 22:46:28 +03:00
log Merge with 3.23.51 2002-07-25 22:46:28 +03:00
mach Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
mem merge with 3.23.50 2002-03-27 01:56:10 +02:00
mtr Merge with 3.23.51 2002-07-25 22:46:28 +03:00
odbc Added xml patch to mysqldump. 2001-11-05 23:48:03 +02:00
os Merge with 3.23.51 2002-07-25 22:46:28 +03:00
page Merge with 3.23.51 2002-07-25 22:46:28 +03:00
pars Merge hundin:/my/mysql-4.0 into bitch.mysql.fi:/my/mysql-4.0 2002-06-03 14:43:44 +03:00
que merge 2002-04-25 01:16:42 +03:00
read Merge 2001-10-30 17:38:44 +02:00
rem Merge with 3.23.51 2002-07-25 22:46:28 +03:00
row Merge with 3.23.51 2002-07-25 22:46:28 +03:00
srv Merge with 3.23.51 2002-07-25 22:46:28 +03:00
sync Merge with 3.23.51 2002-07-25 22:46:28 +03:00
thr ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
trx Merge with 3.23.51 2002-07-25 22:46:28 +03:00
usr Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
ut Merge with 3.23.51 2002-07-25 22:46:28 +03:00
configure.in Update for running gcc 3.x (mainly on HPUX) 2002-06-30 18:57:21 +03:00
Makefile.am Make sure ib_config.h is distributed. 2001-03-05 21:08:24 -05:00
makefilewin Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
my_cnf Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
stamp-h.in Added Innobase to source distribution 2001-02-17 14:19:19 +02:00