diff options
author | unknown <lenz@mysql.com> | 2002-07-16 18:43:03 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2002-07-16 18:43:03 +0200 |
commit | 672cc87550f0c92e7881bf98e55a97e09fd81470 (patch) | |
tree | 9749c0553e054df1e7672b8b89a3d980317204ac /Docs/manual.ja.texi | |
parent | 6b3e98d505297e6cbd0cbd22d4f46eacb091d924 (diff) | |
download | mariadb-git-672cc87550f0c92e7881bf98e55a97e09fd81470.tar.gz |
- 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
Diffstat (limited to 'Docs/manual.ja.texi')
-rw-r--r-- | Docs/manual.ja.texi | 2 |
1 files changed, 1 insertions, 1 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. |