1. 17 Jan, 2005 8 commits
  2. 16 Jan, 2005 5 commits
  3. 15 Jan, 2005 6 commits
  4. 14 Jan, 2005 17 commits
  5. 13 Jan, 2005 4 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