mariadb/innobase
monty@mashka.mysql.fi dddc20d9d1 New SET syntax & system variables.
Made a some new buffers thread specific and changeable.
Resize of key_buffer.
AUTO_COMMIT -> AUTOCOMMIT
Fixed mutex bug in DROP DATABASE
Fixed bug when using auto_increment as second part of a key where first part could include NULL.
Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers.
Don't write message to error log when slave reconnects becasue of timeout.
Fixed possible update problem when using DELETE/UPDATE on small tables
(In some cases we used index even if table scanning would be better)
A lot of minior code cleanups
2002-07-23 18:31:22 +03:00
..
btr
buf
com
cry
data
db
dict New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
dyn
eval
fil
fsp
fut
ha
ibuf
include New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
lock
log
mach
mem
mtr
odbc
os
page
pars
que
read
rem
row
srv Portability fixes. 2002-07-01 11:19:17 +03:00
sync
thr
trx
usr
ut Update for running gcc 3.x (mainly on HPUX) 2002-06-30 18:57:21 +03:00
configure.in Update for running gcc 3.x (mainly on HPUX) 2002-06-30 18:57:21 +03:00
Makefile.am
makefilewin
my_cnf
stamp-h.in