Commit 8b80901d authored by brian@zim.(none)'s avatar brian@zim.(none)

Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1

into  zim.(none):/home/brian/mysql/merge-5.1
parents 0a0f1aa3 e826f749
...@@ -331,7 +331,8 @@ if [ x$NDBCLUSTER = x1 ]; then ...@@ -331,7 +331,8 @@ if [ x$NDBCLUSTER = x1 ]; then
$CP $BASE/ndb-stage@bindir@/* $BASE/bin/. $CP $BASE/ndb-stage@bindir@/* $BASE/bin/.
$CP $BASE/ndb-stage@libexecdir@/* $BASE/bin/. $CP $BASE/ndb-stage@libexecdir@/* $BASE/bin/.
$CP $BASE/ndb-stage@pkglibdir@/* $BASE/lib/. $CP $BASE/ndb-stage@pkglibdir@/* $BASE/lib/.
$CP -r $BASE/ndb-stage@pkgincludedir@/ndb $BASE/include test -d $BASE/include/storage || mkdir $BASE/include/storage
$CP -r $BASE/ndb-stage@pkgincludedir@/storage/ndb $BASE/include/storage/
$CP -r $BASE/ndb-stage@prefix@/mysql-test/ndb $BASE/mysql-test/. || exit 1 $CP -r $BASE/ndb-stage@prefix@/mysql-test/ndb $BASE/mysql-test/. || exit 1
rm -rf $BASE/ndb-stage rm -rf $BASE/ndb-stage
fi fi
......
...@@ -165,16 +165,16 @@ They should be used with caution. ...@@ -165,16 +165,16 @@ They should be used with caution.
%{see_base} %{see_base}
%package bench %package test
Requires: %{name}-client perl-DBI perl Requires: %{name}-client perl-DBI perl
Summary: MySQL - Benchmarks and test system Summary: MySQL - Test suite
Group: Applications/Databases Group: Applications/Databases
Provides: mysql-bench Provides: mysql-test
Obsoletes: mysql-bench Obsoletes: mysql-bench mysql-test
AutoReqProv: no AutoReqProv: no
%description bench %description test
This package contains MySQL benchmark scripts and data. This package contains the MySQL regression test suite.
%{see_base} %{see_base}
...@@ -628,6 +628,9 @@ fi ...@@ -628,6 +628,9 @@ fi
%attr(755, root, root) %{_bindir}/ndb_config %attr(755, root, root) %{_bindir}/ndb_config
%attr(755, root, root) %{_bindir}/ndb_error_reporter %attr(755, root, root) %{_bindir}/ndb_error_reporter
%attr(755, root, root) %{_bindir}/ndb_size.pl %attr(755, root, root) %{_bindir}/ndb_size.pl
%attr(755, root, root) %{_bindir}/ndb_print_backup_file
%attr(755, root, root) %{_bindir}/ndb_print_schema_file
%attr(755, root, root) %{_bindir}/ndb_print_sys_file
%attr(-, root, root) %{_datadir}/mysql/ndb_size.tmpl %attr(-, root, root) %{_datadir}/mysql/ndb_size.tmpl
%files ndb-extra %files ndb-extra
...@@ -635,6 +638,7 @@ fi ...@@ -635,6 +638,7 @@ fi
%attr(755, root, root) %{_bindir}/ndb_drop_index %attr(755, root, root) %{_bindir}/ndb_drop_index
%attr(755, root, root) %{_bindir}/ndb_drop_table %attr(755, root, root) %{_bindir}/ndb_drop_table
%attr(755, root, root) %{_bindir}/ndb_delete_all %attr(755, root, root) %{_bindir}/ndb_delete_all
%attr(755, root, root) %{_sbindir}/ndb_cpcd
%files devel %files devel
%defattr(-, root, root, 0755) %defattr(-, root, root, 0755)
...@@ -667,6 +671,13 @@ fi ...@@ -667,6 +671,13 @@ fi
%{_libdir}/libmysql*.so* %{_libdir}/libmysql*.so*
%{_libdir}/libndb*.so* %{_libdir}/libndb*.so*
%files test
%defattr(-, root, root, 0755)
%attr(-, root, root) %{_datadir}/mysql-test
%attr(755, root, root) %{_bindir}/mysql_client_test
%attr(755, root, root) %{_bindir}/mysql_client_test_embedded
%attr(755, root, root) %{_bindir}/mysqltest_embedded
%files embedded %files embedded
%defattr(-, root, root, 0755) %defattr(-, root, root, 0755)
%attr(644, root, root) %{_libdir}/mysql/libmysqld.a %attr(644, root, root) %{_libdir}/mysql/libmysqld.a
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment