1. 17 Jan, 2005 2 commits
    • unknown's avatar
      mysqldump.c: · 7f69f44f
      unknown authored
        Move out-of-order option.
      
      
      client/mysqldump.c:
        Move out-of-order option.
      7f69f44f
    • unknown's avatar
      libmysql.c: · c72207e1
      unknown authored
        bug#7891: mysql_character_set_name() returns collation
      
      
      libmysql/libmysql.c:
        bug#7891: mysql_character_set_name() returns collation
      c72207e1
  2. 16 Jan, 2005 5 commits
  3. 15 Jan, 2005 6 commits
  4. 14 Jan, 2005 17 commits
  5. 13 Jan, 2005 10 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