diff options
author | unknown <monty@donna.mysql.com> | 2000-09-07 23:58:43 +0300 |
---|---|---|
committer | unknown <monty@donna.mysql.com> | 2000-09-07 23:58:43 +0300 |
commit | b5b6edce301fdc5539b9a98e095d19088d8b18d1 (patch) | |
tree | 10e56364ce6757d09940fcf5af704e48484c9b00 /Docs | |
parent | e7ab159a75662aa7845715b8217cef88b74b77c0 (diff) | |
download | mariadb-git-b5b6edce301fdc5539b9a98e095d19088d8b18d1.tar.gz |
Small portability fixes
Docs/manual.texi:
Portability updates, user addition and changelog for 3.23.24
mysys/thr_rwlock.c:
Portability fix
scripts/make_binary_distribution.sh:
Added use of sbindir
scripts/mysql_install_db.sh:
Fixed usage of defaults files
sql/ha_myisam.cc:
Cleanup
sql/sql_base.cc:
Cleanup
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 19beb23dbde..7374977d9a2 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -6903,7 +6903,7 @@ We recommend the following @code{configure} line with @code{egcs} and shell> CC="gcc -pipe -mcpu=power2 -Wa,-many" \ CXX="gcc -pipe -mcpu=power2 -Wa,-many" \ CXXFLAGS="-felide-constructors -fno-exceptions -fno-rtti" \ - ./configure --prefix=/usr/local/mysql --with-debug --with-low-memory + ./configure --prefix=/usr/local/mysql --with-low-memory @end example The @code{-Wa,-many} is necessary for the compile to be successful. IBM is @@ -35032,7 +35032,7 @@ Shareware @strong{MySQL} client for windows. It's WYSIWYG tool which allows you to create, change and delete databases and tables. You can change field - structure and add, change and delete data in these tables directly without ODBC-driver. -@uref{http://www.presult.de, MySQL Maker homepage (look under support/downloads)} +@uref{http://62.26.183.157/presult/support/su_sweiche_download.html, MySQL Maker homepage} @item @uref{http://www.mysql.com/Downloads/Contrib/mysqlwinadmn.zip, mysqlwinadmn.zip} Windows GUI (binary only) to administrate a database, by David B. Mansel, @@ -35819,6 +35819,8 @@ Fixed small memory leak introduced from 3.23.22 when creating a temporary table. @item Fixed problem with BDB tables and reading on unique (not primary) key. +@item +Restored the win1251 character set (it's now only marked deprecated). @end itemize @node News-3.23.23, News-3.23.22, News-3.23.24, News-3.23.x |