diff options
Diffstat (limited to '')
-rw-r--r-- | mysql-test/suite/plugins/r/locales.result | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/plugins/r/locales.result b/mysql-test/suite/plugins/r/locales.result index de71d954..e91a1a9a 100644 --- a/mysql-test/suite/plugins/r/locales.result +++ b/mysql-test/suite/plugins/r/locales.result @@ -113,6 +113,7 @@ ID NAME DESCRIPTION MAX_MONTH_NAME_LENGTH MAX_DAY_NAME_LENGTH DECIMAL_POINT THOU 109 el_GR Greek - Greece 11 9 , . greek 110 rm_CH Romansh - Switzerland 9 9 , ' english 111 ka_GE Georgian - Georgia 10 9 , georgian +112 sw_KE Swahili - Kenya 8 8 . , swahili show locales; Id Name Description Error_Message_Language 0 en_US English - United States english @@ -227,6 +228,7 @@ Id Name Description Error_Message_Language 109 el_GR Greek - Greece greek 110 rm_CH Romansh - Switzerland english 111 ka_GE Georgian - Georgia georgian +112 sw_KE Swahili - Kenya swahili show locales like '%spanish%'; ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'like '%spanish%'' at line 1 show locales where description like '%spanish%'; |