1. 21 Sep, 2004 9 commits
    • unknown's avatar
      Merge · 9088cbea
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      sql/ha_ndbcluster.cc:
        SCCS merged
      9088cbea
    • unknown's avatar
      bug#5591 · c7deb0d6
      unknown authored
      c7deb0d6
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · 65c617af
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb-merge
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      65c617af
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1 · 81dbc0f9
      unknown authored
      into private-client-ip-101.oz.net:/Users/brian/mysql/mysql-4.1
      
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      81dbc0f9
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · 300346fa
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1-ndb
      
      
      300346fa
    • unknown's avatar
      bug#5617 · e9e48115
      unknown authored
      allow blank lines in Ndb.cfg files
      
      
      e9e48115
    • unknown's avatar
      Removed debug printout · 5ebab484
      unknown authored
      5ebab484
    • unknown's avatar
      wl1292 · ef1e278a
      unknown authored
      remove -e from atrt-mysql-test-run
      
      
      ef1e278a
    • unknown's avatar
      The major change for this changeset is the addition of code to handle: · 764ea714
      unknown authored
      OPTIMIZE TABLE <archive table>
      
      This recompresses the table, thus removing any additional gzip headers caused by opening/closing or flushing the table.
      
      
      mysql-test/r/archive.result:
        Added optimize test case for archive engine.
      mysql-test/t/archive.test:
        Added test case for OPTIMIZE table <archive table>
      sql/examples/ha_archive.cc:
        The big change was the addition of optimize() call to allow tables to be recompressed (so if you have been reading/writing/reading/writing and ending up with larger files then you should, this will solve it). Though adding this feature is going to make it a real headache to add row level locking. 
        Also fixed bug reported by JD where storage engine code was not functioning (this of course was because I didn't check for the propper return value for hash_init). Removed BROKEN_GZIP ifdef since there was no way to enable it.
      sql/examples/ha_archive.h:
        Added optimize() method.
      764ea714
  2. 20 Sep, 2004 19 commits
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · 04844921
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1-ndb
      
      
      ndb/src/ndbapi/ndberror.c:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/ha_ndbcluster.h:
        Auto merged
      04844921
    • unknown's avatar
      fix updated signature · 76f06e4a
      unknown authored
      76f06e4a
    • unknown's avatar
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · 7df58b8c
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1-ndb
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      7df58b8c
    • unknown's avatar
      Fix event systable collation (binary) · 40880be3
      unknown authored
      40880be3
    • unknown's avatar
      Patches to make it compile · fd4761df
      unknown authored
      fd4761df
    • unknown's avatar
      Hand merge · dbf87bf8
      unknown authored
      
      acinclude.m4:
        Auto merged
      ndb/include/mgmapi/mgmapi_config_parameters.h:
        Auto merged
      ndb/src/common/mgmcommon/IPCConfig.cpp:
        Auto merged
      ndb/src/mgmsrv/ConfigInfo.cpp:
        Auto merged
      dbf87bf8
    • unknown's avatar
      Merge msvensson@build.mysql.com:/home/bk/mysql-4.1 · a29a6637
      unknown authored
      into neptunus.(none):/home/magnus/mysql/mysql-4.1
      
      
      a29a6637
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · 73c82c81
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1-ndb
      
      
      ndb/src/kernel/vm/Configuration.cpp:
        Auto merged
      73c82c81
    • unknown's avatar
      Merge mleich@bk-internal.mysql.com:/home/bk/mysql-4.1 · 90bcde83
      unknown authored
      into mysql.com:/GORDON/MySQL/mysql-4.1/src
      
      
      90bcde83
    • unknown's avatar
      These modifications were part of WL#1856 Conversion of client_test.c tests... · 5a53ee4f
      unknown authored
      These modifications were part of WL#1856 Conversion of client_test.c tests cases to mysqltest if possible
      
      They are separated from the other WL#1856 stuff, because they improve the behaviour of the current tests.  
      
      Make the result sets (order of rows) more predictable by using ORDER BY.
      
      
      mysql-test/include/ps_modify.inc:
        Make the result sets more predictable by using ORDER BY
      mysql-test/include/ps_modify1.inc:
        Make the result sets more predictable by using ORDER BY
      mysql-test/r/ps_2myisam.result:
        updated results
      mysql-test/r/ps_3innodb.result:
        updated results
      mysql-test/r/ps_4heap.result:
        updated results
      mysql-test/r/ps_5merge.result:
        updated results
      mysql-test/r/ps_6bdb.result:
        updated results
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      5a53ee4f
    • unknown's avatar
      Ues buf pointer in get_ndb_value · 812a0749
      unknown authored
      Merge fixes
      
      
      mysql-test/r/ndb_insert.result:
        Correct test cases and result after merge
      mysql-test/t/ndb_insert.test:
        Correct test cases and result after merge
      sql/ha_ndbcluster.cc:
        Correct get_error_message after merge
        Use buf pointer in get_ndb_value
      812a0749
    • unknown's avatar
      bug#5659 · 7c4eee90
      unknown authored
      uninit variable
      
      
      ndb/src/kernel/vm/Configuration.cpp:
        init variable
      7c4eee90
    • unknown's avatar
      Restored old shared memory buffer implementation (used by SCI and SHM). · 48e56f47
      unknown authored
      Improved Default SCI config params
      Added missing SCI libraries in ndb_mgm and atrt
      Added max of 1024 signals per receive on transporter (to improve
      real-time bahaviour and to ensure no job buffer explosion, still
      some more work left on avoiding job buffer explosion in the general
      case)
      
      
      ndb/src/common/transporter/Packer.cpp:
        Fix for job buffer explosion and real-time behaviour also in
        high load scenarios.
      ndb/src/common/transporter/SCI_Transporter.cpp:
        Restored old Shared memory buffer implementation.
        Changed condition slightly on when to send SCI buffer.
      ndb/src/common/transporter/SCI_Transporter.hpp:
        Changed back to old shared memory implementation
      ndb/src/common/transporter/SHM_Buffer.hpp:
        Changed back to old shared memory implementation
      ndb/src/common/transporter/SHM_Transporter.cpp:
        Changed back to old shared memory implementation
      ndb/src/common/transporter/SHM_Transporter.hpp:
        Changed back to old shared memory implementation
      ndb/src/common/transporter/TransporterRegistry.cpp:
        Changed back to old shared memory implementation
      ndb/src/kernel/vm/FastScheduler.hpp:
        Spelling error
      ndb/src/mgmclient/Makefile.am:
        Missing SCI library
      ndb/src/mgmsrv/ConfigInfo.cpp:
        Changed to more proper config parameters
      ndb/test/run-test/Makefile.am:
        Added missing SCI library
      48e56f47
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 96bf8030
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      
      96bf8030
    • unknown's avatar
      Dont log IAmNotMaster errors · 7f1fcf66
      unknown authored
      7f1fcf66
    • unknown's avatar
      Merged new ndb_insert.test and .result · c06c0078
      unknown authored
      
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/ha_ndbcluster.h:
        Auto merged
      mysql-test/r/ndb_insert.result:
        Merge new test cases
      mysql-test/t/ndb_insert.test:
        Merge new test cases
      c06c0078
    • unknown's avatar
      Merge msvensson@build.mysql.com:/home/bk/mysql-4.1 · 8b79d2b5
      unknown authored
      into neptunus.(none):/home/magnus/mysql/mysql-4.1
      
      
      8b79d2b5
    • unknown's avatar
      bug#4590 · 162bd361
      unknown authored
      Use ndb_mgm_listen_event to wait for backup messages
      
      
      ndb/src/mgmclient/CommandInterpreter.cpp:
        Listen to backup event
        start backup
        wait until event related to backup arrives
      ndb/src/mgmsrv/Services.cpp:
        Fix newline at end of reply
      162bd361
  3. 17 Sep, 2004 12 commits