An error occurred fetching the project authors.
- 22 Sep, 2004 1 commit
-
-
sergefp@mysql.com authored
* myisampack leaves key_file_length value from original table * myisamchk uses this value when calculating key file pointer length
-
- 30 Dec, 2003 1 commit
-
-
monty@mysql.com authored
Added support for lower_case_table_names=2, which is to be used on case insensitive file systems. This tells MySQL to preserve the used case of filenames and database names to make it esier to move files between cases sensitive can case insensitive file systems (like Windows and Linux)
-
- 24 Mar, 2003 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 02 Mar, 2003 1 commit
-
-
serg@serg.mysql.com authored
-
- 07 Dec, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 07 Nov, 2002 1 commit
-
-
monty@butch. authored
-
- 26 Jul, 2002 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 25 Jul, 2002 1 commit
-
-
serg@sergbook.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
-
- 21 Jul, 2002 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 14 Jul, 2002 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 30 Jun, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 28 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Portability fixes. Removed compiler warnings.
-
- 24 Jun, 2002 1 commit
-
-
serg@sergbook.mysql.com authored
my_getopt-related style changes in myisamchk.c
-
- 19 Jun, 2002 1 commit
-
-
serg@serg.mysql.com authored
parallel read access to IO_CACHE
-
- 11 Jun, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
(All commit emails since 4.0.1 checked) This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
-
- 22 Mar, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 21 Mar, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 13 Mar, 2002 1 commit
-
-
serg@serg.mysql.com authored
CHECK/REPAIR syntax cleanup REPAIR ... USE_FRM syntax
-
- 05 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fix for new bug in CREATE TABLE when sorting keys.
-
- 06 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
-
- 05 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Changed some sql_alloc() -> thd->alloc() Removed a lot of compiler warnings on Linux Alpha (64 bit) Fixed some core dumps on 64 bit systems (wrong type for packet_len)
-
- 02 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Remove some warnings
-
- 02 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixes for embedded server Made key_cache more configurable Fixed that one can change key blocksize in MyISAM A lot of optimizations to make MyISAM slightly faster
-
- 18 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed some wrong test cases
-
- 12 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 02 Jul, 2001 1 commit
-
-
serg@serg.mysql.com authored
bulk inserts optimization: caching keys in binary tree
-
- 31 May, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Added preliminary handling of symlinks in MyISAM. When using myisamchk to check tables with --force, don't repair tables that are marked as 'not closed' if they are ok. Change fn_format() to use my_real_path and my_symlink
-
- 22 May, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Don't read MyISAM header when running without locking
-
- 20 Apr, 2001 1 commit
-
-
monty@donna.mysql.fi authored
-
- 11 Apr, 2001 1 commit
-
-
monty@work.mysql.com authored
PSTACK, libmysqld and MySQL filesystem UPDATE ... ORDER BY DELETE ... ORDER BY New faster fulltext handling Faster compressed keys
-
- 28 Mar, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Call init_signals before intializing table handlers. This should fix the signal problem in Innobase on Solaris
-
- 31 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
Allow delete of crashed MyISAM tables Fixed bug when BLOB was first part of key Fixed bug when using result from CASE in GROUP BY Fixed core-dump bug in monthname() Optimized calling of check_db_name()
-
- 22 Nov, 2000 1 commit
-
-
monty@donna.mysql.com authored
Fixes for Windows
-
- 10 Oct, 2000 1 commit
-
-
monty@tik.mysql.com authored
-
- 03 Oct, 2000 1 commit
-
-
monty@tramp.mysql.fi authored
Error on full disk on repair. SIGHUP signal handling. Update with keys on timestamp Portability fixes
-
- 25 Sep, 2000 1 commit
-
-
monty@tramp.mysql.fi authored
reading from FIFO, fixes for FULLTEXT, @@IDENTITY
-
- 21 Sep, 2000 1 commit
-
-
monty@donna.mysql.com authored
-
- 16 Sep, 2000 1 commit
-
-
monty@donna.mysql.com authored
-
- 15 Aug, 2000 1 commit
-
-
monty@donna.mysql.com authored
-