- 06 Aug, 2005 1 commit
-
-
unknown authored
When creating temporary table for UNION, pass TMP_TABLE_FORCE_MYISAM flag to create_tmp_table if we will be using fulltext function(s) when reading from the temp. table. mysql-test/r/fulltext_order_by.result: Testcase for BUG#11869 (cont'd, eliminating "table type doesn't support FULLTEXT" error) mysql-test/t/fulltext_order_by.test: Testcase for BUG#11869 (cont'd, eliminating "table type doesn't support FULLTEXT" error) sql/mysql_priv.h: BUG#11869 (cont'd, eliminating "table type doesn't support FULLTEXT" error): Added TMP_TABLE_FORCE_MYISAM flag sql/sql_select.cc: BUG#11869 (cont'd, eliminating "table type doesn't support FULLTEXT" error): In create_tmp_table(), honor the TMP_TABLE_FORCE_MYISAM flag
-
- 04 Aug, 2005 13 commits
-
-
unknown authored
into deer.(none):/home/hf/work/mysql-4.1.clean
-
unknown authored
Back ported ndbcluster_support() from 5.0 Corrected the server id handling mysql-test/mysql-test-run.pl: Back ported ndbcluster_support() from 5.0 Corrected the server id handling
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1
-
unknown authored
Added the blackhole storage engine to the Max builds VC++Files/sql/mysqld.dsp: Added the blackhole storage engine to the Max builds
-
unknown authored
into deer.(none):/home/hf/work/mysql-4.1.9508
-
unknown authored
into deer.(none):/home/hf/work/mysql-4.1.11083 mysql-test/t/myisam.test: Auto merged
-
unknown authored
into mysql.com:/space/my/mysql-4.1-build sql/ha_innodb.cc: Auto merged support-files/mysql.spec.sh: Auto merged
-
unknown authored
the rpm spec file changelog sql/ha_innodb.cc: - Merge: used local version (as the fix in 4.0 was a backport) support-files/mysql.spec.sh: - manual merge from 4.0
-
unknown authored
4.1 version of the patch libmysql/libmysql.c: here we close errorlog file sql/mysql_priv.h: stderror_file declared sql/mysqld.cc: stderror_file saved
-
unknown authored
the MySQL-server RPM spec file (BUG#12348) support-files/mysql.spec.sh: - Fixed the creation of the mysql user group account in the postinstall section (BUG#12348)
-
unknown authored
support-files/mysql.spec.sh: - fixed enabling the Archive storage engine for the mysqld-max binary
-
unknown authored
-
unknown authored
-
- 03 Aug, 2005 13 commits
-
-
unknown authored
Adds --replace_column to make test results deterministic. mysql-test/r/rpl_slave_status.result: BUG#12330 updated result file which I missed in last changeset This updates the test to use --replace_column to make the test deterministic.
-
unknown authored
into mysql.com:/Users/emurphy/src/work/mysql-4.1-bug12330
-
unknown authored
mysql-test/t/rpl_slave_status.test: Add --replace-column to make show slave status deterministic
-
unknown authored
into mysql.com:/M41/mysql-4.1
-
unknown authored
BitKeeper/etc/config: Auto merged VC++Files/client/mysql.dsp: Auto merged VC++Files/client/mysqladmin.dsp: Auto merged VC++Files/client/mysqlcheck.dsp: Auto merged VC++Files/client/mysqldump.dsp: Auto merged VC++Files/client/mysqlimport.dsp: Auto merged VC++Files/client/mysqlshow.dsp: Auto merged VC++Files/client/mysqltest.dsp: Auto merged VC++Files/mysql-test/mysql_test_run_new.dsp: Auto merged VC++Files/mysqlbinlog/mysqlbinlog.dsp: Auto merged VC++Files/mysqlcheck/mysqlcheck.dsp: Auto merged VC++Files/mysqlmanager/mysqlmanager.dsp: Auto merged acinclude.m4: Auto merged zlib/ChangeLog: Auto merged zlib/FAQ: Auto merged zlib/INDEX: Auto merged zlib/README: Auto merged zlib/crc32.c: Auto merged zlib/deflate.c: Auto merged zlib/deflate.h: Auto merged zlib/gzio.c: Auto merged zlib/infback.c: Auto merged zlib/inffast.c: Auto merged zlib/inflate.c: Auto merged zlib/inftrees.c: Auto merged zlib/inftrees.h: Auto merged zlib/trees.c: Auto merged zlib/zconf.h: Auto merged zlib/zlib.3: Auto merged zlib/zlib.h: Auto merged zlib/zutil.h: Auto merged
-
unknown authored
into mysql.com:/space/my/mysql-4.1
-
unknown authored
into hundin.mysql.fi:/home/heikki/mysql-4.1
-
unknown authored
Fix compilation error in previous commit sql/ha_innodb.cc: Fix compilation error in previous commit
-
unknown authored
Fix a bug: InnoDB could in a crash recovery print a big false corruption warning if the first page of an ibdata file was 'recreated' in the buffer pool; this could happen, for example, if a table was dropped, and the page used later innobase/buf/buf0buf.c: Fix a bug: InnoDB could in a crash recovery print a big false corruption warning if the first page of an ibdata file was 'recreated' in the buffer pool; this could happen, for example, if a table was dropped, and the page used later
-
unknown authored
into hundin.mysql.fi:/home/heikki/mysql-4.1 sql/ha_innodb.cc: Auto merged
-
unknown authored
Backport of Bug #9670 to 4.0: assertion failure in ut_a(cursor->old_stored == BTR_PCUR_OLD_STORED) sql/ha_innodb.cc: Backport of Bug #9670 to 4.0: assertion failure in ut_a(cursor->old_stored == BTR_PCUR_OLD_STORED)
-
unknown authored
into deer.(none):/home/hf/work/mysql-4.0.10226
-
unknown authored
- Moved a few DBUG_ENTER statements after the variable declarations to satisfy some compilers (e.g. gcc-2.95.x, gcc-2.96, IBM xlc_r) in ndb/src/common/portlib/NdbMutex.c and ndb/src/common/portlib/NdbThread.c - portability fix for FreeBSD 4.x and HPUX: replaced atoll() with strtoll() in ndb/tools/config.cpp ndb/src/common/portlib/NdbMutex.c: - Moved a few DBUG_ENTER statements after the variable declarations to satisfy some compilers (e.g. gcc-2.95.x, gcc-2.96, IBM xlc_r) ndb/src/common/portlib/NdbThread.c: - Moved a DBUG_ENTER statement after the variable declarations to satisfy some compilers (e.g. gcc-2.95.x, gcc-2.96, IBM xlc_r) ndb/tools/config.cpp: - portability fix for FreeBSD 4.x and HPUX: replaced atoll() with strtoll()
-
- 02 Aug, 2005 12 commits
-
-
unknown authored
Reversed the changes to fix bug #12095 after review done by SergeyG. Applied a fix suggested by him. Added my comment. sql/item_sum.cc: Reversed the changes to fix bug #12095 after review done by SergeyG. Applied a fix suggested by him. Added my comment.
-
unknown authored
Reversed the changes to fix bug #12095 after review done by SergeyG. Applied a fix suggested by him. sql/sql_class.h: Reversed the changes to fix bug #12095 after review done by SergeyG. Applied a fix suggested by him. sql/sql_select.cc: Reversed the changes to fix bug #12095 after review done by SergeyG. Applied a fix suggested by him.
-
unknown authored
into mysql.com:/space/my/mysql-4.1-build
-
unknown authored
required commands/packages so the installation succeeds. Removed the superflouus Requires field from the source RPM.
-
unknown authored
into mysql.com:/home/svoj/devel/mysql/BUG12075/mysql-4.1
-
unknown authored
FULLTEXT non-functional for big5 strings mysql-test/r/ctype_big5.result: Test case for BUG#12075. mysql-test/t/ctype_big5.test: Test case for BUG#12075. strings/ctype-big5.c: hack: (to be fixed properly later) all multi-byte sequences are considered isalpha() now
-
unknown authored
-
unknown authored
into mysql.com:/home/svoj/devel/mysql/BUG11684/mysql-4.1 myisam/sort.c: Auto merged mysql-test/r/fulltext.result: Manual merge. mysql-test/t/fulltext.test: Manual merge.
-
unknown authored
Repair crashes mysql when table has fulltext index. myisam/sort.c: Use static ft_buf instead of dynamic mergebuf. Latter could be NULL if record has long words. mysql-test/r/fulltext.result: Test case for BUG#11684 - repair crashes mysql when table has fulltext index. mysql-test/t/fulltext.test: Test case for BUG#11684 - repair crashes mysql when table has fulltext index.
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean sql/sql_parse.cc: Auto merged
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean sql/item_func.cc: Auto merged mysql-test/t/func_math.test: Resolve conflict
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean sql/item_func.cc: Auto merged sql/sql_parse.cc: Auto merged mysql-test/t/user_var.test: Resolve conflict
-
- 01 Aug, 2005 1 commit
-
-
unknown authored
into asksasha.com:/reiser-data/mysql-dev/mysql-4.1
-