An error occurred fetching the project authors.
- 26 Aug, 2004 1 commit
-
-
bar@mysql.com authored
-
- 12 Aug, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 21 Jul, 2004 1 commit
-
-
hf@deer.(none) authored
-
- 07 Jul, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 29 Jun, 2004 1 commit
-
-
hf@deer.(none) authored
-
- 08 Jun, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
-
- 24 May, 2004 1 commit
-
-
monty@mysql.com authored
Remove compiler warnings Update windows project files
-
- 17 May, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 13 May, 2004 1 commit
-
-
bell@sanja.is.com.ua 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 2 commits
-
-
monty@mysql.com authored
-
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)
-
- 20 Jan, 2004 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 22 Dec, 2003 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 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)
-
- 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
-
- 18 Nov, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
New multi-key-cache handling. This was needed becasue the old one didn't work reliable with MERGE tables. ALTER TABLE table_name ... CHARACTER SET ... now changes all char/varchar/text columns to the given character set (One must use ALTER TABLE ... DEFAULT CHARACTER SET ... to change the default character set) Fixed that have_compress is detected properly (fixes problems with func_compress.test on platforms without zlib) New syntax for CACHE INDEX ('keys' is optional if no index name is given and one mentions the key cache name only ones) Removed compiler warnings Added mysql_set_server_option() to allow clients like PHP to easaily set/reset the multi-statement flag.
-
- 07 Nov, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
print() method code covarage for some string function which I lost last time
-
- 03 Nov, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 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)
-
- 25 Sep, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 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.
-