An error occurred fetching the project authors.
- 14 May, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
removed "of is null" if it is possible (this cset should be SCRUM related, but not approved as scrum task yet)
-
- 02 May, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 26 Apr, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
TMP_TABLE_PARAM. This involved moving things around in include files. All tests, including the ones with Valgrind passed.
-
- 24 Apr, 2003 1 commit
-
-
igor@hundin.mysql.fi authored
Added the MAX_LENGTH_FOR_SORT_DATA option filesort.cc: Added the MAX_LENGTH_FOR_SORT_DATA option
-
- 22 Apr, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 21 Apr, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
Very nasty bug. It was caused by double free()-ing memory of join->select and join->quick. I was able to pinpoint it only after using Valgrind. Plus better fix for bug with TMP_TABLE_PARAM. Plus new constructor for SELECT_LEX.
-
- 04 Apr, 2003 1 commit
-
-
arjen@george.bitbike.com authored
-
- 18 Mar, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Fixed problem with 'wrong packet number' in union
-
- 17 Mar, 2003 3 commits
-
-
monty@narttu.mysql.fi authored
Don't create temporary objects with no table name
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
binary comparing alway must be used, because sort_string() is executed for textual data.
-
- 14 Mar, 2003 1 commit
-
-
serg@serg.mysql.com authored
-
- 12 Mar, 2003 3 commits
-
-
bell@sanja.is.com.ua authored
-
monty@mashka.mysql.fi authored
-
guilhem@mysql.com authored
INSERT into u SELECT * from t to the binlog BEFORE unlocking t (which was read-locked at least in MyISAM), and not the contrary.
-
- 11 Mar, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 10 Mar, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 08 Mar, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 06 Mar, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 26 Feb, 2003 2 commits
-
-
serg@serg.mysql.com authored
-
bar@bar.mysql.r18.ru authored
Some default_charset_info were removed sql_select.cc: Some default_charset_info were removed.
-
- 21 Feb, 2003 1 commit
-
-
serg@serg.mysql.com authored
-
- 17 Feb, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
Added ROW_RESULT to switchs(for documentation purposes)
-
- 10 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Optimize depending sub querys Remove valgrind warnings
-
- 06 Feb, 2003 2 commits
-
-
Sinisa@sinisa.nasamreza.org authored
-
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)
-
- 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.
-
- 02 Feb, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 31 Jan, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 30 Jan, 2003 3 commits
-
-
bell@sanja.is.com.ua authored
new fatal_error interface to assign is_fatal_error and ne.report_error commant about Item_row
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
- 29 Jan, 2003 2 commits
-
-
bell@sanja.is.com.ua authored
fixed length of fields created in fubselect fixed resolving fields of reduced in derived table subselect
-
bar@bar.mysql.r18.ru authored
-
- 28 Jan, 2003 2 commits
-
-
bell@sanja.is.com.ua authored
merging with switching on static tables optimization (SCRUM) fixed subselects with uncacheable results added test for fixed bugs from bugreports
-
monty@mashka.mysql.fi authored
Call pthread_mutex_destroy() on not used mutex. Changed comments in .h and .c files from // -> /* */ Added detection of mutex on which one didn't call pthread_mutex_destroy() Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression" Added optimisation for ORDER BY NULL
-
- 27 Jan, 2003 1 commit
-
-
serg@serg.mysql.com authored
-
- 26 Jan, 2003 2 commits
-
-
bell@sanja.is.com.ua authored
after merge fix of 577 task (SCRUM, pre commit to be able to merge with static tables optimization fix) fixed derived tables with subselect inside
-
bell@sanja.is.com.ua authored
removed switching off static table optimization for subselects (SCRUM , pre-commit to be able merge with temporary table fix)
-
- 25 Jan, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
fixed memory leacks
-