1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-29 21:42:28 +03:00
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
..
2004-09-10 14:53:06 -05:00
2004-04-05 13:56:05 +03:00
2004-10-29 17:00:39 +05:00
2004-09-13 06:14:25 +04:00
2004-09-01 04:12:09 +03:00
2004-03-15 16:32:53 +04:00
2004-03-15 16:32:53 +04:00
2004-09-13 06:14:25 +04:00
2004-11-02 13:34:11 +02:00
2004-10-27 19:52:41 +03:00
2004-11-08 11:06:36 +01:00
2004-10-29 09:49:04 +00:00
2004-10-03 21:39:04 +00:00
2004-04-07 04:33:58 +03:00
2004-11-02 16:02:12 +04:00
2004-11-02 16:02:12 +04:00
2004-11-02 16:02:12 +04:00
2004-11-02 16:02:12 +04:00
2004-11-02 16:02:12 +04:00
2004-11-02 16:02:12 +04:00
2004-10-20 16:24:28 +03:00
2004-10-14 18:03:46 +03:00
2004-09-15 20:41:49 +02:00
2004-03-16 22:41:30 +02:00
2004-10-27 19:52:41 +03:00
2004-03-25 23:29:45 +02:00
2004-06-23 12:29:05 +02:00
2004-09-15 23:52:46 -07:00
2004-11-02 20:13:27 +02:00
2004-10-06 19:14:33 +03:00
2004-10-06 19:14:33 +03:00
2004-10-27 21:56:17 +03:00
2004-10-06 19:14:33 +03:00
2004-10-22 14:32:23 -05:00
2004-09-07 15:18:53 +02:00
2004-10-27 19:52:41 +03:00
2004-10-27 21:56:17 +03:00
2004-10-27 19:52:41 +03:00
2004-10-06 19:14:33 +03:00
2004-10-14 18:03:46 +03:00
2004-10-27 21:56:17 +03:00
2004-03-30 02:32:41 +03:00
2004-08-20 22:54:42 +02:00
2004-10-06 19:14:33 +03:00
2004-10-06 19:14:33 +03:00
2004-08-31 21:10:57 +03:00
2004-11-02 08:58:45 +02:00
2004-09-04 20:17:09 +02:00
2004-10-07 10:50:13 +03:00
2004-10-06 19:14:33 +03:00
2004-04-26 21:07:14 +02:00