An error occurred fetching the project authors.
- 03 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
MIN(key_column) could in some cases return NULL on a column with NULL and other values. MIN(key_column) and MAX(key_column) could in some cases return wrong values when used in OUTER JOIN.
-
- 17 Jan, 2003 1 commit
-
-
serg@serg.mysql.com authored
-
- 02 Dec, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
(Patch from 4.0.5)
-
- 09 Nov, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 17 Jun, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
This one is better, but should not be final. Better fix is to make some changes in ha_myisammrg::index_read This patch also reverts my previous one ...
-
- 15 Jun, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
with aggregating functions. This consistently crashed Mysql
-
- 12 Apr, 2002 1 commit
-
-
monty@tik.mysql.fi authored
Split handler->option_flag() to handler->table_flags() and handler->index_flags()
-
- 05 Feb, 2002 1 commit
-
-
monty@tik.mysql.fi authored
-
- 31 Jan, 2002 2 commits
-
-
sasha@mysql.sashanet.com authored
fixed apparent typo in opt_sum.cc I will push this Changeset although it fails select test - failing select is better than the code that does not compile.
-
monty@hundin.mysql.fi authored
Bug fix when using --no-deaults Sets ref_length to right value (faster rnd_pos() handling in InnoDB). Fixed problem with multi-table-delete and InnoDB Fixed problem with truncate table, which required a COMMIT before. Fixed multi-table-delete bug with InnoDB. Remove not used index from EXPLAIN
-
- 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)
-
- 21 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed bug in UNION
-
- 02 Aug, 2001 1 commit
-
-
monty@tik.mysql.fi authored
New faster list iterators Change list code to be simpler and faster Optimize count(distinct) New error messages for UNION Make create_tmp_table more general to be usable by UNION
-
- 10 Mar, 2001 1 commit
-
-
monty@donna.mysql.fi authored
-
- 06 Mar, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Remember UNION for ALTER TABLE Added test for if we are supporting transactions. Don't allow REPLACE to replace a row when we have generated an auto_increment key Fixed bug when using BLOB keys Fixed bug in SET @variable=user.
-
- 31 Jul, 2000 1 commit
-
-
bk@work.mysql.com authored
-