mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
mysql.spec.sh:
Removed man page for "mysql_create_system_tables"
This commit is contained in:
parent
df469af549
commit
c5fb034464
1 changed files with 4 additions and 1 deletions
|
@ -556,7 +556,6 @@ fi
|
|||
%attr(755, root, root) %{_bindir}/myisamlog
|
||||
%attr(755, root, root) %{_bindir}/myisampack
|
||||
%attr(755, root, root) %{_bindir}/mysql_convert_table_format
|
||||
%attr(755, root, root) %{_bindir}/mysql_create_system_tables
|
||||
%attr(755, root, root) %{_bindir}/mysql_explain_log
|
||||
%attr(755, root, root) %{_bindir}/mysql_fix_extensions
|
||||
%attr(755, root, root) %{_bindir}/mysql_fix_privilege_tables
|
||||
|
@ -716,6 +715,10 @@ fi
|
|||
# itself - note that they must be ordered by date (important when
|
||||
# merging BK trees)
|
||||
%changelog
|
||||
* Sat Apr 07 2007 Kent Boortz <kent@mysql.com>
|
||||
|
||||
- Removed man page for "mysql_create_system_tables"
|
||||
|
||||
* Wed Mar 21 2007 Daniel Fischer <df@mysql.com>
|
||||
|
||||
- Add debug server.
|
||||
|
|
Loading…
Reference in a new issue