An error occurred fetching the project authors.
- 23 Mar, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 05 Mar, 2005 1 commit
-
-
igor@linux.local authored
Logging to logging@openlogging.org accepted func_group.result, func_group.test: Added a test case for bug #8893. opt_sum.cc: A misplaced initialization for the returned parameter prefix_len in the function find_key_for_maxmin caused usage of a wrong key prefix by the min/max optimization in cases when the matching index was not the first index that contained the min/max field.
-
- 04 Feb, 2005 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
bug#7833: Wrong datatype of aggregate column is returned
-
- 19 Nov, 2004 1 commit
-
-
bar@mysql.com authored
Also, Item_sum_hybrid->charset was removed as redundant, and switched to use collation.collation instead.
-
- 11 Oct, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 05 Oct, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 08 Sep, 2004 1 commit
-
-
igor@rurik.mysql.com authored
Added test case for bug #5406. opt_sum.cc: Fixed bug #5406.
-
- 26 Jun, 2004 2 commits
-
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
- 10 Jun, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 14 May, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 05 May, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 09 Apr, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 16 Feb, 2004 1 commit
-
-
monty@mysql.com authored
Added more DBUG statements Ensure that we are comparing end space with BINARY strings Use 'any_db' instead of '' to mean any database. (For HANDLER command) Only strip ' ' when comparing CHAR, not other space-like characters (like \t)
-
- 19 Dec, 2003 1 commit
-
-
monty@mysql.com authored
Cleaned up embedded library access and query cache handling Changed min stack size to 128K (to allow longer MyISAM keys) Fixed wrong priority for XOR (should be less than NEG to get -1^1 to work)
-
- 10 Dec, 2003 2 commits
-
-
konstantin@mysql.com authored
SQL_BIG_RESULT used": now BIT_AND() always returns 18446744073709551615 if no rows were found. This patch also fixes bug #1972: "BIT_AND() and BIT_OR() still return a *signed* 64bit value"
-
Deprecate the use of TYPE=... Preferred syntax is ENGINE=
-
- 02 Dec, 2003 1 commit
-
-
konstantin@mysql.com authored
SQL_BIG_RESULT used': - BIT_AND now returns BIGINT UNSIGNED - in case there were no matching rows BIT_AND returns 18446744073709551615 (but not NULL), BIT_OR returns 0 (but not NULL). That's how Monty wants it and how is described in our docs.
-
- 20 Nov, 2003 1 commit
-
-
konstantin@mysql.com authored
"BIT_AND() result in GROUP BY different when SQL_BIG_RESULT used" return value of BIT_AND changed to BIGINT SIGNED Also the patch fixes another bug: when temporary table is in use and one of values in group is NULL, BIT_AND always returns zero. Fixed it to always skip null values.
-
- 04 Nov, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
After merge fixes. Now code compiles, but there is still some valgrind warnings that needs to be fixed
-
- 30 Oct, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
added code covarage for functions convert(), nullif(), crc32(), is_used_lock(), char_lengtrh(), bit_xor() added string length for more speed made code covarage for print() method of Item fixed printability of some items (SCRUM) (WL#1274)
-
- 20 Sep, 2003 1 commit
-
-
bell@laptop.sanja.is.com.ua authored
-
- 11 Sep, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Note that mix_innodb_myisam_binlog and union fails after this patch (Will be fixed shortly by maintaners of this code)
-
- 02 Aug, 2003 1 commit
-
-
igor@rurik.mysql.com authored
-
- 30 Jul, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
by MAX/MIN in some cases: SELECT coercibility(max(s1)) from t1; Subselect collation and derivation was not processed correctly: create table a select (select s1 from t1); select * from t1 where s1 = (select s2 from t1);
-
- 19 Jun, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 21 May, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added initialization of all important global variables
-
- 17 May, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 15 Apr, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added logging of warnings for failed connections with ssl. Fixed bug in symbolic link handling on Windows
-
- 28 Feb, 2003 1 commit
-
-
igor@hundin.mysql.fi authored
Added new tests for better coverage of min/max optimization code. func_group.test: Added new tests for better coverage of min/max optimization code. opt_sum.cc: Fixed wrong previous manual merge. Fixed bugs concerning fields used in min/max functions for which there are conditions of the form field=const.
-
- 27 Feb, 2003 1 commit
-
-
igor@hundin.mysql.fi authored
Added tests for extended max/min optimization opt_sum.cc: Extended min/max optimization
-
- 08 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 07 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added lengths for all MYSQL_FIELD string parameters Changed field length to 2 byte in .frm files
-
- 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)
-
- 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.
-
- 13 Dec, 2002 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 30 Aug, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 22 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
LOCATE() is now case sensitive
-
- 28 Sep, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
added support for quiet increased line buffer size client/mysqltest.c fixed memory leak added query logging to result file added error message logging to result file added enable_query_log/disable_query_log mysql-test/mysql-test-run.sh converted tests to use mysqlmanager Updated test results
-
- 28 Dec, 2000 1 commit
-
-
monty@donna.mysql.com authored
A lot of new tests to mysqltest Fixed bug with BDB tables and autocommit
-