1. 10 Mar, 2005 13 commits
    • unknown's avatar
      Merge marko@bk-internal.mysql.com:/home/bk/mysql-5.0 · 380c64b1
      unknown authored
      into hundin.mysql.fi:/home/marko/mysql-5.0
      
      
      380c64b1
    • unknown's avatar
      rem0rec.h: · 5054fdd8
      unknown authored
        Restore sensible values to REC_OFFS_NORMAL_SIZE and REC_OFFS_SMALL_SIZE.
      
      
      innobase/include/rem0rec.h:
        Restore sensible values to REC_OFFS_NORMAL_SIZE and REC_OFFS_SMALL_SIZE.
      5054fdd8
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 90eff10b
      unknown authored
      into mysql.com:/home/dlenev/src/mysql-5.0-sp
      
      
      90eff10b
    • unknown's avatar
      InnoDB: Introduce the symbols REC_OFFS_NORMAL_SIZE and · 066e8900
      unknown authored
      REC_OFFS_SMALL_SIZE for the initial allocation sizes of
      arrays passed to rec_get_offsets().
      
      
      innobase/btr/btr0btr.c:
        s/100/REC_OFFS_NORMAL_SIZE/
      innobase/btr/btr0cur.c:
        s/100/REC_OFFS_NORMAL_SIZE/
      innobase/btr/btr0sea.c:
        s/100/REC_OFFS_NORMAL_SIZE/
      innobase/include/rem0rec.h:
        Define REC_OFFS_NORMAL_SIZE and REC_OFFS_SMALL_SIZE.
      innobase/lock/lock0lock.c:
        s/100/REC_OFFS_NORMAL_SIZE/
      innobase/page/page0cur.c:
        s/100/REC_OFFS_NORMAL_SIZE/
      innobase/page/page0page.c:
        s/100/REC_OFFS_NORMAL_SIZE/
      innobase/rem/rem0rec.c:
        s/100/REC_OFFS_NORMAL_SIZE/
      innobase/row/row0ins.c:
        s/100/REC_OFFS_NORMAL_SIZE/
      innobase/row/row0mysql.c:
        s/100/REC_OFFS_NORMAL_SIZE/
      innobase/row/row0purge.c:
        s/100/REC_OFFS_NORMAL_SIZE/
      innobase/row/row0row.c:
        s/100/REC_OFFS_NORMAL_SIZE/
      innobase/row/row0sel.c:
        s/100/REC_OFFS_NORMAL_SIZE/
        s/10/REC_OFFS_SMALL_SIZE/
      innobase/row/row0undo.c:
        s/100/REC_OFFS_NORMAL_SIZE/
      innobase/row/row0upd.c:
        s/100/REC_OFFS_NORMAL_SIZE/
        s/10/REC_OFFS_SMALL_SIZE/
      innobase/trx/trx0rec.c:
        s/100/REC_OFFS_NORMAL_SIZE/
      066e8900
    • unknown's avatar
      Fix for sp.test failure in --ps-protocol mode (2nd attempt). · 8c6a02df
      unknown authored
      Now we should call open_and_lock_tables() even if table list is empty -
      to cache stored routines used by query and open and lock tables required
      for their execution.
      
      
      sql/sql_insert.cc:
        Now we should call open_and_lock_tables() even if table list is empty -
        to cache stored routines used by query and open and lock tables required
        for their execution.
      sql/sql_prepare.cc:
        Now we should call open_and_lock_tables() even if table list is empty -
        to cache stored routines used by query and open and lock tables required
        for their execution. Thus we have to move most of functionality from 
        select_like_statement_test() to separate function to be able to reuse it
        for multi-update processing (for which tables are open and locked in 
        mysql_multi_update_prepare() call).
      8c6a02df
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0 · cf732466
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
      
      
      cf732466
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0 · fb9d4dca
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      fb9d4dca
    • unknown's avatar
      Merge hundin.mysql.fi:/home/heikki/mysql-4.1 · 2f7e93af
      unknown authored
      into hundin.mysql.fi:/home/heikki/mysql-5.0
      
      
      innobase/log/log0recv.c:
        Auto merged
      ndb/include/mgmapi/mgmapi_config_parameters.h:
        Auto merged
      ndb/src/mgmsrv/ConfigInfo.cpp:
        Auto merged
      2f7e93af
    • unknown's avatar
      Merge heikki@bk-internal.mysql.com:/home/bk/mysql-4.1 · 16103a01
      unknown authored
      into hundin.mysql.fi:/home/heikki/mysql-4.1
      
      
      16103a01
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/fix · d357dba8
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      
      ndb/src/kernel/blocks/trix/Trix.cpp:
        Auto merged
      ndb/src/mgmsrv/ConfigInfo.cpp:
        Auto merged
      d357dba8
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 62174867
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      
      62174867
    • unknown's avatar
      bug#9089 · 4b5c3e6e
      unknown authored
      ndb - Reenable MAX_OPEN_FILES to enable LCP in some situations
      
      
      ndb/include/mgmapi/mgmapi_config_parameters.h:
        Reenable MAX_OPEN_FILES to enable LCP in some situations
      ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp:
        Reenable MAX_OPEN_FILES to enable LCP in some situations
      ndb/src/mgmsrv/ConfigInfo.cpp:
        Reenable MAX_OPEN_FILES to enable LCP in some situations
      4b5c3e6e
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/dev/mysql-4.1-0 · 83fa3560
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
      
      
      mysql-test/r/func_str.result:
        Auto merged
      mysql-test/t/func_str.test:
        Auto merged
      netware/BUILD/mwenv:
        Auto merged
      sql/item_strfunc.cc:
        Auto merged
      83fa3560
  2. 09 Mar, 2005 27 commits
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · ab32d7b0
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      ab32d7b0
    • unknown's avatar
      Fixed broken 4.1->5.0 merge · 7a842c63
      unknown authored
      7a842c63
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · eb0168d7
      unknown authored
      into pcgem.rdg.cyberkinetica.com:/var/db/bk/work-acurtis/bug3788.4
      
      
      eb0168d7
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 0f888b1b
      unknown authored
      into pcgem.rdg.cyberkinetica.com:/var/db/bk/work-acurtis/bug3788.4
      
      
      0f888b1b
    • unknown's avatar
      Cleanup for VC++ · 5b26228c
      unknown authored
      
      sql/item_func.cc:
        Cleanup
      sql/item_func.h:
        Cleanup
      5b26228c
    • unknown's avatar
      Portability fix. · fad705db
      unknown authored
      
      sql/sql_lex.h:
        LEX::requires_prelocking():
          Portability fix. Seems that VC++ does not understand implicit pointer
          to bool conversion.
      fad705db
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 3d4971c4
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      sql/mysqld.cc:
        Auto merged
      3d4971c4
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-4.1 · e1d3524d
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
      
      
      e1d3524d
    • unknown's avatar
      func_str.result: · 4c536135
      unknown authored
        Correction after manual merge.
      
      
      mysql-test/r/func_str.result:
        Correction after manual merge.
      4c536135
    • unknown's avatar
      Merge · c9f3e0f4
      unknown authored
      c9f3e0f4
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 07df51aa
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      07df51aa
    • unknown's avatar
      InnoDB: Improve performance by about 10% by removing implicit · db32810d
      unknown authored
      memcpy() calls, by not initializing the offsets_[] arrays.
      InnoDB: Remove a Microsoft compiler warning in page0page.c.
      
      
      innobase/btr/btr0btr.c:
        Only initialize the first element of offsets_[]
      innobase/btr/btr0cur.c:
        Only initialize the first element of offsets_[]
      innobase/btr/btr0sea.c:
        Only initialize the first element of offsets_[]
      innobase/lock/lock0lock.c:
        Only initialize the first element of offsets_[]
      innobase/page/page0cur.c:
        Only initialize the first element of offsets_[]
      innobase/page/page0page.c:
        page_validate(): Silence a warning about unsigned/signed comparison.
        Other places: Only initialize the first element of offsets_[].
      innobase/rem/rem0rec.c:
        Only initialize the first element of offsets_[]
      innobase/row/row0ins.c:
        Only initialize the first element of offsets_[]
      innobase/row/row0mysql.c:
        Only initialize the first element of offsets_[]
      innobase/row/row0purge.c:
        Only initialize the first element of offsets_[]
      innobase/row/row0row.c:
        Only initialize the first element of offsets_[]
      innobase/row/row0sel.c:
        Only initialize the first element of offsets_[]
      innobase/row/row0undo.c:
        Only initialize the first element of offsets_[]
      innobase/row/row0upd.c:
        Only initialize the first element of offsets_[]
      innobase/trx/trx0rec.c:
        Only initialize the first element of offsets_[]
      db32810d
    • unknown's avatar
      Fix complilation failure · 1f229562
      unknown authored
      1f229562
    • unknown's avatar
      Manual merge · 85be2e57
      unknown authored
      
      sql/item_strfunc.cc:
        Auto merged
      85be2e57
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · f8b66f76
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      sql/mysqld.cc:
        Auto merged
      f8b66f76
    • unknown's avatar
      log0recv.c: · 36873154
      unknown authored
        Better ibbackup message
        Add a message explaining why we do a 'crash recovery' after an ibbackup restore; suggested by Tim Smith
      
      
      innobase/log/log0recv.c:
        Better ibbackup message
      36873154
    • unknown's avatar
    • unknown's avatar
      after merge fixes · d1b3c64b
      unknown authored
      
      mysql-test/r/fulltext.result:
        after merge - test results updated
      sql/sql_class.cc:
        protection
      d1b3c64b
    • unknown's avatar
      Fix to make mysql-test-run.pl work with new system tables definitions · 9d839a14
      unknown authored
      
      mysql-test/lib/init_db.sql:
        Fixed mysql-test-run.pl's system tables to correspond to the real ones.
      9d839a14
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 80588dcf
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      sql/mysqld.cc:
        Auto merged
      80588dcf
    • unknown's avatar
      .del-ndb_multi.test~651e6ccb21dab6d9: · cd496183
      unknown authored
        Delete: mysql-test/t/ndb_multi.test
      .del-ndb_multi.result~4baa26e7403188ae:
        Delete: mysql-test/r/ndb_multi.result
      .del-have_multi_ndb.inc~ef8da69d972ee707:
        Delete: mysql-test/include/have_multi_ndb.inc
      
      
      BitKeeper/deleted/.del-have_multi_ndb.inc~ef8da69d972ee707:
        Delete: mysql-test/include/have_multi_ndb.inc
      BitKeeper/deleted/.del-ndb_multi.result~4baa26e7403188ae:
        Delete: mysql-test/r/ndb_multi.result
      BitKeeper/deleted/.del-ndb_multi.test~651e6ccb21dab6d9:
        Delete: mysql-test/t/ndb_multi.test
      cd496183
    • unknown's avatar
      Fix change made to ER_READY by creating a new message, instead. · bfbc7595
      unknown authored
      
      sql/mysqld.cc:
        Use new message for startup
      sql/share/errmsg.txt:
        Revert change to ER_READY, add new ER_STARTUP to use instead
      bfbc7595
    • unknown's avatar
      corrected typo: deafault -> default · 5dca460b
      unknown authored
      5dca460b
    • unknown's avatar
      mysqldumpslow.sh: · 914afabd
      unknown authored
        bug#4914 added --help and usage information
      
      
      scripts/mysqldumpslow.sh:
        bug#4914 added --help and usage information
      914afabd
    • unknown's avatar
      merged · 48577bb5
      unknown authored
      
      BitKeeper/etc/ignore:
        auto-union
      BitKeeper/etc/logging_ok:
        auto-union
      Build-tools/Do-compile:
        Auto merged
      client/mysql.cc:
        Auto merged
      client/mysqldump.c:
        Auto merged
      include/my_sys.h:
        Auto merged
      innobase/buf/buf0lru.c:
        Auto merged
      innobase/dict/dict0dict.c:
        Auto merged
      innobase/include/page0page.ic:
        Auto merged
      innobase/include/srv0srv.h:
        Auto merged
      innobase/os/os0thread.c:
        Auto merged
      innobase/rem/rem0cmp.c:
        Auto merged
      innobase/row/row0mysql.c:
        Auto merged
      innobase/row/row0sel.c:
        Auto merged
      innobase/srv/srv0srv.c:
        Auto merged
      innobase/trx/trx0sys.c:
        Auto merged
      innobase/trx/trx0trx.c:
        Auto merged
      innobase/ut/ut0ut.c:
        Auto merged
      myisam/ft_parser.c:
        Auto merged
      myisam/mi_create.c:
        Auto merged
      mysql-test/Makefile.am:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      mysql-test/r/mysqldump.result:
        Auto merged
      mysql-test/r/ndb_alter_table.result:
        Auto merged
      mysql-test/t/mysqldump.test:
        Auto merged
      mysql-test/t/ndb_alter_table.test:
        Auto merged
      mysys/hash.c:
        Auto merged
      mysys/my_bitmap.c:
        Auto merged
      ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp:
        Auto merged
      scripts/make_binary_distribution.sh:
        Auto merged
      scripts/make_win_src_distribution.sh:
        Auto merged
      sql/net_serv.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      48577bb5
    • unknown's avatar
      sql/mysqld.cc · 4387d327
      unknown authored
          preserve backward compatibility
      
      
      sql/mysqld.cc:
        preserve backward compatibility
      4387d327
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 3b214ab3
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      
      sql/log.cc:
        Auto merged
      sql/slave.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      3b214ab3