mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-19897 Rename source code variable names from utf8 to utf8mb3
This commit is contained in:
@ -173,7 +173,7 @@ test_search()
|
||||
|
||||
int main()
|
||||
{
|
||||
ci= &my_charset_utf8_general_ci;
|
||||
ci= &my_charset_utf8mb3_general_ci;
|
||||
|
||||
plan(6);
|
||||
diag("Testing json_lib functions.");
|
||||
|
Reference in New Issue
Block a user