An error occurred fetching the project authors.
- 10 Dec, 2003 1 commit
-
-
konstantin@mysql.com authored
-
- 09 Dec, 2003 2 commits
-
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
- 28 Nov, 2003 1 commit
-
-
monty@mysql.com authored
-
- 11 Oct, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
query_alloc_block_size, query_prealloc_size, range_alloc_block_size,transaction_alloc_block_size and transaction_prealloc_size Add more checks for "out of memory" detection in range optimization
-
- 03 Sep, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 28 Aug, 2003 1 commit
-
-
jcole@mugatu.spaceapes.com authored
-
- 15 Aug, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fix packet error when using wrong GRANT command
-
- 08 Aug, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 01 Jul, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Don't set field to DEFAULT value when set to NULL
-
- 26 Jun, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 23 Apr, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Added optimzation for clustered index Fixed bug in UPDATE ... ORDER BY Fixed handling of UPDATE ... LIMIT
-
- 07 Mar, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 09 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 07 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Don't make OLD_PASSWORD() a reserved word
-
- 06 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added ALL as parameter option for all group functions. Make join handling uniform. This allows us to use ',', JOIN and INNER JOIN the same way. Sort NULL last if DESC is used (ANSI SQL 99 requirement)
-
- 09 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Free row buffer cache after each query for MyISAM tables. Added table join option FORCE INDEX Fixed core dump bug when connecting with hostname that could not be resolved.
-
- 03 Dec, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Optimized SELECT DISTINCT ... ORDER BY ... LIMIT Fixed reference to uninitalized variable
-
- 02 Dec, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 22 Nov, 2002 2 commits
-
-
Sinisa@sinisa.nasamreza.org authored
-
monty@mashka.mysql.fi authored
Fix for Mac OS X shutdown
-
- 21 Nov, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
delete from table where column<=>NULL on indexed columns
-
- 11 Nov, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 07 Nov, 2002 1 commit
-
-
monty@butch. authored
-
- 05 Nov, 2002 1 commit
-
-
serg@sergbook.mysql.com authored
perl script to tag all the functions in a C/C++ file automatically
-
- 11 Sep, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
Fix the crash in InnoDB when WHERE primarykey < x ORDER BY primarykey is used
-
- 17 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed bug in SAFEMALLOC for systems that requires longlong data to be aligned on 8 byte boundaries (like sparc) Removed thread marking of safemalloc blocks (becasue of alignment problems) Temporary fix for bigint comparison.
-
- 27 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Added statistics information for alarms (for bug tracking) Don't store "incomplete" in the xxx.cfg file if we are not using --restart. (Crash-me) Enlarged STACK_BUF_ALLOC becasue of failed crash-me test Aded new script mysql_tableinfo to make a system directory.
-
- 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.
-
- 17 Jun, 2002 2 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
- 15 Jun, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
for a seemingly impoosbile conds in WHERE.... This crashed MySQL in 4.0.2
-
- 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.
-
- 12 Apr, 2002 1 commit
-
-
monty@tik.mysql.fi authored
Split handler->option_flag() to handler->table_flags() and handler->index_flags()
-
- 02 Mar, 2002 1 commit
-
-
monty@tik.mysql.fi authored
Fix problem with HAVING and MAX() IS NOT NULL
-
- 23 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Faster 'read_first_row' (Fixes slow 'preparing' state) Read constant tables earlier, which provides better optimzations when using tables with <=1 row. This also fixes a complicated bug involving const tables.
-
- 28 Nov, 2001 1 commit
-
-
monty@bitch.mysql.fi authored
-
- 22 Nov, 2001 1 commit
-
-
serg@serg.mysql.com authored
-
- 06 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Cleanup typos (like SKIPP -> SKIP)
-
- 17 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Safer, a bit faster filesort. Code changes to avoid calls to current_thd() (faster code). Removed all compiler warnings from readline.
-