1. 22 Dec, 2004 3 commits
  2. 21 Dec, 2004 9 commits
    • unknown's avatar
      Merge poseidon.ndb.mysql.com:/home/tomas/mysql-5.0 · 1d32cbb1
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
      
      
      ndb/include/ndbapi/NdbConnection.hpp:
        Auto merged
      ndb/include/ndbapi/NdbDictionary.hpp:
        Auto merged
      1d32cbb1
    • unknown's avatar
      Updated docs · b58224a5
      unknown authored
      b58224a5
    • unknown's avatar
      Merge jstephens@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb · 0d50d643
      unknown authored
      into gigan.:C:/cygwin/home/bk/mysql-5.0-ndb
      
      
      0d50d643
    • unknown's avatar
      Changes in config for generation of NDB API docs: · 54b18730
      unknown authored
      don't include header files or class private members;
      do include class static members.
      
      
      ndb/docs/doxygen/Doxyfile.mgmapi:
        Disable inclusion of headers.
        Enable inclusion of static members.
      ndb/docs/doxygen/Doxyfile.ndbapi:
        Disable inclusion of headers.
        Enable inclusion of static members.
      ndb/docs/doxygen/Doxyfile.ndb:
        Disable inclusion of headers.
        Disable inclusion of private members.
      ndb/docs/doxygen/Doxyfile.odbc:
        Disable inclusion of headers.
        Disable inclusion of private members.
      ndb/docs/doxygen/Doxyfile.test:
        Disable inclusion of headers.
        Disable inclusion of private members.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      54b18730
    • unknown's avatar
      ndb - testTransactions · 6436cab8
      unknown authored
      
      ndb/test/run-test/daily-basic-tests.txt:
        Run testTransactions on table explicitly to avoid unhandled error
      6436cab8
    • unknown's avatar
      ndb - testNdbApi -n UpdatesWithoutValues · 56931000
      unknown authored
      
      ndb/test/ndbapi/testNdbApi.cpp:
        testNdbApi -n UpdatesWithoutValues
      56931000
    • unknown's avatar
      ndb - autotest fixes · 7b09b67d
      unknown authored
      
      ndb/test/src/HugoTransactions.cpp:
        Fix indexRead (range)
      7b09b67d
    • unknown's avatar
      ndb - testIndex -n NFNR3 · 10ea49c7
      unknown authored
      
      ndb/test/ndbapi/testIndex.cpp:
        Use stop and wait to capture error during restart
      ndb/test/src/UtilTransactions.cpp:
        Add extra check for readRowFromIndex failure due to loosing of locks
         in scan
      10ea49c7
    • unknown's avatar
      ndb - autotest bug fixes · b4c941bd
      unknown authored
      
      ndb/test/ndbapi/testDict.cpp:
        Drop table at end of testDict createTableWhenDbIsFull
      b4c941bd
  3. 20 Dec, 2004 23 commits
  4. 19 Dec, 2004 5 commits
    • unknown's avatar
      Changed mode of result files to -rw-rw-r-- · fb69c851
      unknown authored
      
      mysql-test/r/federated.result:
        Change mode to -rw-rw-r--
      mysql-test/r/fulltext2.result:
        Change mode to -rw-rw-r--
      mysql-test/r/grant2.result:
        Change mode to -rw-rw-r--
      mysql-test/r/information_schema_inno.result:
        Change mode to -rw-rw-r--
      mysql-test/r/innodb_handler.result:
        Change mode to -rw-rw-r--
      mysql-test/r/insert_update.result:
        Change mode to -rw-rw-r--
      mysql-test/r/repair.result:
        Change mode to -rw-rw-r--
      mysql-test/r/rpl_create_database.result:
        Change mode to -rw-rw-r--
      mysql-test/r/type_bit.result:
        Change mode to -rw-rw-r--
      fb69c851
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · ff0ecc09
      unknown authored
      into mysql.com:/home/my/mysql-5.0
      
      
      innobase/os/os0proc.c:
        Auto merged
      ff0ecc09
    • unknown's avatar
      Merge with global tree · 06904103
      unknown authored
      Fixed some found bugs in BIT fields
      Added more test cases for BIT fields and varchar
      
      
      include/my_base.h:
        Merge
        Added HA_BIT_PART for easier test in key.cc
      innobase/os/os0proc.c:
        Fixed typo
      myisam/mi_dbug.c:
        Add printing of BIT types when debugging
      mysql-test/r/show_check.result:
        Set 'Avg_row_length' to # as this value is different between 32 and 64 bit machines
      mysql-test/r/type_bit.result:
        More tests
      mysql-test/r/type_varchar.result:
        More tests
      mysql-test/t/show_check.test:
        Set 'Avg_row_length' to # as this value is different between 32 and 64 bit machines
      mysql-test/t/type_bit.test:
        More tests
      mysql-test/t/type_varchar.test:
        More tests
      sql/field.cc:
        Added Field::val_int_as_str() to get better logging of bit fields
        Merged new_key_field with move_field() to fix some problems with bit fields
        Fixed some bugs with bit fields
      sql/field.h:
        Added Field::val_int_as_str() to get better logging of bit fields
        Merged new_key_field with move_field() to fix some problems with bit fields
        Fixed some bugs with bit fields
      sql/ha_myisam.cc:
        Fixed problem with unintialized memory (not critical)
      sql/key.cc:
        Fix so that 'key_cmp_if_same' works with bit fields.
      sql/opt_range.cc:
        Move declarations first in function
        Nice printing of bit fields in debug log
      sql/sql_prepare.cc:
        Fixed old merge error (not critical)
      sql/sql_select.cc:
        Use new interface to new_key_field
      sql/sql_select.h:
        Use new interface to new_key_fields()
        This fixes a bug with BIT fields where the upper bit of the data was not stored in the key buffer
      sql/structs.h:
        Extend key_part_flag to be able to add HA_BIT_PART to it
      sql/table.cc:
        Mark BIT key parts with HA_BIT_PART to make test in key.cc simpler
      06904103
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · bf01c529
      unknown authored
      into mysql.com:/home/dlenev/src/mysql-5.0
      
      
      bf01c529
    • unknown's avatar
      Merge akopytov@bk-internal.mysql.com:/home/bk/mysql-5.0 · 699f55e7
      unknown authored
      into polly.local:/home/kaa/src/mysql-5.0
      
      
      699f55e7