mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql
This commit is contained in:
commit
7a5ec23025
2 changed files with 4 additions and 5 deletions
5
mit-pthreads/configure
vendored
5
mit-pthreads/configure
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue