- 30 Sep, 2005 5 commits
-
-
unknown authored
Fix for BUG#13597 - columns in ON condition not resolved if references a table in a nested right join. The problem was in that when finding the last table reference in a nested join tree, the procedure doing the iteration over the right-most branches of a join tree was testing for RIGHT JOINs the table reference that represents the join, and not the second operand of the JOIN. Currently the information whether a join is LEFT/RIGHT is stored not on the join object itself, but on one of its operands. mysql-test/r/select.result: Added test for BUG#13597 mysql-test/t/select.test: Added test for BUG#13597 sql/table.cc: - test whether a table reference is a right join by testing the rigth join operand (first in the list of operands), and not the table reference that represents the join itself. - clearer comments
-
unknown authored
into mysql.com:/home/stewart/Documents/MySQL/5.0/main
-
unknown authored
ndb/include/mgmapi/ndb_logevent.h: more post-merge fixes ndb/src/mgmapi/ndb_logevent.cpp: more post-merge fixes
-
unknown authored
into mysql.com:/home/psergey/mysql-5.0-bug13455
-
unknown authored
-
- 29 Sep, 2005 35 commits
-
-
unknown authored
into xiphis.org:/usr/home/antony/work2/p2-bug10586.5
-
unknown authored
into xiphis.org:/usr/home/antony/work2/p2-bug10586.5
-
unknown authored
into mysql.com:/home/psergey/mysql-5.0-bug13455 mysql-test/r/innodb.result: Auto merged
-
unknown authored
"t.key BETWEEN c1 AND c2" and c1 = c2 -> can access table t using "t.key = c1". mysql-test/r/heap.result: BUG#13455: updated test results mysql-test/r/innodb.result: BUG#13455: updated test results mysql-test/r/myisam.result: BUG#13455: updated test results mysql-test/r/range.result: Testcase for BUG#13455 mysql-test/t/range.test: Testcase for BUG#13455
-
unknown authored
into krsna.patg.net:/home/patg/mysql-build/mysql-5.0
-
unknown authored
everything except NDB BUILD/SETUP.sh: Added base_max_no_ndb_configs so I can get a max-type build sans NDB for faster builds. BUILD/compile-pentium-debug-max-no-ndb: new script to compile a max-type build sans NDB BUILD/compile-ppc-debug-max-no-ndb: new script to build a max-type build sans NDB
-
unknown authored
Corrected OpenServer ifdef test Makefile.am: Added test-pl and test-force-pl targets Makefile.am: Added test-pl and test-force-pl targets server-tools/instance-manager/portability.h: Corrected OpenServer ifdef test
-
unknown authored
into mysql.com:/usr/home/pem/mysql-5.0
-
unknown authored
into lmy002.wdf.sap.corp:/home/georg/work/mysql/bugs/mysql-5.0
-
unknown authored
into mysql.com:/usr/home/pem/mysql-5.0
-
unknown authored
into mysql.com:/home/mydev/mysql-5.0-5000
-
unknown authored
into mysql.com:/home/mydev/mysql-5.0-5000 mysql-test/r/sql_mode.result: Auto merged mysql-test/t/sql_mode.test: Auto merged sql/sql_show.cc: Auto merged
-
unknown authored
into mysql.com:/usr/home/pem/mysql-5.0
-
unknown authored
support-files/mysql.spec.sh: Auto merged
-
unknown authored
-
unknown authored
into mysql.com:/home/mydev/mysql-5.0-5000 mysql-test/r/merge.result: Auto merged mysql-test/t/merge.test: Auto merged mysql-test/t/sql_mode.test: Auto merged sql/sql_show.cc: Auto merged mysql-test/r/sql_mode.result: SCCS merged
-
unknown authored
support-files/mysql.spec.sh: Auto merged
-
unknown authored
spec file (the $RBR variable did not get expanded, thus leaving old build roots behind) support-files/mysql.spec.sh: - fixed the removing of the RPM_BUILD_ROOT in the %clean section (the $RBR variable did not get expanded, thus leaving old build roots behind)
-
unknown authored
into mysql.com:/home/mydev/mysql-4.1-4100 mysql-test/t/merge.test: Auto merged mysql-test/r/merge.result: SCCS merged
-
unknown authored
Second platform fix for floating point rounding.
-
unknown authored
mysql-test/t/sql_mode.test: Auto merged sql/sql_show.cc: Auto merged mysql-test/r/sql_mode.result: Manual merge
-
unknown authored
into hundin.mysql.fi:/home/jan/mysql-5.0
-
unknown authored
"CHARACTER SET", "COLLATE", and "DEFAULT" are always printed(excepting MODE_MYSQL323 and MODE_MYSQL40) "AUTO_INCREMENT", "ON UPDATE CURRENT_TIMESTAMP" are printed only if NO_FIELD_OPTIONS is not set. mysql-test/r/sql_mode.result: Fix for bug #7977 in sql_mode=ANSI, show create table ignores auto_increment test case mysql-test/t/sql_mode.test: Fix for bug #7977 in sql_mode=ANSI, show create table ignores auto_increment test case
-
unknown authored
i.e. range test.
-
unknown authored
into mysql.com:/usr/home/pem/mysql-5.0
-
unknown authored
into 127.(none):/home/osku/mysql/5.0/revcpy
-
unknown authored
- call explicitly destructor for view's LEX - cs fixes
-
unknown authored
into hundin.mysql.fi:/home/jan/mysql-5.0 mysql-test/r/innodb.result: Auto merged mysql-test/t/innodb.test: Auto merged sql/ha_innodb.cc: Content merge.
-
unknown authored
innobase/include/ut0mem.h: Add ut_strlcpy_rev. innobase/mem/mem0mem.c: Use ut_strlcpy_rev instead of buggy own implementation. innobase/ut/ut0mem.c: Add ut_strlcpy_rev.
-
unknown authored
into mysql.com:/home/mydev/mysql-5.0-5000
-
unknown authored
into mysql.com:/usr/home/pem/mysql-5.0 sql/item.cc: Auto merged
-
unknown authored
innobase/include/mem0mem.h: Correct the comment of mem_heap_create_func(). innobase/include/mem0mem.ic: Correct the comment of mem_heap_create_func(). sql/ha_innodb.cc: Correct comments regarding return value
-
unknown authored
ndb/include/mgmapi/ndb_logevent.h: Merge fix - add SingleUser log events ndb/src/common/debugger/EventLogger.cpp: merge fix - add text for SingleUser log events. ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp: merge fix ndb/src/mgmapi/ndb_logevent.cpp: add SingeUser log info
-
unknown authored
into mysql.com:/home/stewart/Documents/MySQL/5.0/main ndb/src/kernel/blocks/qmgr/QmgrMain.cpp: Auto merged ndb/src/mgmclient/CommandInterpreter.cpp: Auto merged ndb/src/mgmsrv/MgmtSrvr.hpp: Auto merged ndb/src/mgmsrv/Services.cpp: Auto merged ndb/src/mgmsrv/Services.hpp: Auto merged ndb/include/kernel/signaldata/EventReport.hpp: merge ndb/src/common/debugger/EventLogger.cpp: merge ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp: merge ndb/src/mgmsrv/MgmtSrvr.cpp: merge
-
unknown authored
into mysql.com:/home/mydev/mysql-5.0-5000
-