mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
bug#33300: use myisamchk to verify that mysql_install_db has
created at least some files and that they are correct.
This commit is contained in:
parent
857718e28b
commit
ded12789af
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,7 @@ bin-dist: all
|
|||
$(top_builddir)/scripts/make_binary_distribution @MAKE_BINARY_DISTRIBUTION_OPTIONS@
|
||||
|
||||
# Remove BK's "SCCS" subdirectories from source distribution
|
||||
# Create initial database files for Windows installations.
|
||||
# Create initial database files for Windows installations and check them.
|
||||
dist-hook:
|
||||
rm -rf `find $(distdir) -type d -name SCCS -print`
|
||||
mkdir -p $(distdir)/win
|
||||
|
@ -57,6 +57,7 @@ dist-hook:
|
|||
--builddir=$(top_builddir) \
|
||||
--datadir=$(distdir)/win/data \
|
||||
--srcdir=$(top_srcdir)
|
||||
myisam/myisamchk --silent --fast $(distdir)/win/data/mysql/*.MYI
|
||||
|
||||
tags:
|
||||
support-files/build-tags
|
||||
|
|
Loading…
Reference in a new issue