mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
- 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
This commit is contained in:
parent
6b3e98d505
commit
672cc87550
3 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue