For some reason the drupal_utf8mb4_test table was not dropped on one of my sites after a requirement check. This left me with a requirement error stating that my system did not support utf8mb4. I think either utf8mb4IsSupported() should only try to create the table if it does not exist or the requirement should warn about the existing table.
↧