- 12 Sep, 2005 26 commits
-
-
unknown authored
mysql-test/r/select.result: post-merge fix mysql-test/t/select.test: post-merge fix
-
unknown authored
into mysql.com:/home/timka/mysql/src/5.0-bug-12943 sql/sql_parse.cc: Auto merged mysql-test/r/select.result: merge BUG#12943 mysql-test/t/select.test: merge BUG#12943
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.0
-
unknown authored
Adding esperanto collation strings/ctype-uca.c: Adding esperanto collation mysys/charset-def.c: Adding esperanto collation mysql-test/t/ctype_uca.test: Adding esperanto collation mysql-test/r/ctype_uca.result: Adding esperanto collation config/ac-macros/character_sets.m4: Adding esperanto collation
-
unknown authored
into dl145c.mysql.com:/home/ndbdev/tomas/mysql-5.0 mysql-test/t/rpl_slave_status.test: Auto merged ndb/src/mgmapi/mgmapi.cpp: Auto merged
-
unknown authored
corrected typo in ndb Parser
-
unknown authored
into mysql.com:/users/lthalmann/bk/mysql-4.1-magnus
-
unknown authored
into mysql.com:/usr/home/ram/work/5.0.b12917
-
unknown authored
into mysql.com:/usr/home/ram/work/5.0.b12917
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.0.b12891
-
unknown authored
into mysql.com:/home/gluh/MySQL/Merge/5.0
-
unknown authored
-
unknown authored
into mysql.com:/usr/home/ram/work/5.0.b12917
-
unknown authored
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.0.b12891 mysql-test/r/ctype_utf8.result: Auto merged mysql-test/t/ctype_utf8.test: Auto merged
-
unknown authored
to eliminate nondeterminism in slave start
-
unknown authored
into mysql.com:/usr/home/ram/work/5.0.b12917
-
unknown authored
into eel.(none):/home/jonas/src/mysql-5.0-push
-
unknown authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
-
unknown authored
into mysql.com:/usr/home/ram/work/5.0.b12917
-
unknown authored
into hundin.mysql.fi:/home/jan/mysql-5.0
-
unknown authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
-
unknown authored
Repair of condition pushdown after Item_func_between/in objects now directly represent NOT BETWEEN/IN expressions (ChangeSet@1.2402.1.1)
-
unknown authored
-
unknown authored
into mysql.com:/home/timka/mysql/src/5.0-dbg
-
unknown authored
mysql-test/r/select.result: Test for BUG#13067 mysql-test/t/select.test: Test for BUG#13067 sql/sql_base.cc: Correctly compare field names with respect to case sensitivity.
-
- 11 Sep, 2005 6 commits
-
-
unknown authored
-
unknown authored
into mysql.com:/users/lthalmann/bk/mysql-4.1-magnus
-
unknown authored
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0 mysql-test/t/analyse.test: Auto merged sql/sql_analyse.cc: Auto merged mysql-test/r/analyse.result: Merge from 4.1
-
unknown authored
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1
-
unknown authored
into eel.(none):/home/jonas/src/mysql-5.0-push
-
unknown authored
into frost.snake.net:/Volumes/frost2/MySQL/bk/mysql-5.0
-
- 10 Sep, 2005 8 commits
-
-
unknown authored
into mysql.com:/users/lthalmann/bk/mysql-5.0 mysql-test/r/insert_select.result: Auto merged mysql-test/t/insert_select.test: Auto merged sql/sql_parse.cc: Manual marge
-
unknown authored
sql/sql_parse.cc: Optimization, this reset is executed below anyway
-
unknown authored
Fix typo. server-tools/instance-manager/options.cc: Fix typo.
-
unknown authored
into eel.(none):/home/jonas/src/mysql-5.0-push
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
-
unknown authored
Fix some comments. extra/comp_err.c: Fix some comments.
-
unknown authored
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1
-
unknown authored
The problem was that in the first production in rule 'join_table', that processes simple cross joins, the parser was processing the second join operand before the first one due to unspecified priorities of JOINs. As a result in the case of cross joins the parser constructed a tree with incorrect nesting: the expression "t1 join t2 join t3 on some_cond" was interpreted as "t1 join (t2 join t3 on some_cond)" instead of "(t1 join t2) join t3 on some_cond". Because of this incorrect nesting the method make_join_on_context picked an incorrect table as the first table of the name resolution context. The solution assignes correct priorities to the related production. mysql-test/r/select.result: Added test for BUG#12943. mysql-test/t/select.test: Added test for BUG#12943. sql/sql_parse.cc: Fixed typo. sql/sql_yacc.yy: Provide explicit priorities of the JOIN operator and the 'table_ref' rule, to enforce left-associativity of [INNER | CROSS] JOIN.
-