An error occurred fetching the project authors.
- 26 Mar, 2004 1 commit
-
-
monty@mysql.com authored
This fixed a bug in SELECT DISTINCT when all selected parts where constants. (Bug #3203)
-
- 20 Aug, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Set min value of max_allowed_packet to 1024 Fixed problem with UNION's without braces and SQL_CALC_FOUND_ROWS, LIMIT #,# and ORDER BY...LIMIT
-
- 02 Mar, 2003 1 commit
-
-
serg@serg.mysql.com authored
-
- 17 Jan, 2003 2 commits
-
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
-
- 27 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
This fixed a bug in GROUP BY on a BLOB column with NULL values.
-
- 23 Oct, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 10 Sep, 2002 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 08 Aug, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Lots of code fixes to the replication code (especially the binary logging and index log file handling) Fixed bugs in my last changeset that made MySQL hard to compile. Added mutex around some data that could cause table cache corruptions when using OPTIMIZE TABLE / REPAIR TABLE or automatic repair of MyISAM tables. Added mutex around some data in the slave start/stop code that could cause THD linked list corruptions Extended my_chsize() to allow one to specify a filler character. Extend vio_blocking to return the old state (This made some usage of this function much simpler) Added testing for some functions that they caller have got the required mutexes before calling the function. Use setrlimit() to ensure that we can write core file if one specifies --core-file. Added --slave-compressed-protocol Made 2 the minimum length for ft_min_word_len Added variables foreign_key_checks & unique_checks. Less logging from replication code (if not started with --log-warnings) Changed that SHOW INNODB STATUS requre the SUPER privilege More DBUG statements and a lot of new code comments
-
- 25 Jul, 2002 1 commit
-
-
serg@sergbook.mysql.com authored
bugfix: uniques did not contributed to MYI tot_length estimation, which resulted in "Index file full" error on huge SELECT DISTINCT's
-
- 24 Jul, 2002 1 commit
-
-
serg@sergbook.mysql.com authored
bugfix: uniques did not contributed to MYI tot_length estimation, which resulted in "Index file full" error on huge SELECT DISTINCT's
-
- 06 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
-
- 06 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Cleanup typos (like SKIPP -> SKIP)
-
- 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
-
- 02 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 26 Jun, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed bug in handling of packed MyISAM keys
-
- 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.
-
- 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
-
- 07 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
Fixed bug when deleting keys with possible NULL values many changes to mysqltest
-
- 28 Nov, 2000 1 commit
-
-
monty@donna.mysql.com authored
Run bootstrap in separate thread Fix bug in FLUSH TABLES table_name
-
- 27 Nov, 2000 1 commit
-
-
monty@donna.mysql.com authored
-
- 16 Nov, 2000 1 commit
-
-
monty@donna.mysql.com authored
-
- 20 Sep, 2000 1 commit
-
-
monty@donna.mysql.com authored
-
- 31 Jul, 2000 1 commit
-
-
bk@work.mysql.com authored
-