46 | | This change is covered by 20+ existing `dbDelta()` tests which currently fail on PHP 8.0.x + MariaDB, and pass with this patch. It also resolves an issue with plugin activation described in comment:5: |
| 46 | This change is covered by existing unit tests: |
| 47 | * 20+ `dbDelta()` tests which currently fail on PHP 8.0.x + MariaDB and pass with this patch. |
| 48 | * One test from the ticket description which currently fails on MySQL 8.0.17+ and passes with this patch. |
| 49 | |
| 50 | It also resolves an issue with plugin activation described in comment:5: |