mariadb/ndb
unknown ed5b9e9a3f 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


mysql-test/r/ndb_autodiscover.result:
  added blob to test to see that blob tables don't show up in show tables
mysql-test/t/ndb_autodiscover.test:
  added blob to test to see that blob tables don't show up in show tables
ndb/src/ndbapi/Ndb.cpp:
  auto increment setting need not fetch blob tables (will otherwise generate error during table creation)
ndb/src/ndbapi/NdbDictionaryImpl.cpp:
  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
ndb/src/ndbapi/NdbDictionaryImpl.hpp:
  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
2004-10-10 08:31:45 +00:00
..
bin .del-mysqlclusterd~7ebaf8faea0a1100: 2004-06-16 16:59:33 +00:00
config logging_ok: 2004-09-15 20:41:49 +02:00
demos Removed unnecessary README files 2004-04-14 15:42:56 +02:00
docs ndb fixes for make dist 2004-06-15 08:14:20 +02:00
examples ndb: set column type sets column defaults 2004-09-15 14:52:39 +02:00
home Added more files for NDB Cluster 2004-04-14 12:13:54 +02:00
include addes auto pointer class for using with my_ functions 2004-10-04 06:58:33 +00:00
lib Initial revision of NDB Cluster files 2004-04-14 10:53:21 +02:00
src Fixes bug with tableImpl with blobs not being initialized properly w.r.t pointer to blob tableImpl in column 2004-10-10 08:31:45 +00:00
test forgot to remove ndbrequire 2004-10-06 13:26:38 +00:00
tools HugoTransactions.cpp 2004-09-15 17:25:59 +00:00
Makefile.am ndb fixes for make dist 2004-06-15 08:14:20 +02:00