MYSQL_TEST_TABLE_DEFINITION_CACHE

Constant MYSQL_TEST_TABLE_DEFINITION_CACHE 

Source
pub const MYSQL_TEST_TABLE_DEFINITION_CACHE: u64 = 32_768;
Expand description

Table-definition cache used by the shared MySQL integration-test container.

Large test binaries may create hundreds of isolated schemas concurrently. MySQL’s default cache is too small for that workload and can exhaust prepared-statement reprepare attempts.