An error occurred fetching the project authors.
- 11 Dec, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 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
-
-
ram@gw.mysql.r18.ru authored
-
- 13 Sep, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 12 Aug, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 07 Jul, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 08 Jun, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
-
- 17 May, 2004 2 commits
-
-
ram@gw.mysql.r18.ru authored
-
ram@gw.mysql.r18.ru authored
-
- 06 May, 2004 1 commit
-
-
monty@mysql.com authored
Change strtoll -> my_strtoll10() Fixed bug in my_strntoul() and my_strntol() where we got different values on 32 and 64 bit systems (Bug #3472)
-
- 05 May, 2004 1 commit
-
-
monty@mysql.com authored
We didn't use 'only index' for tables of type 'const'. (Bug #3497)
-
- 28 Apr, 2004 2 commits
-
-
antony@ltantony.dsl-verizon.net authored
CREATE statement allowed extra unnecessary commas
-
serg@serg.mylan authored
-
- 19 Mar, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
-
- 15 Mar, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 09 Mar, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 04 Mar, 2004 1 commit
-
-
serg@serg.mylan 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)
-
- 22 Jan, 2004 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 20 Jan, 2004 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 22 Dec, 2003 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 12 Dec, 2003 1 commit
-
-
monty@mysql.com authored
Fixed problem with char > 128 in QUOTE() function. (Bug #1868) Disable creation of symlinks if my_disable_symlink is set Fixed searching of TEXT with end space. (Bug #1651) Fixed caching bug in multi-table-update where same table was used twice. (Bug #1711) Fixed problem with UNIX_TIMESTAMP() for timestamps close to 0. (Bug #1998) Fixed timestamp.test
-
- 10 Dec, 2003 1 commit
-
-
Deprecate the use of TYPE=... Preferred syntax is ENGINE=
-
- 04 Dec, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 07 Nov, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
print() method code covarage for some string function which I lost last time
-
- 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)
-
- 18 Aug, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Use server character set if --default-character-set is not used Added convert_string() for more efficient alloc+character-set convert of strings
-
- 05 Aug, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
produced an error. This led to server crash in some cases, e.g.: create table t7 (s1 char); select * from t7 where concat(s1 collate latin1_general_ci,s1 collate latin1_swedish_ci) = 'AA';
-
- 16 Jul, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
args[0] is used instead. This allowed to resuse a lot of code.
-
- 15 Jul, 2003 2 commits
-
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
It's now passed as args[0]. This fix allowed to resuse a lot of code.
-
- 12 Jul, 2003 1 commit
-
-
venu@myvenu.com authored
-
- 04 Jul, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
Item_func::agg_arg_collations() Item_func::arr_arg_collations_for_comparison() to aggregate argument collations. It helps to reuse a lot of code.
-
- 03 Jul, 2003 3 commits
-
-
hf@deer.(none) authored
check for negative count in RPAD added
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
ROW('a','b','c) = ROW('A' collate latin1_bin,'b','c') returns 0 When a number is compared to a string, character sets and collations are not aggregated. e.g. this returned error in 4.1.0: SELECT 1=_latin2'1'; because character sets was aggregated, and 1 was considered as a string of latin1 charset during this aggregation.
-
- 27 Jun, 2003 2 commits
-
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
-
- 25 Jun, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
now process arguments according to standard SQL collation determation rules.
-
- 24 Jun, 2003 1 commit
-
-
hf@deer.(none) authored
-