1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03: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:
unknown
2002-07-16 18:43:03 +02:00
parent 6b3e98d505
commit 672cc87550
3 changed files with 4 additions and 4 deletions

View File

@ -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}