- 07 Jul, 2003 2 commits
-
-
bell@sanja.is.com.ua authored
(SCRUM) (part of WL#818)
-
bell@sanja.is.com.ua authored
-
- 06 Jul, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
fixed test func_gconcat to be repeatable independent of presend tables and avoid removing user tables
-
- 05 Jul, 2003 2 commits
-
-
bell@sanja.is.com.ua authored
(SCRUM)
-
bell@sanja.is.com.ua authored
initialization of item_thd moved to constructor (in any case we need thd in constructor) initialization of group_concat_max_len to constructor to avoid incorrect length reporting (BUG#757) removed Item_func_group_concat::fix_length_and_dec() because item have its own fix_fields and will not have inherited items
-
- 04 Jul, 2003 11 commits
-
-
venu@myvenu.com authored
into myvenu.com:/home/venu/work/sql/dev-4.1
-
venu@myvenu.com authored
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
-
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.
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
ram@mysql.r18.ru authored
into mysql.r18.ru:/usr/home/ram/work/4.1
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
-
ram@mysql.r18.ru authored
-
- 03 Jul, 2003 12 commits
-
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.1
-
monty@narttu.mysql.fi authored
-
bar@bar.mysql.r18.ru authored
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
-
bar@bar.mysql.r18.ru authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
-
bell@sanja.is.com.ua 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.
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.1
-
monty@narttu.mysql.fi authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
- 02 Jul, 2003 6 commits
-
-
bell@sanja.is.com.ua authored
It looks like samll revolution in SELECT_LEX tree, but it was only natural way to solve problem with name resolution of external fields inside subselect which belongs to global order of union also it have following advantages: - removed mess with current_select type conversion - type checking/converting - a lot of virtual methods - fake select for union execution allocated only once (it was allocated for every subselect with union executing) changes: fixed bug with outer fields name resolution of subqueries which belong to global ORDER BY clause remuved select_lex() function, now thd->lex.current_select always have type SELECT_LEX new SELECT_LEX (fake_select_lex) will be allocated in case of UNION for using in UNION processing fake_select_lex allocated for union hold global ORDER BY & LIMIT clauses and have linkage equal to GLOBAL_OPTIONS_TYPE new description of SELECT_LEX tree (SCRUM)
-
bar@bar.mysql.r18.ru authored
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
fixed dependence of items from reduced subquery (SCRUM)
-
venu@hundin.mysql.fi authored
-
- 01 Jul, 2003 6 commits
-
-
bell@sanja.is.com.ua authored
removed outer resolving flag (because of movingtransformation after fix_fields)
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-err-4.1
-
bell@sanja.is.com.ua authored
-
monty@mashka.mysql.fi authored
into mashka.mysql.fi:/home/my/mysql-4.1
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
-