diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2022-09-23 13:40:42 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2022-09-23 13:40:42 +0300 |
commit | a69cf6f07ee7286d4813ef5c602d5b79b39d3028 (patch) | |
tree | 6068dad43fbda21245e341a6da0164fc7ef01bd1 /libmysqld | |
parent | db7e04ed3ab5d591a323443cb20c3a45792916b6 (diff) | |
download | mariadb-git-a69cf6f07ee7286d4813ef5c602d5b79b39d3028.tar.gz |
MDEV-29613 Improve WITH_DBUG_TRACE=OFF
In commit 28325b08633372cc343dfcbc41fe252020cf6e6e
a compile-time option was introduced to disable the macros
DBUG_ENTER and DBUG_RETURN or DBUG_VOID_RETURN.
The parameter name WITH_DBUG_TRACE would hint that it also
covers DBUG_PRINT statements. Let us do that: WITH_DBUG_TRACE=OFF
shall disable DBUG_PRINT() as well.
A few InnoDB recovery tests used to check that some output from
DBUG_PRINT("ib_log", ...) is present. We can live without those checks.
Reviewed by: Vladislav Vaintroub
Diffstat (limited to 'libmysqld')
0 files changed, 0 insertions, 0 deletions