1. 10 Oct, 2004 2 commits
    • tomas@poseidon.ndb.mysql.com's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · c5020e3b
      tomas@poseidon.ndb.mysql.com authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
      c5020e3b
    • 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
  2. 09 Oct, 2004 8 commits
  3. 08 Oct, 2004 10 commits
  4. 07 Oct, 2004 20 commits