1. 07 Aug, 2005 1 commit
  2. 06 Aug, 2005 1 commit
    • unknown's avatar
      BUG#11869 (cont'd, eliminating "table type doesn't support FULLTEXT" error): · 852dcb75
      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
      852dcb75
  3. 04 Aug, 2005 19 commits
  4. 03 Aug, 2005 13 commits
    • unknown's avatar
      BUG#12330 Adding updated result file which I missed in last changeset. · 357ebcc2
      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.
      357ebcc2
    • unknown's avatar
      Merge mysql.com:/Users/emurphy/src/bk-clean/mysql-4.1 · 6743d718
      unknown authored
      into  mysql.com:/Users/emurphy/src/work/mysql-4.1-bug12330
      
      
      6743d718
    • unknown's avatar
      BUG#12330 Add --replace_column in order to make test deterministic. · e3036421
      unknown authored
      
      mysql-test/t/rpl_slave_status.test:
        Add --replace-column to make show slave status deterministic
      e3036421
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1 · 1764a75f
      unknown authored
      into mysql.com:/M41/mysql-4.1
      
      
      1764a75f
    • unknown's avatar
      Manual merge: Current 4.1.14 has precedence over 4.1.10b · d868eaf4
      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
      d868eaf4
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1 · bb10cc45
      unknown authored
      into mysql.com:/space/my/mysql-4.1
      
      
      bb10cc45
    • unknown's avatar
      Merge hundin.mysql.fi:/home/heikki/mysql-4.0 · 3e292846
      unknown authored
      into  hundin.mysql.fi:/home/heikki/mysql-4.1
      
      
      3e292846
    • unknown's avatar
      ha_innodb.cc: · 076c375a
      unknown authored
        Fix compilation error in previous commit
      
      
      sql/ha_innodb.cc:
        Fix compilation error in previous commit
      076c375a
    • unknown's avatar
      buf0buf.c: · e1659c81
      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
      e1659c81
    • unknown's avatar
      Merge hundin.mysql.fi:/home/heikki/mysql-4.0 · a743ebd3
      unknown authored
      into  hundin.mysql.fi:/home/heikki/mysql-4.1
      
      
      sql/ha_innodb.cc:
        Auto merged
      a743ebd3
    • unknown's avatar
      ha_innodb.cc: · 43b1710c
      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)
      43b1710c
    • unknown's avatar
      Merge bk@192.168.21.1:/usr/home/bk/mysql-4.0 · 7134f532
      unknown authored
      into deer.(none):/home/hf/work/mysql-4.0.10226
      
      
      7134f532
    • unknown's avatar
      Portability fixes: · 820a9c5f
      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()
      820a9c5f
  5. 02 Aug, 2005 6 commits
    • unknown's avatar
      item_sum.cc: · bcaff837
      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.
      bcaff837
    • unknown's avatar
      sql_select.cc, sql_class.h: · c2b83502
      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.
      c2b83502
    • unknown's avatar
      Fix parsing of dates with 'T' between date and time, as in ISO-8601 · 015165ad
      unknown authored
      date format. (Bug #7308)
      
      
      mysql-test/r/type_datetime.result:
        Add new results
      mysql-test/t/type_datetime.test:
        Add new test
      sql-common/my_time.c:
        Fix handling of field_length for each field in date, especially
        for dates not in the internal_format.
      015165ad
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1 · 3202508b
      unknown authored
      into mysql.com:/space/my/mysql-4.1-build
      
      
      3202508b
    • unknown's avatar
      - Fixed the Requires: tag for the server RPM (BUG#12233), make sure to list all · acfc848e
      unknown authored
        required commands/packages so the installation succeeds. Removed the superflouus
        Requires field from the source RPM.
      
      
      acfc848e
    • unknown's avatar
      Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-4.1 · 49b8de7d
      unknown authored
      into  mysql.com:/home/svoj/devel/mysql/BUG12075/mysql-4.1
      
      
      49b8de7d