An error occurred fetching the project authors.
  1. 10 Jan, 2005 1 commit
  2. 08 Jan, 2005 2 commits
  3. 07 Jan, 2005 4 commits
  4. 05 Jan, 2005 2 commits
  5. 28 Dec, 2004 1 commit
  6. 26 Dec, 2004 1 commit
  7. 21 Dec, 2004 1 commit
    • tomas@poseidon.ndb.mysql.com's avatar
      added ndb_init.h to distribution · 490f2fba
      tomas@poseidon.ndb.mysql.com authored
          added missing copyright text
          moved ndb_init things to separate header file
          removed ndb_global include
          documented cluster connection class
          moved internal constants to NdbImpl.hpp class
          changed wait_until_ready behaviour somewhat
      490f2fba
  8. 17 Dec, 2004 1 commit
  9. 15 Dec, 2004 2 commits
  10. 14 Dec, 2004 1 commit
  11. 12 Dec, 2004 1 commit
  12. 09 Dec, 2004 2 commits
  13. 07 Dec, 2004 1 commit
  14. 06 Dec, 2004 2 commits
  15. 19 Nov, 2004 1 commit
  16. 02 Nov, 2004 1 commit
  17. 01 Nov, 2004 1 commit
  18. 31 Oct, 2004 2 commits
  19. 21 Oct, 2004 2 commits
  20. 20 Oct, 2004 1 commit
  21. 10 Oct, 2004 1 commit
    • tomas@poseidon.ndb.mysql.com's avatar
      Fixes bug with tableImpl with blobs not being initialized properly w.r.t... · 060707c2
      tomas@poseidon.ndb.mysql.com authored
      Fixes bug with tableImpl with blobs not being initialized properly w.r.t pointer to blob tableImpl in column
          added blob to test to see that blob tables don't show up in show tables
          auto increment setting need not fetch blob tables (will otherwise generate error during table creation)
          moved addBlobTables out of fetchGlobalTableImpl to get_local_table_info
          changed addBlobTables to start from last column and break if all blobs added
          also addBlobTables will return -1 if failed (typically getTable)
          changed to using get_local_table_info with internal table name where applicable for efficiency
          added option to get_local_table_info wether to fetch blob tables or not
          getTable always fetches the blobtables
          moved addBlobTables to get_local_table_info to always be called, even if main table goes to cache only
      060707c2
  22. 04 Oct, 2004 1 commit
  23. 25 Sep, 2004 1 commit
  24. 15 Sep, 2004 3 commits
  25. 14 Sep, 2004 2 commits
    • tomas@poseidon.(none)'s avatar
      new method to set size of local table data · fc174af2
      tomas@poseidon.(none) authored
      clearer configure description texts
      changed Ndb_local_table_info to use create, destroy metods and hidden constructor/destructor
      move definition if Thd_ndb to .h file and changes seize/release to operate on Thd_ndb instead of Ndb objects
      moved allocation/deletion of Ndb objects to Thd_ndb
      fc174af2
    • tomas@poseidon.(none)'s avatar
      moved all ndb thread specific data into new placeholder · 21a4b1b4
      tomas@poseidon.(none) authored
      new methods to keep "records" up to date
      unset flag HA_NOT_EXACT_COUNT to make handler read "records" field, for count() optim and join optimization
      new methods to keep "records" up to datecorrect record field in ndbcluster handler
      new method for ndbcluster handler to store/retrieve table and thread specific data
      changed local hash to store new table_info object, with placeholders for local data, instead of TableImpl
      hanged deleteKey to return ponter to deleted object
      moved heavy global cache fetch from inline to separate method
      21a4b1b4
  26. 13 Sep, 2004 1 commit
  27. 11 Sep, 2004 1 commit