mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Bug#29382 Collation 'utf8_test_ci' not found in tests
Problem: "mysql-test-run ctype_ldml" failed in binary distributions because mysql-test/std_data/Index.xml was included into distribution. Fix: adding missing file. scripts/make_binary_distribution.sh: Adding missing file into distribution
This commit is contained in:
parent
7edcebc97a
commit
89a9835b71
1 changed files with 1 additions and 0 deletions
|
@ -295,6 +295,7 @@ $CP mysql-test/t/*.def $BASE/mysql-test/t
|
|||
$CP mysql-test/std_data/*.dat mysql-test/std_data/*.frm \
|
||||
mysql-test/std_data/*.MYD mysql-test/std_data/*.MYI \
|
||||
mysql-test/std_data/*.pem mysql-test/std_data/Moscow_leap \
|
||||
mysql-test/std_data/Index.xml \
|
||||
mysql-test/std_data/des_key_file mysql-test/std_data/*.*001 \
|
||||
mysql-test/std_data/*.cnf mysql-test/std_data/*.MY* \
|
||||
$BASE/mysql-test/std_data
|
||||
|
|
Loading…
Reference in a new issue