mariadb/myisammrg
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
..
.cvsignore
make-ccc
Makefile.am
myrg_close.c
myrg_create.c
myrg_def.h
myrg_delete.c Indentation cleanup & new comments 2002-06-28 09:18:23 +03:00
myrg_extra.c New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
myrg_info.c
myrg_locking.c
myrg_open.c
myrg_panic.c
myrg_queue.c
myrg_rfirst.c
myrg_rkey.c
myrg_rlast.c
myrg_rnext.c
myrg_rprev.c
myrg_rrnd.c New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
myrg_rsame.c Indentation cleanup & new comments 2002-06-28 09:18:23 +03:00
myrg_static.c
myrg_update.c Indentation cleanup & new comments 2002-06-28 09:18:23 +03:00
myrg_write.c Indentation cleanup & new comments 2002-06-28 09:18:23 +03:00