diff options
author | unknown <monty@hundin.mysql.fi> | 2001-10-11 05:37:05 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-10-11 05:37:05 +0300 |
commit | 7b4549e6a094d6a77fdcb73820057a7a5e1310f6 (patch) | |
tree | 44372b45042701f21a4311528624b1f4d6ba8c2e /support-files | |
parent | 73453d8b5e5e9f14b0e9183935117a117620c772 (diff) | |
download | mariadb-git-7b4549e6a094d6a77fdcb73820057a7a5e1310f6.tar.gz |
Added missing files in libmysqld and the RPM spec file
Docs/manual.texi:
Added info to foreign key section.
BitKeeper/etc/ignore:
Added libmysqld/repl_failsafe.cc to the ignore list
libmysqld/Makefile.am:
Added missing files
mysql-test/r/innodb.result:
Fixed explain results after new innodb optimizations
support-files/mysql.spec.sh:
Added missing files
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 1bc92e9b7e2..95d42fdc24d 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -424,6 +424,8 @@ fi %attr(-, root, root) /usr/share/sql-bench %attr(-, root, root) /usr/share/mysql-test %attr(755, root, root) /usr/bin/mysqlmanager +%attr(755, root, root) /usr/bin/mysqlmanager-pwgen +%attr(755, root, root) /usr/bin/mysqlmanagerc %files Max %attr(755, root, root) /usr/sbin/mysqld-max |