1. 16 Jan, 2005 3 commits
  2. 15 Jan, 2005 5 commits
    • unknown's avatar
      don't ignore errors in readlink · 0d98da70
      unknown authored
      0d98da70
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 193eae3b
      unknown authored
      into mysql.com:/home/my/mysql-4.1
      
      
      193eae3b
    • unknown's avatar
      func_gconcat.result, func_gconcat.test: · 16f3170e
      unknown authored
        Added a test case for bug #7769.
      item_sum.h:
        Fixed bug #7769: a crash for queries with group_concat and
        having when the query table was empty.
        The bug was due an unsafe dereferencing.
      
      
      sql/item_sum.h:
        Fixed bug #7769: a crash for queries with group_concat and
        having when the query table was empty.
        The bug was due an unsafe dereferencing.
      mysql-test/t/func_gconcat.test:
        Added a test case for bug #7769.
      mysql-test/r/func_gconcat.result:
        Added a test case for bug #7769.
      16f3170e
    • unknown's avatar
      Merge · 403541d7
      unknown authored
      
      include/my_sys.h:
        Auto merged
      sql/filesort.cc:
        Auto merged
      mysys/mf_iocache.c:
        SCCS merged
      403541d7
    • unknown's avatar
      Fixed possible access to unintialized memory in filesort when using many buffers · deac81af
      unknown authored
      
      include/my_sys.h:
        Added function to call if IO_CACHE is moved
      mysys/mf_iocache.c:
        Added function to call if IO_CACHE is moved
      sql/filesort.cc:
        Tell that io_cache is moved
      deac81af
  3. 14 Jan, 2005 14 commits
  4. 13 Jan, 2005 18 commits
    • unknown's avatar
      fix C++ comments in C file (fixed in 5.0 already) · 653db58b
      unknown authored
      
      strings/ctype-uca.c:
        fix C++ comments in C file
      653db58b
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 4799f077
      unknown authored
      into mysql.com:/home/my/mysql-4.1
      
      
      4799f077
    • unknown's avatar
      Fix bug in INSERT DELAYED with prepared statements · 177e99f3
      unknown authored
      The bug was that if you have two TL_WRITE_DELAYED at the same time,
      mi_lock_databases() could be done in the wrong order and we could write the wrong header to the MyISAM index file.
      
      
      sql/mysql_priv.h:
        Fix bug in insert delayed with prepared statements
      sql/sql_base.cc:
        Fix bug in insert delayed with prepared statements
      sql/sql_prepare.cc:
        Fix bug in insert delayed with prepared statements
        The bug was that if you have two TL_WRITE_DELAYED at the same time,
        mi_lock_databases() could be done in the wrong order and we could write the wrong header to the MyISAM index file.
      177e99f3
    • unknown's avatar
      Fix mysql_install_db to look for libexecdir relative to basedir when · e667cf91
      unknown authored
      it has been specified. (Bug #7347)
      
      
      scripts/mysql_install_db.sh:
        When basedir is specified, look for libexecdir relative to that
      e667cf91
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1 · 13b380e6
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.1-clean
      
      
      13b380e6
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · c0af1e3c
      unknown authored
      into mysql.com:/home/my/mysql-4.1
      
      
      sql/sql_parse.cc:
        Auto merged
      c0af1e3c
    • unknown's avatar
      ha_innodb.cc: · 97f5b326
      unknown authored
        Merge from 4.0:     Fix a theoretical hang over the adaptive hash latch in InnoDB if one runs INSERT ... SELECT ... (binlog not enabled), or a multi-table UPDATE or DELETE, and only the read tables are InnoDB type, the rest are MyISAM; this also fixes bug #7879 for InnoDB type tables
      
      
      sql/ha_innodb.cc:
        Merge from 4.0:     Fix a theoretical hang over the adaptive hash latch in InnoDB if one runs INSERT ... SELECT ... (binlog not enabled), or a multi-table UPDATE or DELETE, and only the read tables are InnoDB type, the rest are MyISAM; this also fixes bug #7879 for InnoDB type tables
      97f5b326
    • unknown's avatar
      Merge · c9882adf
      unknown authored
      
      innobase/os/os0file.c:
        Auto merged
      sql/ha_innodb.cc:
        SCCS merged
      c9882adf
    • unknown's avatar
      Merge jwinstead2@wwwtst1.mysql.com:mysql-4.1-7235 · fb8e271a
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.1-clean
      
      
      mysql-test/r/ctype_utf8.result:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      fb8e271a
    • unknown's avatar
      Add test cases to verify that SHOW CREATE TABLE always outputs the · a28f221f
      unknown authored
      key algorithm for keys where they were explicitly specified.
      
      
      mysql-test/r/show_check.result:
        Add results
      mysql-test/t/show_check.test:
        Add tests for preservation of key algorithm in SHOW CREATE TABLE output
      a28f221f
    • unknown's avatar
      ha_innodb.cc: · d90e3b49
      unknown authored
        Fix a theoretical hang over the adaptive hash latch in InnoDB if one runs INSERT ... SELECT ... (binlog not enabled), or a multi-table UPDATE or DELETE, and only the read tables are InnoDB type, the rest are MyISAM; this also fixes bug #7879 for InnoDB type tables
      
      
      sql/ha_innodb.cc:
        Fix a theoretical hang over the adaptive hash latch in InnoDB if one runs INSERT ... SELECT ... (binlog not enabled), or a multi-table UPDATE or DELETE, and only the read tables are InnoDB type, the rest are MyISAM; this also fixes bug #7879 for InnoDB type tables
      d90e3b49
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-bdb-init · 16a43296
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.1-clean
      
      
      16a43296
    • unknown's avatar
      Merge jwinstead2@wwwtst1.mysql.com:mysql-4.1-7774 · ebe1e8a9
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.1-clean
      
      
      sql/field.cc:
        Auto merged
      ebe1e8a9
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1 · 85a6647f
      unknown authored
      into mysql.com:/space/my/mysql-4.1
      
      
      85a6647f
    • unknown's avatar
      Merge marko@bk-internal.mysql.com:/home/bk/mysql-4.0 · 1e63ecd0
      unknown authored
      into hundin.mysql.fi:/home/marko/k/mysql-4.0
      
      
      1e63ecd0
    • unknown's avatar
      InnoDB: Detect the availability of the Mac OS X fsync() work-around · 8dc27f1e
      unknown authored
      at run-time, so that an executable compiled on Mac OS X 10.2 can
      be run on Mac OS X 10.2 (without the work-around) and Mac OS X 10.3
      and later with the work-aroud enabled.
      
      
      innobase/include/srv0start.h:
        Mac OS X: Add srv_have_fullfsync
      innobase/os/os0file.c:
        os_file_flush(): Use F_FULLFSYNC on Mac OS X 10.3, but not on 10.2
      innobase/srv/srv0start.c:
        innobase_start_or_create_for_mysql(): When compiled on OS X 10.2,
        detect if the binary is running on OS X 10.3 or later, and set
        srv_have_fullfsync accordingly.
      8dc27f1e
    • unknown's avatar
      9842aca3
    • unknown's avatar
      - bumped up the version number in configure.in from 4.1.9 to 4.1.10 · 4c84421b
      unknown authored
      - tagged ChangeSet 1.2207 as "mysql-4.1.9"
      
      
      configure.in:
        - bumped up the version number from 4.1.9 to 4.1.10
      4c84421b