Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql

This commit is contained in:
monty@donna.mysql.com 2000-08-30 23:58:22 +03:00
commit 7a5ec23025
2 changed files with 4 additions and 5 deletions

View file

@ -12,8 +12,7 @@ if test ! -d obj ; then
fi
if test -n "$1" ; then
exec $config "$@"
sh $config "$@"
else
exec $config
sh $config
fi

View file

@ -352,9 +352,9 @@ fi
%files bench
%attr(-, root, root) /usr/share/sql-bench
%changelog
%changelog
* Fri Aug 18 2000
* Fri Aug 18 2000 Tim Smith <tim@mysql.com>
- Added separate libmysql_r directory; now both a threaded
and non-threaded library is shipped.