An error occurred fetching the project authors.
- 10 May, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 04 May, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Introduce ifdefs so we can control when to use #pragma interface on cygwin
-
- 24 Mar, 2005 1 commit
-
-
bar@mysql.com authored
in some cases, because "charset(x) = 'string'" was considered as "x is not null" due to incorrect not_null_tables().
-
- 04 Mar, 2005 1 commit
-
-
bar@mysql.com authored
fixing test results accordingly. func_system.test: New test that illegal mix of collations does not happen anymore. item_strfunc.h: safe_charset_converter() was added for system constants. item_strfunc.cc: safe_charset_converter() was added for system constants. item_func.cc, item.h, item.cc: Bug#8291: Illegal collation mix with USER() function. After discussion with PeterG and Serge, a new coercibility level for "system constants" was introduced, between COERRIBLE and IMPLICIT. Thus: SELECT col1 = USER() FROM t1; - is done according to col1 collation. SELECT 'string' = USER(); - is done according to USER() collation. At the same time, "nagg" and "strong" members were removed as unused. item_create.cc: Version is a system constant too.
-
- 08 Feb, 2005 1 commit
-
-
hf@deer.(none) authored
-
- 02 Feb, 2005 1 commit
-
-
jimw@mysql.com authored
incorrect results when the input was a constant across a multi-row SELECT statement. (Bug #8248)
-
- 14 Dec, 2004 1 commit
-
-
sergefp@mysql.com authored
* Backport of safety measures from 5.0: make numeorous replaces: s/item->fix_fields()/if (!item->fixed) item->fix_fields()
-
- 09 Dec, 2004 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
expression involving LEFT() function is used in GROUP BY field.
-
- 11 Nov, 2004 1 commit
-
-
konstantin@mysql.com authored
-
- 28 Oct, 2004 1 commit
-
-
bar@mysql.com authored
args[0] is now used instead.
-
- 21 Oct, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 08 Oct, 2004 1 commit
-
-
konstantin@mysql.com authored
doesn't need to have it's own recovery mechanism.
-
- 06 Oct, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 16 Sep, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 31 Aug, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
fixed printing of COLLATE operation (BUG#5155)
-
- 16 Jul, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 15 Jun, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 08 Jun, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
(Bug #4035 GROUP_CONCAT with HAVING clause truncates field Bug #4057 LEFT() function in HAVING clause truncates query result).
-
- 18 Mar, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
small optimisation in signed_literal
-
- 17 Mar, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 04 Mar, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 27 Feb, 2004 2 commits
-
-
serg@serg.mylan authored
-
serg@serg.mylan authored
UUID() function
-
- 19 Feb, 2004 1 commit
-
-
igor@rurik.mysql.com authored
After review fixes for Item_equal.
-
- 11 Feb, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
CONVERT3 was removed, it was for test purposes, and rather harmful.
-
- 06 Feb, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
http://bugs.mysql.com/bug.php?id=2366 Wrong utf8 behaviour when data is trancated
-
- 30 Dec, 2003 1 commit
-
-
hf@deer.(none) authored
Here i added Item_*::cleanup() functions, removed a lot of ~Item_*'s, added code to restore order_list and group_list
-
- 04 Dec, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 27 Nov, 2003 1 commit
-
-
igor@rurik.mysql.com authored
The objects of this class represent multiple conjunctive equalities in where conditions: =(f1,f2,...fn) <=> f1=f2 and f2= ... and =fn. The objects are used to generate new possibale paths to access the tables when executing a query. They are also used to optimize the execution plan chosen by the optimizer for the query.
-
- 03 Nov, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Cleaned up (and disabled part of) date/time/datetime format patch. One can't anymore change default read/write date/time/formats. This is becasue the non standard datetime formats can't be compared as strings and MySQL does still a lot of datetime comparisons as strings Changed flag argument to str_to_TIME() and get_date() from bool to uint Removed THD from str_to_xxxx functions and Item class. Fixed core dump when doing --print-defaults Move some common string functions to strfunc.cc Dates as strings are now of type my_charset_bin instead of default_charset() Introduce IDENT_QUOTED to not have to create an extra copy of simple identifiers (all chars < 128) Removed xxx_FORMAT_TYPE enums and replaced them with the old TIMESTAMP_xxx enums Renamed some TIMESTAMP_xxx enums to more appropriate names Use defines instead of integers for date/time/datetime string lengths Added to build system and use the new my_strtoll10() function.
-
- 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)
-
- 12 Oct, 2003 1 commit
-
-
bell@laptop.sanja.is.com.ua authored
(SCRUM) (WL#1274)
-
- 21 Aug, 2003 2 commits
-
-
serg@serg.mylan authored
-
serg@serg.mylan authored
moved them all from different places to item_strfunc.{h,cc} checksum table command Com_xxx status variables updated
-
- 05 Aug, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 15 Jul, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 07 Jul, 2003 1 commit
-
-
kostja@oak.local authored
--old-passwords Support for option --old-protocol was removed. Some test performed. Tests for SSL and replication are pending. More strict following to specification for --old-passwords is in the TODO.
-
- 04 Jul, 2003 1 commit
-
-
kostja@oak.local authored
OLD_PASSWORD made a keyword to allow set password=old_password('abc') constructions.
-
- 02 Jul, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
fixed dependence of items from reduced subquery (SCRUM)
-
- 01 Jul, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
removed outer resolving flag (because of movingtransformation after fix_fields)
-