1. 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
  2. 15 Feb, 2007 7 commits
  3. 12 Feb, 2007 1 commit
  4. 09 Feb, 2007 7 commits
  5. 08 Feb, 2007 1 commit
  6. 07 Feb, 2007 15 commits
  7. 06 Feb, 2007 7 commits
    • unknown's avatar
      Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.1 · cef338ec
      unknown authored
      into  mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
      
      
      mysql-test/r/ndb_read_multi_range.result:
        Auto merged
      mysql-test/t/ndb_read_multi_range.test:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/ha_ndbcluster.h:
        Auto merged
      storage/ndb/src/ndbapi/NdbScanOperation.cpp:
        Auto merged
      cef338ec
    • unknown's avatar
      Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.0 · fd2c17db
      unknown authored
      into  mysql.com:/windows/Linux_space/MySQL/mysql-5.1
      
      
      mysql-test/r/ndb_read_multi_range.result:
        Auto merged
      mysql-test/t/ndb_read_multi_range.test:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      storage/ndb/include/ndbapi/NdbIndexScanOperation.hpp:
        Auto merged
      storage/ndb/src/ndbapi/NdbScanOperation.cpp:
        Auto merged
      storage/ndb/include/ndbapi/NdbScanOperation.hpp:
        SCCS merged
      fd2c17db
    • unknown's avatar
      Fix for bug#25821 Excessive partition pruning for multi-range index scan in... · ba8a684d
      unknown authored
      Fix for bug#25821  Excessive partition pruning for multi-range index scan in NDB API: don't set distribution key if multi_range
      
      
      
      ba8a684d
    • unknown's avatar
      Excluded wrongly merged changeset. · efc2771d
      unknown authored
      efc2771d
    • unknown's avatar
      Bug#26015 valgrind warning PollGuard::unlock_and_signal()/NdbCondition_Destroy · b2f415d3
      unknown authored
      - Add variable "ndbcluster_binlog_terminating" and use that to signal
      the cluster binlog thread it's time to shutdown. This allows
      exact control of when the thread shutdown, previous implementation 
      would start shutdown of the thread as soon as the mysqld started
      shutdown. Now we will shutdown cluster binlog thread 
      in 'ndbcluster_binlog_end'
      
      
      sql/ha_ndbcluster_binlog.cc:
        Make binlog thread shutdown controllable by using a separet variable
        to communicate the order to shutdown
      b2f415d3
    • unknown's avatar
      BUG#19378 Job Buffer Full error appears for too large MaxNoOfTables · fdffc5a5
      unknown authored
      
      storage/ndb/src/mgmsrv/ConfigInfo.cpp:
        The high bound of MaxNoOfTables changes into MAX_TABLES defined in ndb_limits.h
      storage/ndb/src/mgmsrv/ParamInfo.cpp:
        The high bound of MaxNoOfTables changes into MAX_TABLES defined in ndb_limits.h
      fdffc5a5
    • unknown's avatar
      Merge poseidon.mysql.com:/home/tomas/mysql-5.1-telco-cga · bc365a8b
      unknown authored
      into  poseidon.mysql.com:/home/tomas/mysql-5.1-new-ndb
      
      
      storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp:
        Auto merged
      bc365a8b