An error occurred fetching the project authors.
  1. 25 Oct, 2004 1 commit
  2. 21 Oct, 2004 1 commit
  3. 13 Oct, 2004 1 commit
  4. 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
  5. 07 Oct, 2004 1 commit
  6. 04 Oct, 2004 1 commit
  7. 25 Sep, 2004 1 commit
  8. 14 Sep, 2004 1 commit
    • 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
  9. 11 Sep, 2004 1 commit
  10. 07 Sep, 2004 1 commit
  11. 06 Sep, 2004 1 commit
  12. 01 Sep, 2004 1 commit
  13. 24 Aug, 2004 2 commits
  14. 18 Aug, 2004 1 commit
  15. 17 Aug, 2004 1 commit
    • joreland@mysql.com's avatar
      Use native format in interpreter - · 1e2f7cfc
      joreland@mysql.com authored
      (old code mixed the 3 alternatives: native, [lo, hi], [hi, lo])
      
      This fixes problem with auto increment on different byte order
      
      (This also make adding of signed ints really simple...)
      1e2f7cfc
  16. 11 Aug, 2004 1 commit
  17. 10 Aug, 2004 2 commits
  18. 29 Jul, 2004 1 commit
  19. 09 Jul, 2004 1 commit
  20. 24 Jun, 2004 1 commit
  21. 17 Jun, 2004 1 commit
  22. 26 May, 2004 2 commits
  23. 25 May, 2004 1 commit
  24. 19 May, 2004 2 commits
  25. 13 May, 2004 1 commit
  26. 12 May, 2004 1 commit
  27. 07 May, 2004 2 commits
  28. 14 Apr, 2004 1 commit