1. 25 Jan, 2005 28 commits
    • unknown's avatar
      rem0rec.h: · 32315e59
      unknown authored
        Corrected formatting of comments.
      rem0rec.ic:
        rec_set_info_and_status_bits(): pass arguments to rec_set_info_bits()
        in the correct order.
        Corrected formatting of comments.
      
      
      innobase/include/rem0rec.ic:
        rec_set_info_and_status_bits(): pass arguments to rec_set_info_bits()
        in the correct order.
        Corrected formatting of comments.
      innobase/include/rem0rec.h:
        Corrected formatting of comments.
      32315e59
    • unknown's avatar
      Some minor fixes. · bcf34227
      unknown authored
      
      mysql-test/mysql-test-run.sh:
        Less restricted permissions.
      mysql-test/r/rpl_rotate_logs.result:
        If the path where mysql-test-run was run was symlinked, this test could
        fail. This is a fix.
      mysql-test/t/rpl_rotate_logs.test:
        If the path where mysql-test-run was run was symlinked, this test could
        fail. This is a fix.
      bcf34227
    • unknown's avatar
      Merge · 189c1923
      unknown authored
      189c1923
    • unknown's avatar
      Some bug fixes and a feature add to mysql-test-run · 3b55f138
      unknown authored
      
      client/mysql.cc:
        Fixed Bug#981  ".mysql_history is lost if mysql clinent exit when out of space"
      client/mysqlbinlog.cc:
        Fix for mysqlbinlog, mysql_close() needs to be called.
      libmysql/Makefile.shared:
        Added use of my_rename()
      mysql-test/mysql-test-run.sh:
        Added possibility to add file t/testname.disabled. This will disable a
        test with same base name. Additionally, if the .disabled file contains text,
        it will be appended as a comment after the test during run.
      3b55f138
    • unknown's avatar
      merge · 286ebc10
      unknown authored
      
      ndb/test/run-test/daily-basic-tests.txt:
        Auto merged
      286ebc10
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 57b1a66c
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      57b1a66c
    • unknown's avatar
      ndb - Move mysql-test-run & testBackup into "basic suite" · aeaf10b2
      unknown authored
      
      ndb/test/run-test/atrt-mysql-test-run:
        Fix result handling
      ndb/test/run-test/daily-basic-tests.txt:
        Move mysql-test-run & testBackup into "basic"
      ndb/test/run-test/daily-devel-tests.txt:
        Move mysql-test-run & testBackup into "basic"
      aeaf10b2
    • unknown's avatar
      Fix two typos in comments. · e56d97ea
      unknown authored
      
      sql/sql_parse.cc:
        Fix a comment.
      sql/sql_select.cc:
        Fix a comment.
      e56d97ea
    • unknown's avatar
      Merge 4.1 -> 5.0 · b87d28cf
      unknown authored
      b87d28cf
    • unknown's avatar
      One more after merge fix of Jan Lindström's changeset in 4.1 · d73d5bd6
      unknown authored
      
      innobase/row/row0ins.c:
        One more after merge fix
      d73d5bd6
    • unknown's avatar
      After merge fixes · 202e4011
      unknown authored
      
      innobase/include/univ.i:
        Auto merged
      innobase/row/row0ins.c:
        After merge fixes of Jan Lindström's patch to 4.1
      202e4011
    • unknown's avatar
      Makefile.am: · d89c6e23
      unknown authored
        after merge fix
      
      
      tests/Makefile.am:
        after merge fix
      d89c6e23
    • unknown's avatar
      Merge hundin.mysql.fi:/home/marko/k/mysql-4.0 · 891790d4
      unknown authored
      into hundin.mysql.fi:/home/marko/k/mysql-4.1
      
      
      innobase/include/univ.i:
        Auto merged
      891790d4
    • unknown's avatar
      InnoDB: Enable ut_ad() assertions in MySQL debug builds. · 5c329477
      unknown authored
      
      innobase/include/univ.i:
        InnoDB: Define UNIV_DEBUG when DBUG_ON (in MySQL) is defined.
        This enables InnoDB debug assertions in debug builds of mysqld.
      5c329477
    • unknown's avatar
      Merge marko@bk-internal.mysql.com:/home/bk/mysql-5.0 · 3d7b2bb1
      unknown authored
      into hundin.mysql.fi:/home/marko/j/mysql-5.0
      
      3d7b2bb1
    • unknown's avatar
      InnoDB: Write status bits to MLOG_COMP_REC_INSERT entries. · 4c39f5c2
      unknown authored
      It is not safe to infer the status bits from the B-tree page
      level, because after MLOG_COMP_LIST_END_COPY_CREATED, the
      level will not be initialized before the records have been inserted.
      (Bug #7973)
      
      
      innobase/btr/btr0cur.c:
        Add parameter "offsets" to page_cur_insert_rec_low()
      innobase/include/page0cur.h:
        page_cur_rec_insert(), page_cur_insert_rec_low(): Add param "offsets"
      innobase/include/page0cur.ic:
        page_cur_rec_insert(), page_cur_insert_rec_low(): Add param "offsets"
      innobase/include/rem0rec.h:
        Add rec_get_info_and_status_bits() and rec_set_info_and_status_bits()
      innobase/include/rem0rec.ic:
        Add rec_get_info_and_status_bits() and rec_set_info_and_status_bits()
      innobase/page/page0cur.c:
        page_cur_insert_rec_write_log(), page_cur_parse_insert_rec():
        write the status bits of the record to the log (Bug #7973)
        page_cur_insert_rec_low(): add parameter "offsets"
        page_copy_rec_list_end_to_created_page(): remove unnecessary call
        to mem_heap_create()
      innobase/page/page0page.c:
        page_copy_rec_list_end_no_locks(), page_copy_rec_list_start():
        compute offsets and pass them to page_cur_rec_insert()
      4c39f5c2
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · d0ad76e3
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b7261
      
      d0ad76e3
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 9bb0ff55
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
      
      9bb0ff55
    • unknown's avatar
      Merge gw.mysql.r18.ru:/usr/home/ram/work/4.1.b7261 · e29380a1
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/5.0
      
      
      mysql-test/r/lowercase_table2.result:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      e29380a1
    • unknown's avatar
      Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1 · c53fc2e3
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
      
      
      mysql-test/mysql-test-run.sh:
        Auto merged
      mysql-test/ndb/ndbcluster.sh:
        Auto merged
      c53fc2e3
    • unknown's avatar
      backported ndb_mgm options from 5.0 · 3461da3e
      unknown authored
          changed ndb_restore test somewhat to fisrt make the tables in myisam
      
      
      mysql-test/mysql-test-run.sh:
        backported ndb_mgm options from 5.0
      mysql-test/ndb/ndbcluster.sh:
        backported ndb_mgm options from 5.0
      mysql-test/r/ndb_restore.result:
        changed ndb_restore test somewhat to fisrt make the tables in myisam
      mysql-test/t/ndb_restore.test:
        changed ndb_restore test somewhat to fisrt make the tables in myisam
      3461da3e
    • unknown's avatar
      Merge · 47d9c435
      unknown authored
      
      mysql-test/mysql-test-run.sh:
        SCCS merged
      47d9c435
    • unknown's avatar
      ac539e79
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 0f4efbe9
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b7261
      
      
      sql/sql_table.cc:
        Auto merged
      0f4efbe9
    • unknown's avatar
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 464341e4
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
      
      464341e4
    • unknown's avatar
      Merge jlindstrom@bk-internal.mysql.com:/home/bk/mysql-4.1 · dc7a0db5
      unknown authored
      into hundin.mysql.fi:/home/jan/mysql-4.1
      
      dc7a0db5
    • unknown's avatar
      Fix for BUG#8003 attempt 2: · c696cde2
      unknown authored
        Call file->external_lock() for handler objects that index_merge code creates in addition to 
        the handler object opened in open_and_lock_tables.
      
      c696cde2
  2. 24 Jan, 2005 12 commits
    • unknown's avatar
      Merge mysql.com:/home/kostja/work/mysql-4.1-5787 · 30185fb4
      unknown authored
      into mysql.com:/home/kostja/work/mysql-5.0-root
      
      
      vio/viosocket.c:
        Auto merged
      30185fb4
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1 · 45c5d198
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.1-clean
      
      45c5d198
    • unknown's avatar
      A fix for Bug#5787 "mysql_stmt_prepare is upto 8 times slower": · 860b94d9
      unknown authored
      it's crucial to disable Nagle algorithm on client for no-reply commands
      (like mysql_stmt_free) to always work fast.
      Nagle algorithm instructs the sender to buffer (store) data if any 
      unacknowledged data is outstanding and the size of to-send data is less than
      the network segment. It was exactly the case with COM_STMT_CLOSE after 
      COM_STMT_PREPARE, so the client was waiting for Nagle timer to expire or
       for ACK from the server, while the server was holding up ACK because of 
      delayed acknowledgement algorithm.
      The tricky part is that we have been already disabling Nagle 
      algorithm (by setting TCP_NODELAY)
      almost everywhere except Windows (and maybe Netware).
      It is the reason why the bug was repeatable only with Windows client.
      
      
      vio/viosocket.c:
        A fix for Bug#5787 "mysql_stmt_prepare is upto 8 times slower":
        if we disable Nagle algorithm, do it everywhere.
      860b94d9
    • unknown's avatar
      Merge · c8631391
      unknown authored
      
      BitKeeper/etc/ignore:
        auto-union
      include/my_global.h:
        Auto merged
      libmysql/libmysql.c:
        Auto merged
      libmysqld/examples/Makefile.am:
        Auto merged
      scripts/make_binary_distribution.sh:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      tests/mysql_client_test.c:
        Auto merged
      c8631391
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-7887 · c571e984
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.1-clean
      
      
      sql/mysqld.cc:
        Auto merged
      c571e984
    • unknown's avatar
      Set lower_case_file_system when it is being tested to check if · 78a3a5d6
      unknown authored
      lower_case_tables_names=2 is sensible. Related to Bug #7887.
      
      
      sql/mysqld.cc:
        Set lower_case_file_system when it is being tested to check
        if lower_case_tables_names=2 is sensible.
      78a3a5d6
    • unknown's avatar
      merged · f1997b03
      unknown authored
      
      mysql-test/t/ctype_cp932.test:
        Change mode to -rw-rw-r--
      mysql-test/t/ctype_eucjpms.test:
        Change mode to -rw-rw-r--
      BitKeeper/etc/ignore:
        Added libmysqld/ha_federated.cc to the ignore list
      f1997b03
    • unknown's avatar
      Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/ · b7547102
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      
      tests/mysql_client_test.c:
        Auto merged
      b7547102
    • unknown's avatar
      merged · 7e0495b2
      unknown authored
      
      BitKeeper/deleted/.del-sort.c~e2e56b5a37ce86f4:
        Auto merged
      client/mysql.cc:
        Auto merged
      client/mysqlbinlog.cc:
        Auto merged
      client/mysqldump.c:
        Auto merged
      client/mysqltest.c:
        Auto merged
      myisam/ft_boolean_search.c:
        Auto merged
      myisam/mi_packrec.c:
        Auto merged
      myisam/sort.c:
        Auto merged
      mysql-test/r/fulltext.result:
        Auto merged
      sql/item_create.cc:
        Auto merged
      sql/item_strfunc.cc:
        Auto merged
      sql/item_timefunc.cc:
        Auto merged
      sql/log.cc:
        Auto merged
      sql/set_var.cc:
        Auto merged
      sql/slave.cc:
        Auto merged
      sql/sql_acl.h:
        Auto merged
      sql/sql_analyse.cc:
        Auto merged
      sql/sql_cache.cc:
        Auto merged
      sql/sql_db.cc:
        Auto merged
      sql/tztime.cc:
        Auto merged
      tests/client_test.c:
        Auto merged
      7e0495b2
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 26ff96fc
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
      
      
      mysql-test/mysql-test-run.sh:
        Auto merged
      26ff96fc
    • unknown's avatar
      remove the entry from the list, before freeing · 020c5e8c
      unknown authored
      020c5e8c
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 1c1f3e27
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      1c1f3e27