- 30 Sep, 2005 15 commits
-
-
unknown authored
-
unknown authored
mysys/mf_keycache.c: Auto merged
-
unknown authored
"configure --without-server" (without giving "--enable-thread-safe-client"). mysys/mf_keycache.c: This module is needed both in the server (multi-threaded) and in some myisam tools (single-threaded). For the latter use, compilation failed in a "configure --without-server" as thread support was not defined then (unless "--enable-thread-safe-client" was also given, but this should not be required). The solution is to guard all threading operations in "#ifdef THREAD", and in the "#else" case adding assertions where appropriate. This fixes bug#11680. Also minor cleanup: Delete an unused variable, change "return" -> "DBUG_RETURN" in one place.
-
unknown authored
into mysql.com:/home/psergey/mysql-5.0-sept30-test
-
unknown authored
HA_KEY_SCAN_NOT_ROR index flag) as NDB index scans are not guaranteed to be ROR scans.
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
-
unknown authored
mysql-test/r/innodb.result: after merge fix
-
unknown authored
Tell the user that this ROLLBACK is added by mysqlbinlog (so that he does not wonder if it's present in binlog). This was brought up by Salle - thanks Salle. client/mysqlbinlog.cc: tell the user that this ROLLBACK is added by mysqlbinlog (so that he does not wonder if it's present in binlog) mysql-test/r/ctype_ucs_binlog.result: update mysql-test/r/mysqlbinlog.result: update mysql-test/r/mysqlbinlog2.result: update mysql-test/r/rpl_charset.result: update mysql-test/r/rpl_timezone.result: update mysql-test/r/user_var-binlog.result: update
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0 mysql-test/r/mysqldump.result: Auto merged
-
unknown authored
-
unknown authored
into mysql.com:/usr/home/ram/work/mysql-5.0
-
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 25 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
sql/sql_base.cc: fix for bug #13545: Server crash caused by select query. - compare table qualifier only with tables which are not nested joins. - perform recursion accordingly. - DBUG_ASSERT(table_list->table); added before the find_field_in_table() call.
-
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.
-