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 Import changeset 2000-07-31 21:29:14 +02:00
make-ccc Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
myrg_close.c Update copyright 2001-12-06 14:10:51 +02:00
myrg_create.c Update copyright 2001-12-06 14:10:51 +02:00
myrg_def.h Update copyright 2001-12-06 14:10:51 +02:00
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 Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
myrg_locking.c do not crash on myrg_rprev/myrg_rnext if no current table 2002-06-25 16:32:16 +02:00
myrg_open.c myrg_open.c: 2002-06-22 17:44:04 +00:00
myrg_panic.c Update copyright 2001-12-06 14:10:51 +02:00
myrg_queue.c Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
myrg_rfirst.c Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
myrg_rkey.c Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
myrg_rlast.c Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
myrg_rnext.c do not crash on myrg_rprev/myrg_rnext if no current table 2002-06-25 16:32:16 +02:00
myrg_rprev.c do not crash on myrg_rprev/myrg_rnext if no current table 2002-06-25 16:32:16 +02:00
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 Update copyright 2001-12-06 14:10:51 +02:00
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