mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-new
This commit is contained in:
commit
71c4827b81
1 changed files with 20 additions and 24 deletions
|
@ -326,16 +326,11 @@ fi
|
||||||
make -i test-force || true
|
make -i test-force || true
|
||||||
|
|
||||||
# Save mysqld-max
|
# Save mysqld-max
|
||||||
# check if mysqld was installed in .libs/
|
./libtool --mode=execute cp sql/mysqld sql/mysqld-max
|
||||||
if test -f sql/.libs/mysqld
|
./libtool --mode=execute nm --numeric-sort sql/mysqld-max > sql/mysqld-max.sym
|
||||||
then
|
|
||||||
cp sql/.libs/mysqld sql/mysqld-max
|
|
||||||
else
|
|
||||||
cp sql/mysqld sql/mysqld-max
|
|
||||||
fi
|
|
||||||
nm --numeric-sort sql/mysqld-max > sql/mysqld-max.sym
|
|
||||||
# Save the perror binary so it supports the NDB error codes (BUG#13740)
|
# Save the perror binary so it supports the NDB error codes (BUG#13740)
|
||||||
mv extra/perror extra/perror.ndb
|
./libtool --mode=execute cp extra/perror extra/perror.ndb
|
||||||
|
|
||||||
# Install the ndb binaries
|
# Install the ndb binaries
|
||||||
(cd ndb; make install DESTDIR=$RBR)
|
(cd ndb; make install DESTDIR=$RBR)
|
||||||
|
@ -377,12 +372,8 @@ BuildMySQL "--disable-shared \
|
||||||
--with-archive-storage-engine \
|
--with-archive-storage-engine \
|
||||||
--with-innodb \
|
--with-innodb \
|
||||||
--with-big-tables"
|
--with-big-tables"
|
||||||
if test -f sql/.libs/mysqld
|
|
||||||
then
|
./libtool --mode=execute nm --numeric-sort sql/mysqld > sql/mysqld.sym
|
||||||
nm --numeric-sort sql/.libs/mysqld > sql/mysqld.sym
|
|
||||||
else
|
|
||||||
nm --numeric-sort sql/mysqld > sql/mysqld.sym
|
|
||||||
fi
|
|
||||||
|
|
||||||
# We might want to save the config log file
|
# We might want to save the config log file
|
||||||
if test -n "$MYSQL_CONFLOG_DEST"
|
if test -n "$MYSQL_CONFLOG_DEST"
|
||||||
|
@ -576,31 +567,31 @@ fi
|
||||||
%ghost %config(noreplace,missingok) %{_sysconfdir}/my.cnf
|
%ghost %config(noreplace,missingok) %{_sysconfdir}/my.cnf
|
||||||
%ghost %config(noreplace,missingok) %{_sysconfdir}/mysqlmanager.passwd
|
%ghost %config(noreplace,missingok) %{_sysconfdir}/mysqlmanager.passwd
|
||||||
|
|
||||||
%attr(755, root, root) %{_bindir}/myisamchk
|
%attr(755, root, root) %{_bindir}/my_print_defaults
|
||||||
%attr(755, root, root) %{_bindir}/myisam_ftdump
|
%attr(755, root, root) %{_bindir}/myisam_ftdump
|
||||||
|
%attr(755, root, root) %{_bindir}/myisamchk
|
||||||
%attr(755, root, root) %{_bindir}/myisamlog
|
%attr(755, root, root) %{_bindir}/myisamlog
|
||||||
%attr(755, root, root) %{_bindir}/myisampack
|
%attr(755, root, root) %{_bindir}/myisampack
|
||||||
%attr(755, root, root) %{_bindir}/my_print_defaults
|
|
||||||
%attr(755, root, root) %{_bindir}/mysqlbug
|
|
||||||
%attr(755, root, root) %{_bindir}/mysql_convert_table_format
|
%attr(755, root, root) %{_bindir}/mysql_convert_table_format
|
||||||
%attr(755, root, root) %{_bindir}/mysql_create_system_tables
|
%attr(755, root, root) %{_bindir}/mysql_create_system_tables
|
||||||
%attr(755, root, root) %{_bindir}/mysqld_multi
|
|
||||||
%attr(755, root, root) %{_bindir}/mysqld_safe
|
|
||||||
%attr(755, root, root) %{_bindir}/mysql_explain_log
|
%attr(755, root, root) %{_bindir}/mysql_explain_log
|
||||||
%attr(755, root, root) %{_bindir}/mysql_fix_extensions
|
%attr(755, root, root) %{_bindir}/mysql_fix_extensions
|
||||||
%attr(755, root, root) %{_bindir}/mysql_fix_privilege_tables
|
%attr(755, root, root) %{_bindir}/mysql_fix_privilege_tables
|
||||||
%attr(755, root, root) %{_bindir}/mysql_upgrade
|
|
||||||
%attr(755, root, root) %{_bindir}/mysqlhotcopy
|
|
||||||
%attr(755, root, root) %{_bindir}/mysql_install_db
|
%attr(755, root, root) %{_bindir}/mysql_install_db
|
||||||
%attr(755, root, root) %{_bindir}/mysql_secure_installation
|
%attr(755, root, root) %{_bindir}/mysql_secure_installation
|
||||||
%attr(755, root, root) %{_bindir}/mysql_setpermission
|
%attr(755, root, root) %{_bindir}/mysql_setpermission
|
||||||
%attr(755, root, root) %{_bindir}/mysqltest
|
|
||||||
%attr(755, root, root) %{_bindir}/mysql_tzinfo_to_sql
|
%attr(755, root, root) %{_bindir}/mysql_tzinfo_to_sql
|
||||||
|
%attr(755, root, root) %{_bindir}/mysql_upgrade
|
||||||
%attr(755, root, root) %{_bindir}/mysql_zap
|
%attr(755, root, root) %{_bindir}/mysql_zap
|
||||||
|
%attr(755, root, root) %{_bindir}/mysqlbug
|
||||||
|
%attr(755, root, root) %{_bindir}/mysqld_multi
|
||||||
|
%attr(755, root, root) %{_bindir}/mysqld_safe
|
||||||
|
%attr(755, root, root) %{_bindir}/mysqlhotcopy
|
||||||
|
%attr(755, root, root) %{_bindir}/mysqltest
|
||||||
%attr(755, root, root) %{_bindir}/perror
|
%attr(755, root, root) %{_bindir}/perror
|
||||||
%attr(755, root, root) %{_bindir}/replace
|
%attr(755, root, root) %{_bindir}/replace
|
||||||
%attr(755, root, root) %{_bindir}/resolveip
|
|
||||||
%attr(755, root, root) %{_bindir}/resolve_stack_dump
|
%attr(755, root, root) %{_bindir}/resolve_stack_dump
|
||||||
|
%attr(755, root, root) %{_bindir}/resolveip
|
||||||
%attr(755, root, root) %{_bindir}/safe_mysqld
|
%attr(755, root, root) %{_bindir}/safe_mysqld
|
||||||
|
|
||||||
%attr(755, root, root) %{_sbindir}/mysqld
|
%attr(755, root, root) %{_sbindir}/mysqld
|
||||||
|
@ -729,6 +720,11 @@ fi
|
||||||
# itself - note that they must be ordered by date (important when
|
# itself - note that they must be ordered by date (important when
|
||||||
# merging BK trees)
|
# merging BK trees)
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 01 2006 Kent Boortz <kent@mysql.com>
|
||||||
|
|
||||||
|
- Use "./libtool --mode=execute" instead of searching for the
|
||||||
|
executable in current directory and ".libs".
|
||||||
|
|
||||||
* Fri Apr 28 2006 Kent Boortz <kent@mysql.com>
|
* Fri Apr 28 2006 Kent Boortz <kent@mysql.com>
|
||||||
|
|
||||||
- Install and run "mysql_upgrade"
|
- Install and run "mysql_upgrade"
|
||||||
|
|
Loading…
Reference in a new issue