1. 27 Jul, 2004 3 commits
    • unknown's avatar
      Merge · 41f3a2dc
      unknown authored
      
      mysql-test/mysql-test-run.sh:
        Auto merged
      ndb/src/ndbapi/Ndbif.cpp:
        Auto merged
      ndb/src/common/mgmcommon/ConfigInfo.cpp:
        SCCS merged
      41f3a2dc
    • unknown's avatar
      Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · 2bd64bde
      unknown authored
      into mysql.com:/orca/space/pekka/ndb/version/my41-blobs
      
      
      2bd64bde
    • unknown's avatar
      NdbSqlUtil.cpp, NdbSqlUtil.hpp: · cd101332
      unknown authored
        add NdbSqlUtil::cmp for missing datatypes
      
      
      ndb/include/util/NdbSqlUtil.hpp:
        add NdbSqlUtil::cmp for missing datatypes
      ndb/src/common/util/NdbSqlUtil.cpp:
        add NdbSqlUtil::cmp for missing datatypes
      cd101332
  2. 26 Jul, 2004 1 commit
    • unknown's avatar
      testOIBasic · e4668ff1
      unknown authored
      Make sure not to fiddle with state, if not waiting for scan
      
      
      ndb/src/ndbapi/Ndbif.cpp:
        Make sure not to fiddle with state, if not waiting for scan
      e4668ff1
  3. 23 Jul, 2004 6 commits
  4. 22 Jul, 2004 4 commits
  5. 21 Jul, 2004 2 commits
  6. 20 Jul, 2004 3 commits
  7. 19 Jul, 2004 5 commits
  8. 16 Jul, 2004 9 commits
  9. 15 Jul, 2004 6 commits
    • unknown's avatar
      Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.1 · 6a7ecbb7
      unknown authored
      into mysql.com:/space/my/mysql-4.1
      
      
      6a7ecbb7
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1 · 8871b054
      unknown authored
      into mysql.com:/space/my/mysql-4.1-build
      
      
      8871b054
    • unknown's avatar
      - Avoid the error message "Can't read index header from..." · c2753d95
      unknown authored
         when copying a small index file because the value returned
         for $length is < 1024. This can happen if the filehandle
         was open()ed as an UTF-8 encoded file with Unicode characters
         (In this case read() returns characters not bytes)
         (Thanks to Mike Bethune) for this hint)
      
      
      c2753d95
    • unknown's avatar
      check that all system tables deleted added · 3d8c7c3d
      unknown authored
      3d8c7c3d
    • unknown's avatar
      Moved testScanPerf to ndb/test/ndbapi/ and added it to Makefile · 8e74ef8a
      unknown authored
      
      BitKeeper/deleted/.del-Makefile~bf89f137b06b6e68:
        Delete: ndb/test/ndbapi/testScanPerf/Makefile
      BitKeeper/deleted/.del-testScanPerf.cpp~b619ce6099f279a1:
        Delete: ndb/test/ndbapi/testScanPerf/testScanPerf.cpp
      ndb/test/ndbapi/Makefile.am:
        Add testScanPerf to Makefile.am
      8e74ef8a
    • unknown's avatar
      Remove the remains of SCAN_TABINFO signal · 8a23601e
      unknown authored
      
      ndb/include/kernel/GlobalSignalNumbers.h:
        Remove unused signal number for GSN_SCAN_TABINFO
      ndb/include/kernel/signaldata/ScanTab.hpp:
        Remove definition of old signal ScanTabInfo
      ndb/src/common/debugger/signaldata/ScanTab.cpp:
        Removed old print function for SCAN_TABINFO
      ndb/src/common/debugger/signaldata/SignalNames.cpp:
        Removed name for GSN_SCAN_TABINFO
      ndb/src/ndbapi/NdbApiSignal.cpp:
        Removed SCAN_TABINFO and old comment
      ndb/src/ndbapi/NdbConnectionScan.cpp:
        Removed duplicate definition of WAIFOR_SCAN_TIMEOUT, real one is in NdbScanOperation.cpp
      ndb/src/ndbapi/NdbScanOperation.cpp:
        Removed duplicate debug printout
      ndb/src/ndbapi/Ndbif.cpp:
        Removed SCAN_TABINFO
      8a23601e
  10. 14 Jul, 2004 1 commit