WL#13054: Add utf8mb4 binary no-pad collation

Affects: Server-8.0   —   Status: Complete

We have a binary collation for utf8mb4, utf8mb4_bin. But it has PAD_SPACE
attribute, so it will add pad spaces at the trailing. JSON needs a binary
collation for utf8mb4 that doesn't add pad space.

We use this WL to track the work adding a new binary collation for utf8mb4,
utf8mb4_0900_bin.