[MDEV-20321] TokuDB debug printed in prod log Created: 2019-08-12 Updated: 2019-08-12 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - TokuDB |
| Affects Version/s: | 10.2 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | jocelyn fournier | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Hi, When a server containing TokuDB tables is shutdown, debug stuff is logged: 24590 /home/buildbot/buildbot/build/mariadb-10.2.26/storage/tokudb/ha_tokudb.cc:161 static_destroy _open_tables ./optizy_saas/planning 0x7f0511798008 There's indeed no check for debug in the code: TOKUDB_TRACE("_open_tables %s %p", it->first.c_str(), it->second); I would have expected: if (TOKUDB_UNLIKELY(tokudb::sysvars::debug)) instead BR, |