An error occurred fetching the project authors.
- 01 Dec, 2003 1 commit
-
-
igor@rurik.mysql.com authored
Fixed inconsistency of values of used_tables_cache and const_item_cache for Item_func_isnull objects (bug #1990).
-
- 28 Nov, 2003 1 commit
-
-
monty@mysql.com authored
Fixed compiler warnings (a lot of hidden variables detected by the Forte compiler) Added a lot of 'version_xxx' strings to 'show variables' Prevent copying of TMP_TABLE_PARAM (This caused core dump bug on Solaris) Fixed problem with printing sub selects to debug log
-
- 19 Nov, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Changed ~Item_func_in() to call cleanup() (to fix memory leak) Fixed test_multi_statements() test in client_test
-
- 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.
-
- 03 Nov, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 31 Oct, 2003 1 commit
-
-
ram@gw.mysql.r18.ru 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)
-
- 20 Oct, 2003 1 commit
-
-
serg@serg.mylan authored
code cleanup
-
- 16 Oct, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
new EXPLAIN parameter to show real query as it was interpreted (SCRUM) (WL#1274)
-
- 12 Oct, 2003 1 commit
-
-
bell@laptop.sanja.is.com.ua authored
(SCRUM) (WL#1274)
-
- 02 Sep, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 27 Aug, 2003 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 05 Aug, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 24 Jul, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
independent ALL/ANY subselect on top of WHERE clause (subselect without GROUP BY or aggregate functions) optimisation (SCRUM) (WL#1086)
-
- 18 Jul, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 17 Jul, 2003 3 commits
-
-
bar@bar.mysql.r18.ru authored
-
bell@sanja.is.com.ua authored
-
bar@bar.mysql.r18.ru authored
This allowed to reuse a lot of code.
-
- 16 Jul, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
args[0] is used instead. This allowed to resuse a lot of code.
-
- 03 Jul, 2003 1 commit
-
-
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.
-
- 02 Jul, 2003 2 commits
-
-
bar@bar.mysql.r18.ru authored
-
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)
-
- 30 Jun, 2003 1 commit
-
-
igor@rurik.mysql.com authored
Added inequality predicate to range optimization
-
- 27 Jun, 2003 2 commits
-
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
-
- 26 Jun, 2003 2 commits
-
-
bar@bar.mysql.r18.ru authored
REPLACE() now processed arguments collations according to standard
-
monty@mashka.mysql.fi authored
-
- 24 Jun, 2003 2 commits
-
-
bar@bar.mysql.r18.ru authored
CONCAT() and other string functions. This allows to reuse a lot if code and to simplify further development.
-
bar@bar.mysql.r18.ru authored
It's a combination of collation and its derivation (precedence order)
-
- 10 Jun, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
repeat, reverse, quote, soundex, substring Test func_str has been extended to check them
-
- 30 May, 2003 1 commit
-
-
ram@mysql.r18.ru authored
-
- 21 May, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added initialization of all important global variables
-
- 14 May, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
removed "of is null" if it is possible (this cset should be SCRUM related, but not approved as scrum task yet)
-
- 22 Apr, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 19 Mar, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
comparison" table, "SQL Complete, Really", page 162
-
- 07 Mar, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
use of new argument sql_analyse.h: macros from mysql_priv.h. Should be deleted soon. mysql_priv.h: _default_charset_info has been removed item_cmpfunc.h: Use cmp_charset hostname.cc, hash_filo.h: Move charset to constructor argument
-
- 04 Mar, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
into the only one sortcmp() with additional CHARSET_INFO *cmp_charset argument.
-
- 17 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Novell patches
-
- 16 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-