1. 13 Mar, 2007 2 commits
  2. 09 Mar, 2007 1 commit
  3. 08 Mar, 2007 1 commit
  4. 05 Mar, 2007 1 commit
  5. 02 Mar, 2007 5 commits
    • unknown's avatar
      BUG#26307 correct inconsistant jam() and ljam() use in DBTUP source files. · 2c27d1a3
      unknown authored
      
      storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp:
        redefine jam and jamEntry and change offset ranges of source files
      storage/ndb/src/kernel/blocks/dbtup/DbtupAbort.cpp:
        redefine jam and jamEntry
      storage/ndb/src/kernel/blocks/dbtup/DbtupBuffer.cpp:
        redefine jam and jamEntry
      storage/ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp:
        redefine jam and jamEntry
      storage/ndb/src/kernel/blocks/dbtup/DbtupDebug.cpp:
        redefine jam and jamEntry
      storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp:
        redefine jam and jamEntry
      storage/ndb/src/kernel/blocks/dbtup/DbtupFixAlloc.cpp:
        redefine jam and jamEntry
      storage/ndb/src/kernel/blocks/dbtup/DbtupGen.cpp:
        redefine jam and jamEntry
      storage/ndb/src/kernel/blocks/dbtup/DbtupIndex.cpp:
        redefine jam and jamEntry
      storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp:
        redefine jam and jamEntry
      storage/ndb/src/kernel/blocks/dbtup/DbtupPagMan.cpp:
        redefine jam and jamEntry
      storage/ndb/src/kernel/blocks/dbtup/DbtupPageMap.cpp:
        redefine jam and jamEntry
      storage/ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp:
        redefine jam and jamEntry
      storage/ndb/src/kernel/blocks/dbtup/DbtupScan.cpp:
        redefine jam and jamEntry
      storage/ndb/src/kernel/blocks/dbtup/DbtupStoredProcDef.cpp:
        redefine jam and jamEntry
      storage/ndb/src/kernel/blocks/dbtup/DbtupTabDesMan.cpp:
        redefine jam and jamEntry
      storage/ndb/src/kernel/blocks/dbtup/DbtupTrigger.cpp:
        redefine jam and jamEntry
      storage/ndb/src/kernel/blocks/dbtup/DbtupVarAlloc.cpp:
        redefine jam and jamEntry
      2c27d1a3
    • unknown's avatar
      Merge gni@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb-bj · dec21095
      unknown authored
      into  dev3-221.dev.cn.tlan:/home/ngb/mysql/mysql-5.1/mysql-5.1-bug19378
      
      
      dec21095
    • unknown's avatar
      Merge dev3-221.dev.cn.tlan:/home/ngb/mysql/mysql-5.0/bug19378 · b69c37b3
      unknown authored
      into  dev3-221.dev.cn.tlan:/home/ngb/mysql/mysql-5.1/mysql-5.1-bug19378
      
      
      storage/ndb/src/mgmsrv/ConfigInfo.cpp:
        Auto merged
      b69c37b3
    • unknown's avatar
      bug#24568, NdbScanFilter NAND/NOR operations sometimes do not work as expected · 7ee5cfd0
      unknown authored
      when merge from 5.0 to 5.1, update a function call in testScanFilter.cpp 
      beacuase the function's definition is changed from 5.0 to 5.1
      
      
      storage/ndb/test/ndbapi/testScanFilter.cpp:
        bug#24568
        it need change f() call because NDBT_CreateTableHook definition is changed from 5.0 to 5.1
      7ee5cfd0
    • unknown's avatar
      bug#24568, NdbScanFilter NAND/NOR operations sometimes do not work as expected, · 38f9206a
      unknown authored
      add a new file in 5.0 and rename it in 5.1 because the directory of ndb is changed from 5.0 to 5.1
      
      
      storage/ndb/test/ndbapi/testScanFilter.cpp:
        Rename: ndb/test/ndbapi/testScanFilter.cpp -> storage/ndb/test/ndbapi/testScanFilter.cpp
      38f9206a
  6. 01 Mar, 2007 2 commits
    • unknown's avatar
      Merge dev3-240.dev.cn.tlan:/home/justin.he/mysql/mysql-5.0/bug24568-5.0-ndb-bj · e8caf0c7
      unknown authored
      into  dev3-240.dev.cn.tlan:/home/justin.he/mysql/mysql-5.1/bug24568-5.1-new-ndb-bj
      
      
      storage/ndb/src/ndbapi/NdbScanFilter.cpp:
        Auto merged
      storage/ndb/test/include/NDBT_Test.hpp:
        Auto merged
      storage/ndb/test/ndbapi/Makefile.am:
        Auto merged
      storage/ndb/test/src/NDBT_Test.cpp:
        SCCS merged
      e8caf0c7
    • unknown's avatar
      correct NAND/NOR scan operations, and add a test case for it. · 3a6ee28e
      unknown authored
      
      ndb/src/ndbapi/NdbScanFilter.cpp:
        translate NAND/NOR into AND/OR, since AND/OR operations are all correct
      ndb/test/include/NDBT_Test.hpp:
        add a new method executeOneCtx() in class NDBT_TestSuite, declare it
      ndb/test/ndbapi/Makefile.am:
        Add a new test case: testScanFIlter.cpp to test/ndbapi/,
        thus modify the Makefile.am related to it
      ndb/test/src/NDBT_Test.cpp:
        add a new method in class NDBT_TestSuite in order to adapt to 
        some customized test cases, because the default NDBT's test talbes
        and flow are fixed, if just modify related existing methods, it will
        influence other test cases in test/ndbapi/
      ndb/test/ndbapi/testScanFilter.cpp:
        It's a test case for ndbapi scan filter, test for AND/OR/NAND/NOR scan operations.
      3a6ee28e
  7. 15 Feb, 2007 8 commits
  8. 12 Feb, 2007 1 commit
  9. 09 Feb, 2007 7 commits
  10. 08 Feb, 2007 1 commit
  11. 07 Feb, 2007 11 commits