1. 27 Jul, 2004 4 commits
    • unknown's avatar
      Merge problem · a4da8510
      unknown authored
      
      ndb/src/common/mgmcommon/ConfigInfo.cpp:
        Remove comma
      a4da8510
    • unknown's avatar
      Merge · f856174d
      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
      f856174d
    • unknown's avatar
      Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · 070f4690
      unknown authored
      into mysql.com:/orca/space/pekka/ndb/version/my41-blobs
      
      070f4690
    • unknown's avatar
      NdbSqlUtil.cpp, NdbSqlUtil.hpp: · 66d28a7d
      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
      66d28a7d
  2. 26 Jul, 2004 1 commit
    • unknown's avatar
      testOIBasic · 244952c7
      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
      244952c7
  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 · 95135e18
      unknown authored
      into mysql.com:/space/my/mysql-4.1
      
      95135e18
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1 · 66db4c0e
      unknown authored
      into mysql.com:/space/my/mysql-4.1-build
      
      66db4c0e
    • unknown's avatar
      - Avoid the error message "Can't read index header from..." · 5793176b
      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)
      
      5793176b
    • unknown's avatar
      check that all system tables deleted added · 8fb915f8
      unknown authored
      8fb915f8
    • unknown's avatar
      Moved testScanPerf to ndb/test/ndbapi/ and added it to Makefile · 82a36fe4
      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
      82a36fe4
    • unknown's avatar
      Remove the remains of SCAN_TABINFO signal · ade3917c
      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
      ade3917c