Bug #103089 | Can not compile with enable UNIV_IBUF_COUNT_DEBUG | ||
---|---|---|---|
Submitted: | 24 Mar 2021 8:56 | Modified: | 26 Mar 2021 15:22 |
Reporter: | haiqing sun | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 8.0.21 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[24 Mar 2021 8:56]
haiqing sun
[26 Mar 2021 13:44]
MySQL Verification Team
Hi Mr. sun, Thank you for your bug report. However, in order to proceed with processing of your report we need additional information from you. We need detailed info on the OS, its version and version of system library, versions of CMake, C, C++, linker, all of your CMake settings and other relevant info. Last, but not least, you should try using MySQL 8.0.24, since 8.0.21 is an old release. Only then can we proceed further.
[26 Mar 2021 15:22]
MySQL Verification Team
Hi Mr. sun, Actually, this flag is not used at all. In the source code it is wrapped within: #if 0 #endif conditional compilation block. Hence, simply do not enable this flag.