mariadb/libmysql
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
acinclude.m4 Import changeset 2000-07-31 21:29:14 +02:00
conf_to_src.c Update copyright 2001-12-06 14:10:51 +02:00
dll.c Update copyright 2001-12-06 14:10:51 +02:00
errmsg.c Update copyright 2001-12-06 14:10:51 +02:00
get_password.c Update copyright 2001-12-06 14:10:51 +02:00
libmysql.c New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
libmysql.def Removed mysql_ssl_clear() 2002-06-27 11:27:04 +03:00
Makefile.am New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
Makefile.shared New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
manager.c Big code cleanup/review before 4.0.2 release. 2002-06-11 11:20:31 +03:00
password.c Update copyright 2001-12-06 14:10:51 +02:00