mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Patch for Bug#18511348 (DDL_I18N_UTF8 AND DDL_I18N_KOI8R
ARE PERMANENTLY SKIPPED IN 5.5/5.6). The problem was that some result files were not updated, so the tests were skipped. The fix is to record updated result files.
This commit is contained in:
parent
3d6d85b40d
commit
d14f191e6b
3 changed files with 3 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
|||
Collation Charset Id Default Compiled Sortlen
|
||||
cp1251_general_ci cp1251 51 Yes 0
|
||||
cp1251_general_ci cp1251 51 Yes Yes 1
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
Collation Charset Id Default Compiled Sortlen
|
||||
cp866_general_ci cp866 36 Yes 0
|
||||
cp866_general_ci cp866 36 Yes Yes 1
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
Collation Charset Id Default Compiled Sortlen
|
||||
koi8r_general_ci koi8r 7 Yes 0
|
||||
koi8r_general_ci koi8r 7 Yes Yes 1
|
||||
|
|
Loading…
Reference in a new issue