1. 14 Jan, 2005 6 commits
    • unknown's avatar
      Re-enable running the 'client_test' test case during release builds on the platforms (bug#7909). · 11b98a6e
      unknown authored
      
      mysql-test/mysql-test-run.sh:
        In a release build on the platforms, TESTS_BINDIR needs to be set to $BASEDIR/tests because the test 
        program 'client_test' is expected there (see 'client_test.test' with its 'exec', bug#7909).
        In an installation, TESTS_BINDIR needs to be set to $BASEDIR/bin because some NDB programs are 
        located there (see Jonas Oreland's change labeled '1.220, 2005-01-04 08:15:30+01:00').
        This patch is to unite these conflicting requirements.
      11b98a6e
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 70356012
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/5.0
      
      
      70356012
    • unknown's avatar
      A fix for bit type. · 8c3a1fde
      unknown authored
      pack_length_in_rec() func has been introduced.
      
      
      sql/field.h:
        A fix for bit type. 
        As from now the pack_length_in_rec() function is used for MyISAM 
        record length calculation instead of the pack_length().
        For bit field it doesn't count uneven bits.
      sql/ha_myisam.cc:
        A fix for bit type. 
        As from now the pack_length_in_rec() function is used for MyISAM 
        record length calculation instead of the pack_length().
        For bit field it doesn't count uneven bits.
      8c3a1fde
    • unknown's avatar
      InnoDB: Remove redundant page_no field from dict_index_t. · 4db9aaee
      unknown authored
      This completes the patch for fast TRUNCATE TABLE.
      
      
      innobase/dict/dict0boot.c:
        dict_boot(): Add page_no parameter to dict_index_add_to_cache()
      innobase/dict/dict0crea.c:
        Remove dict_index_t:page_no; add ind_node_t:page_no
      innobase/dict/dict0dict.c:
        dict_index_add_to_cache(): Add parameter page_no
        dict_tree_create(): Add parameter page_no
      innobase/dict/dict0load.c:
        dict_load_indexes(): Add page_no to dict_index_add_to_cache() call
      innobase/ibuf/ibuf0ibuf.c:
        ibuf_data_init_for_space(): Move page_no to dict_index_add_to_cache()
      innobase/include/dict0crea.h:
        ind_node_t: Add page_no field
      innobase/include/dict0dict.h:
        dict_index_add_to_cache(): Add page_no
        dict_tree_create(): Add page_no
      innobase/include/dict0mem.h:
        dict_index_t: Remove page_no, as dict_tree_t has "page" field
      innobase/row/row0mysql.c:
        row_truncate_table_for_mysql(): Improve the comments
      4db9aaee
    • unknown's avatar
      Merge marko@bk-internal.mysql.com:/home/bk/mysql-5.0 · c277421d
      unknown authored
      into hundin.mysql.fi:/home/marko/j/mysql-5.0
      
      
      innobase/include/row0mysql.h:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      sql/ha_innodb.h:
        Auto merged
      c277421d
    • unknown's avatar
      Bug#7284: strnxfrm generates different results for equal strings · 6f3b5a47
      unknown authored
      additional fix for cp932 and eucjpms, recently implemented by
      Shuichi.
      
      
      6f3b5a47
  2. 13 Jan, 2005 34 commits
    • unknown's avatar
      Merge anna@bk-internal.mysql.com:/home/bk/mysql-5.0 · 7eb38d6c
      unknown authored
      into arthur.local:/my/mysql-5.0-clean
      
      
      7eb38d6c
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-clean · 3b2971fd
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      mysql-test/r/ctype_utf8.result:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      3b2971fd
    • unknown's avatar
      Update results files · 66e1d514
      unknown authored
      
      mysql-test/r/ctype_utf8.result:
        Update results
      mysql-test/r/show_check.result:
        Update results
      66e1d514
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 26ad972d
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      26ad972d
    • unknown's avatar
      ha_innodb.cc: · 68075175
      unknown authored
        "Add a comment why data modifying SQL statements MUST always use a locking read in tables that they read: otherwise the execution is not serializable, and in many cases is not well-defined; we also merged the associated bug fix from 4.1"
      
      
      sql/ha_innodb.cc:
        Add a comment why data modifying SQL statements MUST always use a locking read in tables that they read: otherwise the exxecution is not serializable, and in many cases is not well-defined; 5 minutes ago we merged the associated bug fix from 4.0 and 4.1
      68075175
    • unknown's avatar
      Merge anna@bk-internal.mysql.com:/home/bk/mysql-5.0 · 100312fd
      unknown authored
      into arthur.local:/my/mysql-5.0-clean
      
      
      100312fd
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · df56b842
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      df56b842
    • 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 hundin.mysql.fi:/home/heikki/mysql-4.1 · b69ea6d1
      unknown authored
      into hundin.mysql.fi:/home/heikki/mysql-5.0
      
      
      innobase/os/os0file.c:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      b69ea6d1
    • 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
      Applied a patch for Netware. · d4e14b2f
      unknown authored
      d4e14b2f
    • unknown's avatar
      Merge · 74a96495
      unknown authored
      
      mysql-test/r/ctype_utf8.result:
        Auto merged
      mysql-test/r/show_check.result:
        Auto merged
      mysql-test/t/show_check.test:
        Auto merged
      sql/sql_show.cc:
        Merge with s/TYPE/USING/ fixes
      74a96495
    • unknown's avatar
      Merge · c9882adf
      unknown authored
      
      innobase/os/os0file.c:
        Auto merged
      sql/ha_innodb.cc:
        SCCS merged
      c9882adf
    • unknown's avatar
      Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0 · 78161b32
      unknown authored
      into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0
      
      
      78161b32
    • unknown's avatar
      A patch for Netware. · 365711af
      unknown authored
      365711af
    • 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 · 111587e9
      unknown authored
      
      BitKeeper/etc/ignore:
        auto-union
      innobase/os/os0proc.c:
        Auto merged
      sql/share/errmsg.txt:
        Auto merged
      extra/comp_err.c:
        SCCS merged
      111587e9
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-bdb-init · efa0483e
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      sql/ha_berkeley.cc:
        Auto merged
      efa0483e
    • unknown's avatar
      Merge jwinstead2@wwwtst1.mysql.com:mysql-4.1-7774 · d4f75bc0
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      mysql-test/r/type_float.result.es:
        Auto merged
      mysql-test/r/type_float.result:
        Auto merged
      sql/field.cc:
        Auto merged
      d4f75bc0
    • 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
      Bug in InnoDB; · 388cd3a7
      unknown authored
      file closing in extra/comp_err.c
      
      
      BitKeeper/etc/ignore:
        added extra/mysqld_ername.h
      extra/comp_err.c:
        Added proper closing of the file.
      innobase/os/os0proc.c:
        Fixed small bug in innodb.
      388cd3a7
    • unknown's avatar
      Fix valgrind warning + post-merge fixes. · 0e21414a
      unknown authored
      
      sql/ha_innodb.cc:
        Fix valgrind warning.
      strings/ctype-uca.c:
        Fix C++ style comments.
      0e21414a
    • unknown's avatar
      manual merge · 21dce625
      unknown authored
      21dce625
    • unknown's avatar
      manual merge · 9c4824af
      unknown authored
      
      mysql-test/r/ctype_latin1_de.result:
        Auto merged
      mysql-test/r/ctype_tis620.result:
        Auto merged
      mysql-test/r/ctype_ucs.result:
        Auto merged
      mysql-test/r/ctype_ujis.result:
        Auto merged
      mysql-test/r/ctype_utf8.result:
        Auto merged
      mysql-test/t/ctype_ucs.test:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/filesort.cc:
        Auto merged
      strings/ctype-big5.c:
        Auto merged
      strings/ctype-bin.c:
        Auto merged
      strings/ctype-czech.c:
        Auto merged
      strings/ctype-gbk.c:
        Auto merged
      strings/ctype-latin1.c:
        Auto merged
      strings/ctype-mb.c:
        Auto merged
      strings/ctype-simple.c:
        Auto merged
      strings/ctype-sjis.c:
        Auto merged
      strings/ctype-tis620.c:
        Auto merged
      strings/ctype-uca.c:
        Auto merged
      strings/ctype-ucs2.c:
        Auto merged
      strings/ctype-utf8.c:
        Auto merged
      strings/ctype-win1250ch.c:
        Auto merged
      9c4824af
    • 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
      9842aca3
    • unknown's avatar
      9d983c45
    • 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
    • unknown's avatar
      - added the 4.1 shared client libraries to the 5.0 shared-compat RPM · 60ff25ca
      unknown authored
        (we should consider dropping 3.23 from this one soon)
      
      
      60ff25ca
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1 · 3a39e329
      unknown authored
      into mysql.com:/space/my/mysql-5.0-build
      
      
      3a39e329