An error occurred fetching the project authors.
- 12 Jun, 2003 1 commit
-
-
igor@rurik.mysql.com authored
New feature: preload indexes into key cache. mi_preload.c: new file Many files: Added preload statement.
-
- 04 May, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 16 Apr, 2003 1 commit
-
-
hf@deer.mysql.r18.ru authored
-
- 03 Apr, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 20 Mar, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Fixed bug in Item::set_name() Fix for memory leak with geometry type
-
- 18 Mar, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 17 Mar, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 12 Mar, 2003 1 commit
-
-
serg@serg.mysql.com authored
typo fixed
-
- 10 Mar, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Fixed memory leak when replication restarts in debug mode
-
- 07 Mar, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Some after merge fixes
-
- 02 Mar, 2003 1 commit
-
-
serg@serg.mysql.com authored
-
- 28 Jan, 2003 2 commits
-
-
serg@serg.mysql.com authored
-
monty@mashka.mysql.fi authored
Call pthread_mutex_destroy() on not used mutex. Changed comments in .h and .c files from // -> /* */ Added detection of mutex on which one didn't call pthread_mutex_destroy() Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression" Added optimisation for ORDER BY NULL
-
- 15 Jan, 2003 1 commit
-
-
hf@deer.mysql.r18.ru authored
embedded library trimming
-
- 17 Dec, 2002 1 commit
-
-
hf@deer.mysql.r18.ru authored
-
- 16 Dec, 2002 2 commits
-
-
monty@mashka.mysql.fi authored
(Accidently disabled by a recent push)
-
hf@deer.mysql.r18.ru authored
-
- 14 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Don't enable any bulk insert or record caching code if inserting less than MIN_ROWS_TO_USE_BULK_INSERT rows (100)
-
- 12 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed wrong variable name for Windows
-
- 11 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Class for sending data from server to client (Protocol) This handles both the old ( <= 4.0 ) protocol and then new binary protocol that is used for prepared statements.
-
- 07 Dec, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 16 Nov, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Add support for LIMIT # OFFSET # Changed lock handling: Now all locks should be stored in TABLE_LIST instead of passed to functions. Don't call query_cache_invalidate() twice in some cases mysql_change_user() now clears states to be equal to close + connect. Fixed a bug with multi-table-update and multi-table-delete when used with LOCK TABLES Fixed a bug with replicate-do and UPDATE
-
- 14 Nov, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 13 Nov, 2002 1 commit
-
-
serg@serg.mysql.com authored
Fix for another optimize bug is undone, as the new one handles both cases. test added
-
- 11 Nov, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 07 Nov, 2002 1 commit
-
-
monty@butch. authored
-
- 06 Nov, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 05 Nov, 2002 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 23 Oct, 2002 1 commit
-
-
hf@genie.(none) authored
-
- 22 Oct, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 15 Oct, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 08 Oct, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 04 Oct, 2002 1 commit
-
-
hf@genie.(none) authored
-
- 19 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Small optimization to not do external locking of temporary MyISAM tables.
-
- 18 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
This fixes a bug when doing multi-row inserts on table with an auto_increment key that is not in the first key segment.
-
- 31 Aug, 2002 2 commits
-
-
serg@serg.mysql.com authored
-
serg@serg.mysql.com authored
-
- 23 Jul, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
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
-
- 24 Jun, 2002 1 commit
-
-
serg@sergbook.mysql.com authored
my_getopt-related style changes in myisamchk.c
-
- 18 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
This avoids using fulltext keys for table scanning. This also reverts Sinisa's original fix for this problem.
-