You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
316 B

create table performance_schema.log_status
(
SERVER_UUID char(36) collate utf8mb4_bin not null,
LOCAL json not null,
REPLICATION json not null,
STORAGE_ENGINES json not null
)
engine = PERFORMANCE_SCHEMA;