I don't have a minimally reproducible example, but here's what happens in our project: Generate the*.schema.tsoutput of typereact-queryfrom some OpenAPI schema. Add a new component in the OpenAPI schema. Re-generate*.schemas.ts. What happens? The newly added component correctly appears as ...
Description:Mysqld only get the first item matched in acl_dbs from acl_get. Two grants when same user and hostname, but different reg string which can match the same dbname can cover each other. For example "GRANT SELECT on `tt%`.* to 'tt'@'%’;" and "GRANT CREATE, DROP on `tt...