mariadb/storage/innobase
Marko Mäkelä 7668a79a88 MDEV-12269 Port Bug#22996442 INNODB: MAKE UNIV_DEBUG DEPEND ON DBUG_OFF
This is a partial port of my patch in MySQL 8.0.
In MySQL 8.0, all InnoDB references to DBUG_OFF were replaced
with UNIV_DEBUG. We will not do that in MariaDB.

InnoDB used two independent compile-time flags that distinguish
debug and non-debug builds, which is confusing.

Also, make ut_ad() and alias of DBUG_ASSERT().
2017-03-16 10:24:53 +02:00
..
btr MDEV-12273 Remove dict_table_t::does_not_fit_in_memory 2017-03-16 10:24:53 +02:00
buf MDEV-12269 Port Bug#22996442 INNODB: MAKE UNIV_DEBUG DEPEND ON DBUG_OFF 2017-03-16 10:24:53 +02:00
data Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
dict MDEV-11873 Unnecessary InnoDB warnings upon bootstrap 2017-03-14 17:11:46 +02:00
eval Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
fil MDEV-12201 innodb_flush_method are not available on Windows 2017-03-09 19:19:38 +00:00
fsp Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
fts Remove MYSQL_TABLESPACES. 2017-01-18 08:30:43 +02:00
fut Merge 10.1 to 10.2 2017-01-05 10:48:03 +02:00
gis Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
ha MDEV-12121 Introduce build option WITH_INNODB_AHI to disable innodb_adaptive_hash_index 2017-03-03 16:55:50 +02:00
handler Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
ibuf Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
include MDEV-12269 Port Bug#22996442 INNODB: MAKE UNIV_DEBUG DEPEND ON DBUG_OFF 2017-03-16 10:24:53 +02:00
lock Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
log Fix some compilation warnings. 2017-03-13 18:11:36 +02:00
mach 5.6.35 2017-01-07 14:24:42 +02:00
mem Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
mtr Define a mtr_t::start() wrapper inline. 2017-03-13 18:11:01 +02:00
mysql-test/storage_engine MDEV-11782: Redefine the innodb_encrypt_log format 2017-02-15 08:07:20 +02:00
os Fix some compilation warnings. 2017-03-13 18:11:36 +02:00
page Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
pars MDEV-12273 Remove dict_table_t::does_not_fit_in_memory 2017-03-16 10:24:53 +02:00
que Shut down InnoDB after aborted startup. 2017-02-01 09:30:55 +02:00
read Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
rem Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
row Post-fix MDEV-12219 Discard temporary undo logs at transaction commit 2017-03-14 12:15:49 +02:00
srv MDEV-12091 Shutdown fails to wait for rollback of recovered transactions to finish 2017-03-13 18:11:36 +02:00
sync Adjust an outdated comment. 2017-03-13 18:11:01 +02:00
trx MDEV-12219 Discard temporary undo logs at transaction commit 2017-03-13 18:57:17 +02:00
usr Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
ut Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
CMakeLists.txt MDEV-12050 Remove unused InnoDB Memcached hooks 2017-02-13 11:24:02 +02:00
compile-innodb move to storage/innobase 2015-05-04 19:17:21 +02:00
COPYING.Google move to storage/innobase 2015-05-04 19:17:21 +02:00
COPYING.Percona move to storage/innobase 2015-05-04 19:17:21 +02:00
innodb.cmake MDEV-12121 Introduce build option WITH_INNODB_AHI to disable innodb_adaptive_hash_index 2017-03-03 16:55:50 +02:00
plugin_exports