anson1014
anson1014
> The CI is all failing on the mtr `main.long_unique_bugs` which definitely seems related to the changes in this PR: > > > > ``` > > main.long_unique_bugs 'innodb' w5...
Couldn't find too much online regarding the "an-trap" directive. If there's not much documentation on why it is there and there is no functional difference between the output I think...
Good catch, the fix makes sense and the accompanying test seems to accurately depict the scenario you are describing in your description.
In the description of [MDEV-32777](https://jira.mariadb.org/browse/MDEV-32777), I can see very clearly the times listed to run the attached DDL script in macOS and how it is much slower than other platforms....
Thanks for that, I see now where you mentioned the results on the Jira. Looks good!
Minor nits: - some unnecessary whitespace - consider removing the brackets for your single line if statements in order to adhere to: https://github.com/MariaDB/server/blob/11.5/CODING_STANDARDS.md Otherwise, the logic and the motivation for...