An error occurred fetching the project authors.
- 01 Mar, 2005 1 commit
-
-
jani@ua141d10.elisa.omakaista.fi authored
-
- 25 Feb, 2005 1 commit
-
-
svoj@mysql.com authored
This bug is also known as WL#1639.
-
- 21 Feb, 2005 1 commit
-
-
hf@deer.(none) authored
-
- 19 Feb, 2005 1 commit
-
-
monty@mysql.com authored
Lots of small fixes to multi-precision-math path Give Note for '123.4e' Added helper functions type 'val_string_from_real() Don't give warnings for end space for string2decimal() Changed storage of values for SP so that we can detect length of argument without strlen() Changed interface for str2dec() so that we must supple the pointer to the last character in the buffer
-
- 04 Feb, 2005 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
bug#7833: Wrong datatype of aggregate column is returned
-
- 04 Jan, 2005 1 commit
-
-
monty@mysql.com authored
Add support for warnings for prepare of prepared statements Fixed test to work with --ps-protocol Fixed some test results
-
- 30 Dec, 2004 1 commit
-
-
sergefp@mysql.com authored
Fix for BUG#7264: Change the test so optimizer doesn't have to make choice between two with [nearly] identical costs.
-
- 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.
-
- 26 Oct, 2004 1 commit
-
-
monty@mysql.com authored
New mysqltest that can run mysqltest with PS Added support for ZEROFILL in PS Fixed crash when one called mysql_stmt_store_result() without a preceding mysql_stmt_bind_result() Updated test cases to support --ps-protocol (Some tests are still run using old protocol) Fixed crash in PS when using SELECT * FROM t1 NATURAL JOIN t2... Fixed crash in PS when using sub queries Create table didn't signal when table was created. This could cause a "DROP TABLE created_table" in another thread to wait "forever" Fixed wrong permissions check in PS and multi-table updates (one could get permission denied for legal quries) Fix for PS and SELECT ... PROCEDURE Reset all warnings when executing a new PS query group_concat(...ORDER BY) didn't work with PS Fixed problem with test suite when not using innodb
-
- 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.
-
- 15 Jul, 2004 1 commit
-
-
monty@mysql.com authored
Note: The following tests fails - fulltext (Sergei has promised to fix) - rpl_charset (Guilhem should fix) - rpl_timezone (Dimitray has promised to fix) Sanja needs to check out the calling of close_thread_tables() in sp_head.cc
-
- 10 Jun, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 05 May, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 27 Apr, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 09 Apr, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 05 Apr, 2004 1 commit
-
-
monty@mysql.com authored
Fixed bugs in group_concat with ORDER BY and DISTINCT (Bugs #2695, #3381 and #3319) Fixed crash when doing rollback in slave and the io thread catched up with the sql thread Set locked_in_memory properly
-
- 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=
-
- 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
-
- 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);
-
- 27 Jun, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 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
-
- 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.
-
- 05 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names. changed store_warning() -> push_warning_print()
-
- 13 Dec, 2002 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 30 Aug, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 28 Dec, 2000 1 commit
-
-
monty@donna.mysql.com authored
A lot of new tests to mysqltest Fixed bug with BDB tables and autocommit
-