Why create table statements are logged unconditionally when try to set audit_log_exclude_databases?

When i try to set audit_log_exclude_databas, why the create table statements and drop table statements(ddl) are logged unconditionally.

Hi 777,

What version are you using?
Also, have you executed “use <database_name>” from the excluded database right before executing the ddls ?

Regards

Hi,
my version is 8.0.36,
I have executed “use <database_name>” before setting audit_log_exclude_databases.
I also read on the official website of Percona that create table is an unconditional record. I would like to know why this is.

Thank you for your answer.