mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
most notably deadlocked ones in SHOW INNODB STATUS. Fixes bug #7819. innobase/btr/btr0pcur.c: Adapt to changes in trx_print. innobase/include/trx0trx.h: Add max_query_len parameter to trx_print. innobase/lock/lock0lock.c: Adapt to changes in trx_print. innobase/row/row0ins.c: Adapt to changes in trx_print. innobase/row/row0sel.c: Adapt to changes in trx_print. innobase/row/row0umod.c: Adapt to changes in trx_print. innobase/row/row0upd.c: Adapt to changes in trx_print. innobase/srv/srv0srv.c: Adapt to changes in trx_print. innobase/trx/trx0trx.c: Add max_query_len parameter to trx_print. sql/ha_innodb.cc: Add max_query_len parameter to innobase_mysql_print_thd. |
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| makefilewin | ||
| trx0purge.c | ||
| trx0rec.c | ||
| trx0roll.c | ||
| trx0rseg.c | ||
| trx0sys.c | ||
| trx0trx.c | ||
| trx0undo.c | ||