mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
mysql.spec.sh:
Corrected path to mysql-test directory Removed man1/mysql_explain_log.1 support-files/mysql.spec.sh: Corrected path to mysql-test directory Removed man1/mysql_explain_log.1
This commit is contained in:
parent
1f0c83c187
commit
6a99001c27
1 changed files with 2 additions and 3 deletions
|
|
@ -327,7 +327,7 @@ then
|
|||
cp -fp mysql-debug-%{mysql_version}/config.log "$MYSQL_DEBUGCONFLOG_DEST"
|
||||
fi
|
||||
|
||||
(cd mysql-debug-%{mysql_version} ; \
|
||||
(cd mysql-debug-%{mysql_version}/mysql-test ; \
|
||||
./mysql-test-run.pl --comment=debug --skip-rpl --skip-ndbcluster --force ; \
|
||||
true)
|
||||
|
||||
|
|
@ -357,7 +357,7 @@ then
|
|||
cp -fp mysql-release-%{mysql_version}/config.log "$MYSQL_CONFLOG_DEST"
|
||||
fi
|
||||
|
||||
(cd mysql-release-%{mysql_version} ; \
|
||||
(cd mysql-release-%{mysql_version}/mysql-test ; \
|
||||
./mysql-test-run.pl --comment=normal --force ; \
|
||||
./mysql-test-run.pl --comment=ps --ps-protocol --force ; \
|
||||
./mysql-test-run.pl --comment=normal+rowrepl --mysqld=--binlog-format=row --force ; \
|
||||
|
|
@ -522,7 +522,6 @@ fi
|
|||
%doc %attr(644, root, man) %{_mandir}/man1/myisamchk.1*
|
||||
%doc %attr(644, root, man) %{_mandir}/man1/myisamlog.1*
|
||||
%doc %attr(644, root, man) %{_mandir}/man1/myisampack.1*
|
||||
%doc %attr(644, root, man) %{_mandir}/man1/mysql_explain_log.1*
|
||||
%doc %attr(644, root, man) %{_mandir}/man8/mysqld.8*
|
||||
%doc %attr(644, root, man) %{_mandir}/man1/mysqld_multi.1*
|
||||
%doc %attr(644, root, man) %{_mandir}/man1/mysqld_safe.1*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue