mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 17:14:30 +02:00
Fix path to myisamchk for mysql-5.1
This commit is contained in:
parent
dff9ccce9c
commit
585566c7d4
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ dist-hook:
|
|||
--builddir=$(top_builddir) \
|
||||
--datadir=$(distdir)/win/data \
|
||||
--srcdir=$(top_srcdir)
|
||||
myisam/myisamchk --silent --fast $(distdir)/win/data/mysql/*.MYI
|
||||
storage/myisam/myisamchk --silent --fast $(distdir)/win/data/mysql/*.MYI
|
||||
|
||||
tags:
|
||||
support-files/build-tags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue