mariadb/storage/innobase/ut
Marko Mäkelä eba2d10ac5 MDEV-22721 Remove bloat caused by InnoDB logger class
Introduce a new ATTRIBUTE_NOINLINE to
ib::logger member functions, and add UNIV_UNLIKELY hints to callers.

Also, remove some crash reporting output. If needed, the
information will be available using debugging tools.

Furthermore, remove some fts_enable_diag_print output that included
indexed words in raw form. The code seemed to assume that words are
NUL-terminated byte strings. It is not clear whether a NUL terminator
is always guaranteed to be present. Also, UCS2 or UTF-16 strings would
typically contain many NUL bytes.
2020-06-04 10:24:10 +03:00
..
ut0crc32.cc Merge 10.1 into 10.2 2019-07-23 16:34:04 +03:00
ut0dbg.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ut0list.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ut0mem.cc Clean up ut_strlcpy(), ut_strlcpy_rev() 2019-10-30 06:42:51 +02:00
ut0new.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ut0rbt.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ut0rnd.cc MDEV-21256: Replace the 64-bit LCG with a 32-bit Galois LFSR 2019-12-10 16:59:34 +02:00
ut0ut.cc MDEV-22721 Remove bloat caused by InnoDB logger class 2020-06-04 10:24:10 +03:00
ut0vec.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ut0wqueue.cc Merge 10.1 to 10.2 2019-10-25 17:33:39 +03:00