mariadb/innobase
unknown 0e50e32480 WL#1967
Support for COMMIT/ROLLBACK optional arguments


innobase/include/trx0roll.h:
  WL#1967
    trx_release_savepoint_for_mysql()
innobase/trx/trx0roll.c:
  WL#1967
    trx_release_savepoint_for_mysql()
mysql-test/r/innodb.result:
  WL#1967
    Test for savepoint release
mysql-test/t/innodb.test:
  WL#1967
    Test for savepoint release
sql/ha_innodb.cc:
  WL#1967
    innobase_release_savepoint_name()
sql/ha_innodb.h:
  WL#1967
    innobase_release_savepoint_name()
sql/handler.cc:
  WL#1967
    ha_release_savepoint_name()
sql/handler.h:
  WL#1967
    ha_release_savepoint_name()
sql/lex.h:
  WL#1967
    New tokens: CHAIN, RELEASE
sql/mysqld.cc:
  WL#1967
    new option: completion-type
sql/set_var.cc:
  WL#1967
    new option: completion-type
sql/sql_class.h:
  WL#1967
    new option: completion-type
sql/sql_lex.h:
  WL#1967
    Support RELEASE SAVEPOINT
    additional flags to support COMMIT/ROLLBACK options
sql/sql_parse.cc:
  WL#1967
    Transaction operations in mysql_endtrans(), begin_trans()
sql/sql_yacc.yy:
  WL#1967
    Support COMMIT/ROLLBACK optional args
2005-02-01 19:48:05 +00:00
..
btr InnoDB: Write status bits to MLOG_COMP_REC_INSERT entries. 2005-01-25 12:10:24 +02:00
buf manually merged 2004-12-31 15:26:24 +01:00
data Merge with 4.1 2005-01-15 14:09:45 +02:00
db
dict dict0load.c: 2005-01-21 22:03:08 +02:00
dyn
eval row0mysql.c, pars0pars.c, eval0eval.c, dict0load.c, dict0dict.c, dict0crea.c: 2004-10-31 15:43:29 +02:00
fil Only enable Innodb extra debugging when using the --debug=full configure option 2005-01-26 16:07:53 +02:00
fsp Many files: 2004-12-02 19:45:07 +02:00
fut Merge with 4.0.21 2004-06-18 04:38:58 +03:00
ha Cset exclude: heikki@hundin.mysql.fi|ChangeSet|20041027124510|04970 2004-12-08 14:34:58 +02:00
ibuf InnoDB: Remove redundant page_no field from dict_index_t. 2005-01-14 13:54:23 +02:00
include WL#1967 2005-02-01 19:48:05 +00:00
lock Fixed problems with deadlocks on LOCK TABLES...WHERE ENGINE = InnoDB. 2004-12-13 14:22:18 +02:00
log log0recv.c: 2005-01-21 23:47:44 +02:00
mach
mem Many files: 2004-11-26 00:12:50 +02:00
mtr InnoDB: fix corruption in crash recovery of BLOB fields (Bug #7679) 2005-01-05 11:56:41 +02:00
os os0file.c: 2005-01-27 18:54:00 +02:00
page InnoDB: Write status bits to MLOG_COMP_REC_INSERT entries. 2005-01-25 12:10:24 +02:00
pars Many files: 2004-12-02 19:45:07 +02:00
que logging_ok: 2004-12-24 12:13:32 +01:00
read
rem Merge with 4.1 2005-01-15 14:09:45 +02:00
row InnoDB: Cleanups of TRUNCATE TABLE code 2005-01-31 10:35:56 +02:00
srv Merge with 4.1 2005-01-15 14:09:45 +02:00
sync InnoDB: Fix compiler warnings and some bad formatting introduced 2005-01-05 12:22:04 +02:00
thr Cset exclude: marko@hundin.mysql.fi|ChangeSet|20040311211202|05613 2004-06-17 13:25:06 +03:00
trx WL#1967 2005-02-01 19:48:05 +00:00
usr Cset exclude: marko@hundin.mysql.fi|ChangeSet|20040525171209|56870 2004-06-17 11:57:45 +03:00
ut ut0mem.c: 2005-01-27 18:53:59 +02:00
configure.in configure.in: 2004-12-01 18:02:34 +02:00
Makefile.am
makefilewin
my_cnf