- 02 Jul, 2003 2 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)
-
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
-
-
bell@sanja.is.com.ua authored
-
- 29 Jun, 2003 2 commits
-
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-union-4.1
-
- 28 Jun, 2003 7 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
bell@sanja.is.com.ua authored
(resolving fields of reduced subselect)
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-cset-4.1
-
bell@sanja.is.com.ua authored
test moved to other bug
-
- 27 Jun, 2003 15 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-order-4.1
-
paul@teton.kitebird.com authored
into teton.kitebird.com:/home/paul/mysql-4.1
-
serg@serg.mylan authored
-
jani@rhols221.adsl.netsonic.fi authored
into rhols221.adsl.netsonic.fi:/home/my/bk/mysql-4.1
-
jani@rhols221.adsl.netsonic.fi authored
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1-build
-
bar@bar.mysql.r18.ru authored
A better comment
-
bar@bar.mysql.r18.ru authored
and comparison was done binary. Now, a binary string wins a character sting taking in account their derivation. That means a character field wins a binary literal and comparison is done according to the character field collation, not binary.
-
bell@sanja.is.com.ua authored
-
bar@bar.mysql.r18.ru authored
-
lenz@kallisto.local authored
-
bar@bar.mysql.r18.ru authored
-
- 26 Jun, 2003 9 commits
-
-
paul@teton.kitebird.com authored
into teton.kitebird.com:/home/paul/mysql-4.1
-
bell@sanja.is.com.ua authored
(fixed error in Item_cache_str)
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
Change mode to -rw-rw-r--
-
bar@bar.mysql.r18.ru authored
REPLACE() now processed arguments collations according to standard
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-top2-4.1
-
bell@sanja.is.com.ua authored
fixed BUG #726
-
gluh@gluh.mysql.r18.ru authored
-
bk@mysql.r18.ru authored
into mysql.r18.ru:/usr/home/bk/mysql-4.1
-
- 25 Jun, 2003 3 commits
-
-
wax@kishkin.ru authored
-
paul@teton.kitebird.com authored
-
bell@sanja.is.com.ua authored
-