mariadb/storage
Marko Mäkelä 4e1116b2c6 MDEV-12271 Port MySQL 8.0 Bug#23150562 REMOVE UNIV_MUST_NOT_INLINE AND UNIV_NONINL
Also, remove empty .ic files that were not removed by my MySQL commit.

Problem:
InnoDB used to support a compilation mode that allowed to choose
whether the function definitions in .ic files are to be inlined or not.
This stopped making sense when InnoDB moved to C++ in MySQL 5.6
(and ha_innodb.cc started to #include .ic files), and more so in
MySQL 5.7 when inline methods and functions were introduced
in .h files.

Solution:
Remove all references to UNIV_NONINL and UNIV_MUST_NOT_INLINE from
all files, assuming that the symbols are never defined.
Remove the files fut0fut.cc and ut0byte.cc which only mattered when
UNIV_NONINL was defined.
2017-03-17 12:42:07 +02:00
..
archive MDEV-11645: archive.archive fails in buildbot with valgrind (Use of uninitialised value) 2017-03-15 21:26:39 +05:30
blackhole
cassandra MDEV-6284: Remove CMakeLists.txt hack that mangled the server install file 2016-10-27 18:42:16 +03:00
connect Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
csv
example
federated MDEV-11597 Assertion when doing select from virtual column with impossible value 2017-01-11 09:19:45 +02:00
federatedx MDEV-11597 Assertion when doing select from virtual column with impossible value 2017-01-11 09:19:45 +02:00
heap
innobase MDEV-12271 Port MySQL 8.0 Bug#23150562 REMOVE UNIV_MUST_NOT_INLINE AND UNIV_NONINL 2017-03-17 12:42:07 +02:00
maria Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
mroonga MDEV-7635: Fix for mroonga 32-bit test failures. 2017-02-10 06:30:42 -05:00
myisam Fix several compile warnings on Windows 2017-03-10 19:07:07 +00:00
myisammrg cleanup: remove Item::intro_version 2016-12-12 20:27:25 +01:00
oqgraph oqgraph: remove redundant update_virtual_fields() calls 2017-02-13 18:12:04 +01:00
perfschema Fix several compile warnings on Windows 2017-03-10 19:07:07 +00:00
sequence Fix several compile warnings on Windows 2017-03-17 08:56:57 +00:00
sphinx mtr: make sphinx skipping a bit less verbose 2017-02-13 18:12:15 +01:00
spider Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
test_sql_discovery store/show vcols as item->print() 2016-12-12 20:35:41 +01:00
tokudb MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
xtradb MDEV-11454 post-merge fix: 2017-02-24 22:12:01 +02:00