diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2022-09-26 13:34:38 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2022-09-26 13:34:38 +0300 |
commit | 6286a05d80f9911b7cd6ba57b04a6f67d39e499d (patch) | |
tree | 97a8a27c2d99a4474181e32602414d94944bfd80 /sql/log.h | |
parent | 0792aff161132fb953510555fe45544991dec95d (diff) | |
parent | 3c92050d1c907cc548e848d0ab2891a06681ad92 (diff) | |
download | mariadb-git-6286a05d80f9911b7cd6ba57b04a6f67d39e499d.tar.gz |
Merge 10.4 into 10.5
Diffstat (limited to 'sql/log.h')
-rw-r--r-- | sql/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/log.h b/sql/log.h index e0a37c0a250..02c696357b8 100644 --- a/sql/log.h +++ b/sql/log.h @@ -734,7 +734,7 @@ public: } void harvest_bytes_written(Atomic_counter<uint64> *counter) { -#ifndef DBUG_OFF +#ifdef DBUG_TRACE char buf1[22],buf2[22]; #endif DBUG_ENTER("harvest_bytes_written"); |