Commit graph

2 commits

Author SHA1 Message Date
Sergei Golubchik
3b052f8187 don't use *.in for test data
because INSTALL_MYSQL_TEST() cmake macro has

      PATTERN "*.in" EXCLUDE
2021-07-30 07:51:58 +02:00
Vladislav Vaintroub
97b4686e2c MDEV-7021 allow config file parameter for mysql_install_db.exe
The new parameter is called --config

The config file is copied to the data directory as my.ini, and possibly
modified.

Bootstrap will now use my.ini to create tables. In case of non-standard
directory/file placements, this will ensure correct permissions for the
service user.

mysql_install_db_win test is extended to test --config with non-trivial
config file.
2020-05-18 18:11:58 +02:00