mariadb/storage/ndb
jonas@perch.ndb.mysql.com 08d5217056 ndb - interface change of handling of abort option
1) move AbortOption from NdbTransaction to NdbOperation

2) let each operation have a "default" abort option dependant on
   operation type

   - read - AO_IgnoreError
   - dml - AbortOnError
   - scan take over - AbortOnError

3) Changed default value to execute() from AbortOnError to DefaultAbortOption, which does not change the operations abort-option.

   Another value to execute(AO) is equivalent to setting AO on each operation before calling execute

4) execute() does _only_ return -1 if transaction has been aborted
   otherwise, you need to check each operation for error code
2007-01-30 19:45:14 +01:00
..
bin Changes to create storage directory for storage engines. 2005-04-26 18:19:54 -07:00
config Many files: 2006-11-29 18:36:51 +01:00
demos Changes to create storage directory for storage engines. 2005-04-26 18:19:54 -07:00
docs Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0 2005-11-23 14:57:00 +02:00
include ndb - interface change of handling of abort option 2007-01-30 19:45:14 +01:00
lib Changes to create storage directory for storage engines. 2005-04-26 18:19:54 -07:00
ndbapi-examples Fixed ndbapi-examples, and added tests for mysql-test-run.pl 2006-09-01 15:14:50 +02:00
src ndb - interface change of handling of abort option 2007-01-30 19:45:14 +01:00
test ndb - interface change of handling of abort option 2007-01-30 19:45:14 +01:00
tools Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0 2006-12-05 09:38:12 +01:00
Makefile.am Bug#22417 2006-09-18 19:31:08 -07:00
plug.in Major changes are plug.in files created for almost all storage engines. A few stray BDB references removed. 2006-08-18 21:19:19 -07:00