An error occurred fetching the project authors.
- 02 Sep, 2004 2 commits
- 31 Aug, 2004 2 commits
- 30 Aug, 2004 1 commit
-
-
unknown authored
Removed errornous hupp, which made handler commit same transid several times (which is checked when running in debug mode) sql/ha_ndbcluster.cc: Removed errornous hupp, which made handler commit same transid several times (which is checked when running in debug mode)
-
- 24 Aug, 2004 2 commits
-
-
unknown authored
-
unknown authored
sql/ha_ndbcluster.cc: Added missing cast sql/item.cc: Portability fix (for windows) sql/lock.cc: Cleanup + more comments sql/sql_class.cc: Portability fix + more comments sql/sql_select.cc: Portability fix sql/sql_table.cc: Simpler handling of auto_increment in ALTER TABLE
-
- 23 Aug, 2004 1 commit
-
-
unknown authored
-
- 20 Aug, 2004 1 commit
-
-
unknown authored
-
- 19 Aug, 2004 3 commits
- 18 Aug, 2004 1 commit
-
-
unknown authored
-
- 13 Aug, 2004 1 commit
-
-
unknown authored
-
- 11 Aug, 2004 1 commit
-
-
unknown authored
-
- 10 Aug, 2004 1 commit
-
-
unknown authored
-
- 04 Aug, 2004 1 commit
-
-
unknown authored
Check if there are any operations pending that needs to be taken over to the updating/deleting transaction before closing the scan sql/ha_ndbcluster.cc: Check ops_pending if there are operations to take over before closing the scan
-
- 03 Aug, 2004 1 commit
-
-
unknown authored
sql/ha_ndbcluster.cc: Fix duplicate declaration
-
- 29 Jul, 2004 2 commits
- 23 Jul, 2004 5 commits
- 22 Jul, 2004 3 commits
- 21 Jul, 2004 1 commit
-
-
unknown authored
-
- 19 Jul, 2004 1 commit
-
-
unknown authored
-
- 09 Jul, 2004 1 commit
-
-
unknown authored
-
- 08 Jul, 2004 1 commit
-
-
unknown authored
New handler::index_flags() definition to make it easy to check the full used key and a specific key part. Added key part to optimize_range() to fix problems when using fields in key parts. sql/examples/ha_archive.h: New handler::index_flags() definition sql/examples/ha_example.h: New handler::index_flags() definition sql/field.cc: New optimize_range() definition sql/field.h: New optimize_range() definition sql/ha_berkeley.cc: New handler::index_flags() definition sql/ha_berkeley.h: New handler::index_flags() definition sql/ha_heap.h: New handler::index_flags() definition sql/ha_innodb.h: New handler::index_flags() definition sql/ha_isam.h: New handler::index_flags() definition sql/ha_isammrg.h: New handler::index_flags() definition sql/ha_myisam.h: New handler::index_flags() definition sql/ha_myisammrg.h: New handler::index_flags() definition sql/ha_ndbcluster.cc: New handler::index_flags() definition sql/ha_ndbcluster.h: New handler::index_flags() definition sql/handler.h: New handler::index_flags() definition sql/log.cc: Fixed compiler warnings sql/log_event.cc: Fixed compiler warnings (and renamed short variable name) sql/opt_range.cc: New handler::index_flags() definition sql/opt_sum.cc: New handler::index_flags() definition sql/set_var.cc: Removed compiler warnings sql/sql_db.cc: Removed compiler warnings sql/sql_select.cc: New handler::index_flags() definition sql/sql_show.cc: Removed compiler warnings sql/sql_update.cc: Removed compiler warnings sql/table.cc: New handler::index_flags() definition
-
- 06 Jul, 2004 1 commit
-
-
unknown authored
-
- 05 Jul, 2004 1 commit
-
-
unknown authored
Enabled ordered scan in handler ndb/include/ndbapi/NdbIndexScanOperation.hpp: Moved saveBound to NdbIndexScanOperation ndb/include/ndbapi/NdbScanOperation.hpp: Moved saveBound to NdbIndexScanOperation ndb/src/ndbapi/NdbDictionaryImpl.cpp: Introduced map for index attributes (keys) -> real attr id (and back) ndb/src/ndbapi/NdbDictionaryImpl.hpp: Introduced map for index attributes (keys) -> real attr id (and back) ndb/src/ndbapi/NdbOperationDefine.cpp: Moved saveBound to NdbIndexScanOperation ndb/src/ndbapi/NdbOperationInt.cpp: Moved saveBound to NdbIndexScanOperation ndb/src/ndbapi/NdbScanOperation.cpp: Moved saveBound to NdbIndexScanOperation Fixed bugs in handling of setBounds w.r.t getValues and index keys (use new reverse map) Fixed bugs in next_result_ordered sql/ha_ndbcluster.cc: Use sorted scan when requested
-
- 02 Jul, 2004 2 commits
- 24 Jun, 2004 2 commits
- 23 Jun, 2004 1 commit
-
-
unknown authored
Modified ndbcluster_print_error to stack allocate table and handler, NOT for review, will make patch instead
-
- 22 Jun, 2004 1 commit
-
-
unknown authored
Added static print error function to be used by handler in ndbcluster_commit and ndbcluster_rollback
-