mariadb/storage/ndb/include
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
..
debugger BUG#22309 FileLogHandler::createNewFile() isn't thread safe - may loose log messages 2006-11-03 01:12:30 +11:00
editline
kernel ndb - recommit extra version info to real-51 2007-01-04 10:59:12 +01:00
logger Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.1 2006-11-30 15:31:20 +01:00
mgmapi Merge perch.ndb.mysql.com:/home/jonas/src/51-work 2006-12-07 15:25:40 +01:00
mgmcommon Merge perch.ndb.mysql.com:/home/jonas/src/50-work 2006-09-15 11:43:49 +02:00
ndbapi ndb - interface change of handling of abort option 2007-01-30 19:45:14 +01:00
newtonapi
portlib Merge perch.ndb.mysql.com:/home/jonas/src/50-work 2007-01-17 21:23:59 +01:00
transporter remove OSE 2006-11-03 02:18:45 +11:00
util Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.1 2006-12-01 21:12:13 +01:00
Makefile.am
ndb_constants.h NDB temporary tables. 2006-09-07 15:09:34 +02:00
ndb_global.h.in Fixed a LOT of compiler warnings 2006-11-27 01:47:38 +02:00
ndb_init.h
ndb_net.h
ndb_types.h.in BUG#21253 NdbApi.h should not include my_config.h 2006-10-16 17:01:01 +10:00
ndb_version.h.in ndb - recommit extra version info to real-51 2007-01-04 10:59:12 +01:00