An error occurred fetching the project authors.
- 15 Mar, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 13 Mar, 2002 1 commit
-
-
serg@serg.mysql.com authored
CHECK/REPAIR syntax cleanup REPAIR ... USE_FRM syntax
-
- 12 Mar, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fix for bug on intel where (int32) 1 << 32 == 1, which gave problems when using 32 keys. Allow SET PASSWORD for anonymous user
-
- 12 Jan, 2002 1 commit
-
-
monty@tik.mysql.fi authored
Added ORDER BY optimization
-
- 02 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fixes for building MySQL with gcc 3.0 Added SIGNED / UNSIGNED casts Fixed core dump bug in net_clear() with libmysqld. Back to using semaphores in query cache. Added 'Null' and 'Index_type' to SHOW INDEX.
-
- 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)
-
- 18 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
was up to date.
-
- 06 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Cleanup typos (like SKIPP -> SKIP)
-
- 09 Oct, 2001 1 commit
-
-
serg@serg.mysql.com authored
-
- 08 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Speed up column-completion in 'mysql' Don't use ISAM if HAVE_ISAM is not defined A lot of fixes for the embedded version. All libraries are now included in libmysqld.a Changed arguments to convert_dirname() to make it more general. Renamed files in the 'merge' directory to all use a common prefix. Don't compile both assembler and C functions on x86
-
- 27 Sep, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Move MAX_BLOB_WIDTH to be global Added full support for unsigned BIGINT Fixed spelling errors
-
- 25 Sep, 2001 1 commit
-
-
serg@serg.mysql.com authored
-
- 18 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed some wrong test cases
-
- 15 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 02 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fix that DROP DATABASE works with all table types Use BULK_INSERT when inserting more than one row Better TRUNCATE TABLE
-
- 30 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 10 Aug, 2001 1 commit
-
-
monty@bitch.mysql.fi authored
Portability fixes Fixed problem when giving wrong arguments to myisam_recover Fix to remove warnings when using purify
-
- 09 Aug, 2001 1 commit
-
-
jani@hynda.mysql.fi authored
-
- 02 Jul, 2001 1 commit
-
-
serg@serg.mysql.com authored
bulk inserts optimization: caching keys in binary tree
-
- 05 Jun, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed error number handling bug in mysqltest. Fixed that error number from insert delayed is reported correctly. merged new vio code with old violite code.
-
- 01 Jun, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
myisamchk: Don't force a repair if the only problem was that the open count wasn't correct. Added missing error messages.
-
- 24 May, 2001 1 commit
-
-
serg@serg.mysql.com authored
-
- 20 Apr, 2001 1 commit
-
-
monty@donna.mysql.fi authored
-
- 18 Apr, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Removed test of default master parameter Don't lock locked tables in REPAIR Changed optimzation for SELECT * from table,table ORDER BY keypart LIMIT
-
- 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
-
- 11 Mar, 2001 1 commit
-
-
monty@donna.mysql.fi authored
-
- 21 Feb, 2001 1 commit
-
-
jcole@tetra.spaceapes.com authored
-
- 17 Feb, 2001 1 commit
-
-
monty@donna.mysql.com authored
Fixed mutex problem when doing automatic repair of MyISAM tables
-
- 07 Feb, 2001 1 commit
-
-
monty@donna.mysql.com authored
Patches for Armstrong Removed warnings when using REPAIR TABLE .. EXTENDED
-
- 19 Jan, 2001 2 commits
-
-
serg@donna.mysql.com authored
ha_myisam.h magic removed
-
sasha@mysql.sashanet.com authored
fixes for restore table test case for backup/restore
-
- 16 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
Added keyword MEDIUM to CHECK TABLE New benchmarks results for Linux-alpha
-
- 28 Dec, 2000 1 commit
-
-
tim@cane.mysql.fi authored
ha_berkeley. A few smaller bug fixes.
-
- 12 Dec, 2000 1 commit
-
-
monty@donna.mysql.com authored
Remove not used BDB logs on shutdown Don't give warnings for repair on slaves Fixed transaction log files
-
- 05 Dec, 2000 1 commit
-
-
monty@donna.mysql.com authored
Fix for creating read-only files on windows Manual updates
-
- 29 Nov, 2000 1 commit
-
-
monty@donna.mysql.com authored
Portability fixes
-
- 28 Nov, 2000 2 commits
-
-
serg@serg.mysql.com authored
opt_range.h bugs with const_tables and filesort fixed opt_range.cc bugs with const_tables and filesort fixed item_func.cc bugs with const_tables and filesort fixed ha_myisam.h bugs with const_tables and filesort fixed ha_myisam.cc bugs with const_tables and filesort fixed ft_search.c bugs with const_tables and filesort fixed
-
monty@donna.mysql.com authored
Run bootstrap in separate thread Fix bug in FLUSH TABLES table_name
-
- 22 Nov, 2000 1 commit
-
-
monty@donna.mysql.com authored
Fixes for Windows
-