mariadb/innobase
unknown c02509b17b row0mysql.c, ha_innodb.cc:
Fix bug #12308 : do not roll back the whhole transaction in a lock wait timeout error, just roll back the latest SQL statement; note that the locks set in the latest SQL statements remain, as InnoDB does not know what locks were set in which SQL statement


sql/ha_innodb.cc:
  Fix bug #12308 : do not roll back the whhole transaction in a lock wait timeout error, just roll back the latest SQL statement; note that the locks set in the latest SQL statements remain, as InnoDB does not know what locks were set in which SQL statement
innobase/row/row0mysql.c:
  Fix bug #12308 : do not roll back the whhole transaction in a lock wait timeout error, just roll back the latest SQL statement; note that the locks set in the latest SQL statements remain, as InnoDB does not know what locks were set in which SQL statement
2005-09-05 01:13:44 +03:00
..
btr btr0sea.c: 2005-08-19 12:54:13 +03:00
buf Merge hundin.mysql.fi:/home/heikki/mysql-4.1 2005-08-03 18:30:24 +03:00
data InnoDB ON UPDATE CASCADE fixes: 2005-05-13 12:55:59 +03:00
db
dict Merge hundin.mysql.fi:/home/marko/mysql-5.0 2005-06-21 07:36:18 +03:00
dyn
eval InnoDB: Portability fixes for warnings reported on IA-64 Windows 2005-03-07 12:03:33 +02:00
fil Merge hundin.mysql.fi:/home/marko/mysql-4.1 2005-06-28 10:51:01 +03:00
fsp InnoDB: Remove warnings detected by GCC 4.0.0 2005-06-20 11:06:20 +03:00
fut
ha
ibuf Many files: 2005-06-27 18:58:32 +03:00
include univ.i, page0page.ic: 2005-09-03 19:15:37 +03:00
lock Fix bug #12588, InnoDB's deadlock detector running out of stack space. 2005-08-17 11:56:04 +03:00
log Many files: 2005-06-27 18:58:32 +03:00
mach
mem InnoDB: Portability fixes for warnings reported on IA-64 Windows 2005-03-07 12:03:33 +02:00
mtr InnoDB: Remove warnings detected by GCC 4.0.0 2005-06-20 11:06:20 +03:00
os Merge hundin.mysql.fi:/home/marko/mysql-4.1 2005-07-26 14:43:48 +03:00
page InnoDB: Fix compile-pentium-debug-max compilation problem. 2005-07-05 12:10:20 +03:00
pars pars0lex.l: 2005-06-17 12:00:05 +03:00
que logging_ok: 2004-12-24 12:13:32 +01:00
read Allow consistent cursor view see changes made by creating transaction. 2005-08-18 06:38:01 +03:00
rem InnoDB: Fix a bug in BLOB handling; optimize null flag handling. 2005-06-30 13:20:38 +03:00
row row0mysql.c, ha_innodb.cc: 2005-09-05 01:13:44 +03:00
srv Merge mysql.com:/home/emurphy/src/bk-clean/mysql-4.1 2005-08-19 15:29:30 -04:00
sync sync0sync.c, sync0sync.h: 2005-07-21 18:05:10 +02:00
thr
trx InnoDB: Print more than 300 characters of queries in various error conditions, 2005-08-12 11:39:19 +03:00
usr
ut InnoDB: Fix ut0dbg compilation errors on NetWare 2005-06-16 15:00:25 +03:00
configure.in WL#2286 - Compile MySQL w/YASSL support 2005-06-23 21:29:44 +05:00
Makefile.am
makefilewin
my_cnf