1. 06 Feb, 2006 3 commits
    • unknown's avatar
      bug#16767, bug#16768 - ndb missleading names of error codes · 4c77c3dd
      unknown authored
        rename error codes
      
      
      mysql-test/t/ndb_dd_ddl.test:
        rename error code
      sql/ha_ndbcluster.cc:
        rename error code
      sql/share/errmsg.txt:
        rename error code
      4c77c3dd
    • unknown's avatar
      ndb dd - · 1c9178c1
      unknown authored
        fix uninit variable in lgman
      
      
      storage/ndb/src/kernel/blocks/lgman.cpp:
        fix uninit variable
      1c9178c1
    • unknown's avatar
      ndb · c769183b
      unknown authored
        Fix for wierd var key restore problem
      
      
      storage/ndb/src/kernel/blocks/restore.cpp:
        Fix? for wierd var key restore problem
      c769183b
  2. 03 Feb, 2006 3 commits
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/51-new · 955eb2f2
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/51-ndb
      
      
      955eb2f2
    • unknown's avatar
      ndb dd · 722d9178
      unknown authored
        Fix a copule of dd bugs
          typo in lgman, potential run-time crash
          inconsistency in tup, potentially causing crash after SR
      
      
      storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp:
        Fix so that extentPtr.p->m_free_space is updated after page is written first time
          plus a number of new asserts
      storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp:
        Fix so that extentPtr.p->m_free_space is updated after page is written first time
          plus a number of new asserts
      storage/ndb/src/kernel/blocks/lgman.cpp:
        Fix a couple of asserts
        Fix a typo causing unpredictable crash "&= ~x" was "&= x"
      storage/ndb/test/ndbapi/test_event.cpp:
        Fix test_event
      722d9178
    • unknown's avatar
      ndb dd - · b65228df
      unknown authored
        Fix possible deadlock when running with small log buffer, causing buffer to be full, but not page getting flushed
      
      
      storage/ndb/src/kernel/blocks/lgman.cpp:
        Fix possible deadlock when running with small log buffer, causing buffer to be full, but not page getting flushed
      storage/ndb/src/kernel/blocks/lgman.hpp:
        Fix possible deadlock when running with small log buffer, causing buffer to be full, but not page getting flushed
      b65228df
  3. 02 Feb, 2006 21 commits
    • unknown's avatar
      Merge localhost:src/51-new · 1f197d6a
      unknown authored
      into  eel.(none):/home/jonas/src/mysql-5.1-new
      
      
      storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        SCCS merged
      1f197d6a
    • unknown's avatar
      ndb - remove debug printouts · b0ff7fd5
      unknown authored
      
      storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        remove debug printouts
      storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        remove debug printouts
      b0ff7fd5
    • unknown's avatar
      Merge poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new · c93a8ebb
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql51
      
      
      mysql-test/t/disabled.def:
        Auto merged
      sql/ha_ndbcluster_binlog.cc:
        Auto merged
      c93a8ebb
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 87606e8c
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql51
      
      
      87606e8c
    • unknown's avatar
      added more logging in ndb handler · eaf466d2
      unknown authored
          enable extra logging in ndb handler during test runs
      
      
      mysql-test/mysql-test-run.pl:
        enable extra logging in ndb handler during test runs
      sql/ha_ndbcluster_binlog.cc:
        added more logging in ndb handler
      eaf466d2
    • unknown's avatar
      d588ef9b
    • unknown's avatar
      disbled sporadically failing testcase · 77152d00
      unknown authored
      77152d00
    • unknown's avatar
      ndb dd - fix newly introduced bug in drop table · 7d1ef76b
      unknown authored
      
      storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp:
        Fix drop table with mapped pages
      7d1ef76b
    • unknown's avatar
      ndb dd · 5bc7f5f9
      unknown authored
        Fix SR bug that extent pages was scanned before undo was run
        Fix bug wrt page flushing/tsman and tup's dirty page list
      
      
      storage/ndb/include/kernel/signaldata/PgmanContinueB.hpp:
        Fix dd SR + dd free space bugs
      storage/ndb/src/kernel/blocks/dblqh/Dblqh.hpp:
        remove some unused code
      storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Add LCP_PREPARE to pgman
        Change order between TSMAN/LGMAN START_RECREQ
      storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp:
        Fix dd SR + dd free space bugs
      storage/ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp:
        Fix dd SR + dd free space bugs
      storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp:
        Fix dd SR + dd free space bugs
      storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
        Fix dd SR + dd free space bugs
      storage/ndb/src/kernel/blocks/dbtup/DbtupScan.cpp:
        Fix dd SR + dd free space bugs
      storage/ndb/src/kernel/blocks/diskpage.hpp:
        Fix dd SR + dd free space bugs
      storage/ndb/src/kernel/blocks/lgman.cpp:
        Fix dd SR + dd free space bugs
      storage/ndb/src/kernel/blocks/pgman.cpp:
        Fix dd SR + dd free space bugs
      storage/ndb/src/kernel/blocks/pgman.hpp:
        Fix dd SR + dd free space bugs
      storage/ndb/src/kernel/blocks/tsman.cpp:
        Fix dd SR + dd free space bugs
      storage/ndb/src/kernel/blocks/tsman.hpp:
        Fix dd SR + dd free space bugs
      storage/ndb/src/kernel/vm/DLFifoList.hpp:
        Fix dd SR + dd free space bugs
      storage/ndb/test/tools/hugoLoad.cpp:
        Fix dd SR + dd free space bugs
      storage/ndb/tools/delete_all.cpp:
        Fix dd SR + dd free space bugs
      5bc7f5f9
    • unknown's avatar
      Merge poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-release · 3b561f28
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql51
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/ha_ndbcluster_binlog.cc:
        Auto merged
      3b561f28
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · ff297775
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql51
      
      
      ff297775
    • unknown's avatar
    • unknown's avatar
      Merge mysql.com:/home/kostja/mysql/mysql-5.0-for_merge · f0263ac4
      unknown authored
      into  mysql.com:/home/kostja/mysql/mysql-5.1-merge
      
      
      client/mysqltest.c:
        Auto merged
      mysql-test/r/alter_table.result:
        Auto merged
      mysql-test/r/create.result:
        Auto merged
      mysql-test/r/ctype_ucs.result:
        Auto merged
      mysql-test/r/mysqltest.result:
        Auto merged
      mysql-test/r/ps.result:
        Auto merged
      mysql-test/r/sp-error.result:
        Auto merged
      mysql-test/r/sp.result:
        Auto merged
      mysql-test/r/type_decimal.result:
        Auto merged
      mysql-test/r/variables.result:
        Auto merged
      mysql-test/r/view_grant.result:
        Auto merged
      mysql-test/t/alter_table.test:
        Auto merged
      mysql-test/t/create.test:
        Auto merged
      mysql-test/t/ctype_ucs.test:
        Auto merged
      mysql-test/t/mysqltest.test:
        Auto merged
      mysql-test/t/ps.test:
        Auto merged
      mysql-test/t/sp.test:
        Auto merged
      sql/ha_berkeley.cc:
        Auto merged
      sql/sp_head.cc:
        Auto merged
      sql/sp_head.h:
        Auto merged
      sql/sql_handler.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      sql/share/errmsg.txt:
        Auto merged
      mysql-test/mysql-test-run.pl:
        SCCS merged
      sql/sql_yacc.yy:
        Manual merge: resolve the conflict with moved sp_if rule
      f0263ac4
    • unknown's avatar
      Merge ssmith@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 7088b39d
      unknown authored
      into  mysql.com:/home/stewart/Documents/MySQL/5.1/new
      
      
      7088b39d
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new · 6aa51035
      unknown authored
      into  mysql.com:/home/emurphy/src/mysql/bk-clean/mysql-5.1-new-merge
      
      
      6aa51035
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 5312aafc
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-5.1.new.ctype
      
      
      5312aafc
    • unknown's avatar
      WL#1386 - CTYPE table for unicode character sets · 4fa4383b
      unknown authored
      A prerequisite for several fulltext and XML bugs.
      MY_CHARSET_HANDLER now has a new function "ctype"
      to detect a type of the next character in a string
      (i.e. digit, letter, space, punctuation, control, etc),
      which now works correctly for both 8bit and multibyte charsets.
      Previously only 8bit charsets worked correctly,
      while any multibyte character was considered as letter
      in multibyte charsets.
      Many files:
        Adding new function
      Makefile.am:
        Adding build rules for uctypedump,
        a dump tool to create my_uctype.h
        using Unicode Character Database file.
      m_ctype.h:
        Adding declaration of my_uni_ctype,
        ctype data for Unicode.
        Adding new member into MY_CHARSET_HANDLER
      Makefile.am:
        Adding my_uctype.h into noinst_HEADERS
      my_uctype.h, uctypedump.c:
        new files:
        ctype data for unicode,
        and the tool to generate it from 
        a Unicode Character Database file.
      
      
      
      include/Makefile.am:
        Adding my_uctype.h
      include/m_ctype.h:
        Adding declaration of my_uni_ctype,
        ctype data for Unicode.
      strings/Makefile.am:
        Adding build rules for uctypedump,
        a dump tool to create my_uctype.h
        using Unicode Character Database file.
      strings/ctype-big5.c:
        Adding new function
      strings/ctype-bin.c:
        Adding new function
      strings/ctype-cp932.c:
        Adding new function
      strings/ctype-euc_kr.c:
        Adding new function
      strings/ctype-eucjpms.c:
        Adding new function
      strings/ctype-gb2312.c:
        Adding new function
      strings/ctype-gbk.c:
        Adding new function
      strings/ctype-latin1.c:
        Adding new function
      strings/ctype-mb.c:
        Adding new function
      strings/ctype-simple.c:
        Adding new function
      strings/ctype-sjis.c:
        Adding new function
      strings/ctype-tis620.c:
        Adding new function
      strings/ctype-ucs2.c:
        Adding new function
      strings/ctype-ujis.c:
        Adding new function
      strings/ctype-utf8.c:
        Adding new function
      4fa4383b
    • unknown's avatar
      Post-merge fixes. · 409719cc
      unknown authored
      
      mysql-test/t/disabled.def:
        disabling new test that was added during null-merge from 5.0
        the new test innodb_unsafe_binlog will be re-enabled when the
        5.1 snapshot for InnoDB is applied. Disabling test rather than
        removing files to make future merges easier (removing the files
        would cause merge conflicts when the files are re-added in the
        5.1 snapshot).
      409719cc
    • unknown's avatar
      build fix for solaris 10 sparc -max · f31f6643
      unknown authored
      
      sql/ha_ndbcluster.cc:
        ndbcluster_fill_files_table should return int
      f31f6643
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new · a2f42831
      unknown authored
      into  mysql.com:/home/emurphy/src/mysql/bk-clean/mysql-5.1-new-merge
      
      
      sql/ha_innodb.cc:
        Auto merged
      a2f42831
    • unknown's avatar
      build fix when building with example storage engine. · 921ceda3
      unknown authored
      
      storage/example/ha_example.cc:
        add handlerton call for fill files table
      921ceda3
  4. 01 Feb, 2006 13 commits