mariadb/storage/innobase/handler
Jan Lindström f4df8c00c9 MDEV-11197: TrxInInnoDB::is_aborted(const trx_t*): Assertion `srv_read_only_mode || trx->in_depth > 0' failed
TrxInInnoDB should be constructed to track if a transaction is executing
inside InnoDB code i.e. it is like a gate between Server and InnoDB
::rnd_next() is called from Server and thus construct TrxInInnoDB
also there.

Applied suggested clean-up to TrxInInnoDB class functions enter()
and exit(). Note that exactly original did not work for enter().
2017-05-10 23:13:06 +03:00
..
ha_innodb.cc MDEV-11197: TrxInInnoDB::is_aborted(const trx_t*): Assertion `srv_read_only_mode || trx->in_depth > 0' failed 2017-05-10 23:13:06 +03:00
ha_innodb.h Bug #23046302 COUNT(*) MUCH SLOWER ON 5.7 THAN 5.6 2017-04-26 23:03:33 +03:00
ha_innopart.cc Bug #23046302 COUNT(*) MUCH SLOWER ON 5.7 THAN 5.6 2017-04-26 23:03:33 +03:00
ha_innopart.h Bug #23046302 COUNT(*) MUCH SLOWER ON 5.7 THAN 5.6 2017-04-26 23:03:33 +03:00
ha_xtradb.h Fix of emulated variables comments to reflect reality. 2017-05-10 11:08:33 +02:00
handler0alter.cc Fix some integer type mismatch. 2017-05-10 12:45:46 +03:00
handler0alter_innopart.cc Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
i_s.cc Fix some integer type mismatch. 2017-05-10 12:45:46 +03:00
i_s.h MDEV-11785 Remove INFORMATION_SCHEMA.INNODB_TEMP_TABLE_INFO 2017-01-17 12:09:23 +02:00