[MDEV-28418] Spider: Remove noisy DBUG_PRINT printing pointer addresses Created: 2022-04-26 Updated: 2023-01-17 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Spider |
| Fix Version/s: | 11.1 |
| Type: | Task | Priority: | Minor |
| Reporter: | Nayuta Yanagisawa (Inactive) | Assignee: | Yuchen Pei |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
One can see DBUG_PRINT printing pointer addresses, like DBUG_PRINT("info",("spider this=%p", this)), anywhere in the Spider code base. I believe that such DBUG_PRINTs are not useful and are rather noisy. Remove them. |