1. 21 Dec, 2004 9 commits
    • unknown's avatar
      Merge poseidon.ndb.mysql.com:/home/tomas/mysql-5.0 · ae524b8d
      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
      ae524b8d
    • unknown's avatar
      Updated docs · 545b6a14
      unknown authored
      545b6a14
    • unknown's avatar
      Merge jstephens@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb · a996a1a8
      unknown authored
      into gigan.:C:/cygwin/home/bk/mysql-5.0-ndb
      
      a996a1a8
    • unknown's avatar
      Changes in config for generation of NDB API docs: · b3472b9d
      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
      b3472b9d
    • unknown's avatar
      ndb - testTransactions · 545deaaa
      unknown authored
      
      ndb/test/run-test/daily-basic-tests.txt:
        Run testTransactions on table explicitly to avoid unhandled error
      545deaaa
    • unknown's avatar
      ndb - testNdbApi -n UpdatesWithoutValues · 632795e6
      unknown authored
      
      ndb/test/ndbapi/testNdbApi.cpp:
        testNdbApi -n UpdatesWithoutValues
      632795e6
    • unknown's avatar
      ndb - autotest fixes · 1a3eae9e
      unknown authored
      
      ndb/test/src/HugoTransactions.cpp:
        Fix indexRead (range)
      1a3eae9e
    • unknown's avatar
      ndb - testIndex -n NFNR3 · 32ec0162
      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
      32ec0162
    • unknown's avatar
      ndb - autotest bug fixes · d847cab1
      unknown authored
      
      ndb/test/ndbapi/testDict.cpp:
        Drop table at end of testDict createTableWhenDbIsFull
      d847cab1
  2. 20 Dec, 2004 23 commits
  3. 19 Dec, 2004 8 commits
    • unknown's avatar
      Changed mode of result files to -rw-rw-r-- · 9a464463
      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--
      9a464463
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 178e32b2
      unknown authored
      into mysql.com:/home/my/mysql-5.0
      
      
      innobase/os/os0proc.c:
        Auto merged
      178e32b2
    • unknown's avatar
      Merge with global tree · 50ceaaca
      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
      50ceaaca
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 8e74638b
      unknown authored
      into mysql.com:/home/dlenev/src/mysql-5.0
      
      8e74638b
    • unknown's avatar
      Merge akopytov@bk-internal.mysql.com:/home/bk/mysql-5.0 · 4730e664
      unknown authored
      into polly.local:/home/kaa/src/mysql-5.0
      
      4730e664
    • unknown's avatar
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · da45e460
      unknown authored
      into mysql.com:/home/dlenev/src/mysql-5.0
      
      da45e460
    • unknown's avatar
      Small cleanup of derived tables handling. · f5330a2c
      unknown authored
      We should not call free_tmp_table() for derived table in 
      mysql_derived_filling(), since by this moment this table is already
      registered in THD::derived_tables list and thus free_tmp_table() will
      be called for it automatically in close_thread_tables().
      
      
      sql/sql_derived.cc:
        We should not call free_tmp_table() for derived table in 
        mysql_derived_filling(), since by this moment this table is already
        registered in THD::derived_tables list and thus free_tmp_table() will
        be called for it automatically in close_thread_tables().
      f5330a2c