From 672cc87550f0c92e7881bf98e55a97e09fd81470 Mon Sep 17 00:00:00 2001 From: unknown <lenz@mysql.com> Date: Tue, 16 Jul 2002 18:43:03 +0200 Subject: [PATCH] - fixed typo in manual.texi - fixed compile option in mysql.spec Docs/manual.ja.texi: Fixed typo myslqadmin -> mysqladmin Docs/manual.texi: Fixed typo myslqadmin -> mysqladmin support-files/mysql.spec.sh: Fixed compile option --with-ssl -> --with-openssl --- Docs/manual.ja.texi | 2 +- Docs/manual.texi | 2 +- support-files/mysql.spec.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Docs/manual.ja.texi b/Docs/manual.ja.texi index dea7046b538..34fb201aab4 100644 --- a/Docs/manual.ja.texi +++ b/Docs/manual.ja.texi @@ -23949,7 +23949,7 @@ Uptime: 10077 Threads: 1 Questions: 9 Slow queries: 0 Opens: 6 Flush tables @item Max memory used @tab mysqld のコ〖ドによって木儡充り碰てられる呵络メモリ〖翁 (only available when @strong{MySQL} is compiled with --with-debug) @end multitable -If you do @code{myslqadmin shutdown} on a socket (in other words, on a +If you do @code{mysqladmin shutdown} on a socket (in other words, on a the computer where @code{mysqld} is running), @code{mysqladmin} will wait until the @code{MySQL} @code{pid-file} is removed to ensure that the @code{mysqld server} has stopped properly. diff --git a/Docs/manual.texi b/Docs/manual.texi index 83999b6daae..a7ff72dd89e 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -22470,7 +22470,7 @@ The @code{mysqladmin status} command result has the following columns: @item Max memory used @tab Maximum memory allocated directly by the @code{mysqld} code (only available when MySQL is compiled with --with-debug=full). @end multitable -If you do @code{myslqadmin shutdown} on a socket (in other words, on a +If you do @code{mysqladmin shutdown} on a socket (in other words, on a the computer where @code{mysqld} is running), @code{mysqladmin} will wait until the MySQL @code{pid-file} is removed to ensure that the @code{mysqld} server has stopped properly. diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 53b93b7b7b5..a34c15ef110 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -221,7 +221,7 @@ BuildMySQL "--disable-shared \ $USE_OTHER_LIBC_DIR \ --with-berkeley-db \ --with-innodb \ - --with-ssl \ + --with-openssl \ --with-vio \ --with-server-suffix='-Max'" @@ -256,7 +256,7 @@ BuildMySQL "--disable-shared \ $USE_OTHER_LIBC_DIR \ --without-berkeley-db \ --without-vio \ - --without-ssl" + --without-openssl" nm --numeric-sort sql/mysqld > sql/mysqld.sym %install -n mysql-%{mysql_version} -- 2.30.9