An error occurred fetching the project authors.
- 06 Feb, 2007 1 commit
-
-
unknown authored
Fix for bug#25821 Excessive partition pruning for multi-range index scan in NDB API: don't set distribution key if multi_range
-
- 31 Jan, 2007 1 commit
-
-
unknown authored
Bug #25522 Update with IN syntax Clustertable + Trigger leads to mysqld segfault: in start_stmt, only change query_state if starting a new transactions, in read_multi_range_next, change query state when end is reached
-
- 15 Dec, 2006 1 commit
-
-
unknown authored
-
- 09 Aug, 2006 1 commit
-
-
unknown authored
Fix for bug #21059 Server crashes on join query with large dataset with NDB tables: added more tests
-
- 28 Mar, 2006 1 commit
-
-
unknown authored
Ndbapi can reorder recattr when doing sorted scan (for faster comparision) make sure handler maps correct recattr to correct mysql column mysql-test/r/ndb_read_multi_range.result: bug#17729 mysql-test/t/ndb_read_multi_range.test: bug#17729 sql/ha_ndbcluster.cc: Make sure to map correct rec-attr against correct mysql column (ndbapi reorders when doing sorted scan)
-
- 13 Dec, 2005 1 commit
-
-
unknown authored
NOTE: only changes to test script mysql-test/t/ndb_read_multi_range.test: Bug#15675 - ndb - fix read_multi_range.test drop all tables it using
-
- 05 Nov, 2005 1 commit
-
-
unknown authored
- removed some returns on ndb internal error codes, return ndb cause in warnings - moved all errorcode mapping mysqld-ndb to ndberror.c - ndb util thread to discover all ndb tables at startup - ndb util thread to wait for mysqld startup
-
- 21 Apr, 2005 1 commit
-
-
unknown authored
-
- 01 Dec, 2004 1 commit
-
-
unknown authored
mysql-test/r/ndb_read_multi_range.result: Add tests of null handling to read_multi mysql-test/t/ndb_read_multi_range.test: Add tests of null handling to read_multi ndb/include/ndbapi/NdbOperation.hpp: Get recattr ndb/include/ndbapi/NdbRecAttr.hpp: Get recattr sql/ha_ndbcluster.cc: Fix handling of null values wrt read multi range sql/ha_ndbcluster.h: Fix handling of null values wrt read multi range
-
- 29 Nov, 2004 1 commit
-
-
unknown authored
mysql-test/r/ndb_read_multi_range.result: add order by tests + mixed ranges mysql-test/t/ndb_read_multi_range.test: add order by tests + mixed ranges ndb/include/kernel/signaldata/TcIndx.hpp: removed TcIndxRef (use TcKeyRef instead) ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: removed TcIndxRef (use TcKeyRef instead) ndb/src/ndbapi/NdbIndexOperation.cpp: removed TcIndxRef (use TcKeyRef instead) sql/ha_ndbcluster.cc: bug fixes in batched ranged access (when ordered)
-
- 25 Nov, 2004 1 commit
-
-
unknown authored
added missing DBUG_RETURN's mysql-test/r/ndb_read_multi_range.result@1.0 BitKeeper file /home/tomas/wl2126/mysql-test/r/ndb_read_multi_range.result mysql-test/r/ndb_read_multi_range.result@1.1 (NO COMMENTS AVAILABLE) mysql-test/t/ndb_read_multi_range.test@1.0 BitKeeper file /home/tomas/wl2126/mysql-test/t/ndb_read_multi_range.test mysql-test/t/ndb_read_multi_range.test@1.1 (NO COMMENTS AVAILABLE) sql/ha_ndbcluster.cc: added missing DBUG_RETURN's
-