mariadb/ndb/include/ndbapi
unknown 3b38a854e0 ndb: bug#6451
1) fix so that missing blob tables don't prevent table from being
    dropped
2) decrease size of blob part if record length exceeds max length
3) add test case for table wo/ corresponding blob table
4) init scan counters when sending scan_tabreq


mysql-test/r/ndb_autodiscover.result:
  testcase for table wo/ corresponding blob tables
mysql-test/r/ndb_autodiscover2.result:
  testcase for table wo/ corresponding blob tables
mysql-test/t/ndb_autodiscover.test:
  testcase for table wo/ corresponding blob tables
mysql-test/t/ndb_autodiscover2.test:
  testcase for table wo/ corresponding blob tables
ndb/include/ndbapi/NdbDictionary.hpp:
  Add non-const get column
ndb/src/ndbapi/NdbDictionary.cpp:
  Add non-const get column
ndb/src/ndbapi/NdbDictionaryImpl.hpp:
  Allow "partially" getTable, which enables dropping of tables
     that fails to create blob tables
ndb/src/ndbapi/NdbScanOperation.cpp:
  Init counter when sending SCAN_TABREQ
sql/ha_ndbcluster.cc:
  Make sure that blob don't have to big part size
2004-11-08 11:06:36 +01:00
..
Ndb.hpp AIX compile fixes 2004-10-22 15:13:06 +00:00
ndb_cluster_connection.hpp moved LocalConfig out of config retriver 2004-09-25 14:10:06 +00:00
NdbApi.hpp merge blob code 2004-06-17 14:03:21 +02:00
ndbapi_limits.h Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb 2004-10-29 10:24:56 +00:00
NdbBlob.hpp Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1 2004-10-31 15:44:35 +01:00
NdbConnection.hpp NDB bug-6018 support writeTuple with blobs 2004-10-31 15:33:56 +01:00
NdbCursorOperation.hpp wl1671 - Sorted scan 2004-05-26 13:24:14 +02:00
NdbDictionary.hpp ndb: bug#6451 2004-11-08 11:06:36 +01:00
ndberror.h introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib 2004-05-07 08:39:42 +02:00
NdbError.hpp Fix ndberror after jonas comments 2004-05-05 12:42:00 +02:00
NdbEventOperation.hpp introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib 2004-05-07 08:39:42 +02:00
NdbIndexOperation.hpp NDB bug-6018 support writeTuple with blobs 2004-10-31 15:33:56 +01:00
NdbIndexScanOperation.hpp NDB wl-2151 Fix bounds setting table handler vs TUX 2004-10-08 10:50:50 +02:00
NdbOperation.hpp NDB bug-6018 support writeTuple with blobs 2004-10-31 15:33:56 +01:00
NdbPool.hpp Initial revision of NDB Cluster files 2004-04-14 10:53:21 +02:00
NdbRecAttr.hpp merge 2004-06-11 12:16:03 +02:00
NdbReceiver.hpp AIX compile fixes 2004-10-22 15:13:06 +00:00
NdbResultSet.hpp wl2135 - index restart 2004-10-05 12:17:42 +02:00
NdbScanFilter.hpp Initial revision of NDB Cluster files 2004-04-14 10:53:21 +02:00
NdbScanOperation.hpp AIX compile fixes 2004-10-22 15:13:06 +00:00