OS/2 Notes
187
SEMMNU = SEMMNS
Set the value of
SEMMNU
to equal the value of
SEMMNS
. You could probably set this to 75% of
SEMMNS
, but this is a conservative estimate.
2.20.6. OS/2 Notes
Note
We no longer test builds on OS/2. The notes in this section are provided for
your information but may not work on your system.
MySQL uses quite a few open files. Because of this, you should add something like the following to
your
CONFIG.SYS
file:
SET EMXOPT=-c -n -h1024
If you do not do this, you may encounter the following error:
File '
xxxx
' not found (Errcode: 24)
When using MySQL with OS/2 Warp 3, FixPack 29 or above is required. With OS/2 Warp 4, FixPack
4 or above is required. This is a requirement of the Pthreads library. MySQL must be installed on a
partition with a type that supports long file names, such as HPFS, FAT32, and so on.
The
INSTALL.CMD
script must be run from OS/2's own
CMD.EXE
and may not work with replacement
shells such as
4OS2.EXE
.
The
scripts/mysql-install-db
script has been renamed. It is called
install.cmd
and is a
REXX script, which sets up the default MySQL security settings and creates the WorkPlace Shell icons
for MySQL.
Dynamic module support is compiled in but not fully tested. Dynamic modules should be compiled
using the Pthreads runtime library.
gcc -Zdll -Zmt -Zcrtdll=pthrdrtl -I../include -I../regex -I.. \
-o example udf_example.c -L../lib -lmysqlclient udf_example.def
mv example.dll example.udf
Note
Due to limitations in OS/2, UDF module name stems must not exceed eight
characters. Modules are stored in the
/mysql2/udf
directory; the
safe-
mysqld.cmd
script puts this directory in the
BEGINLIBPATH
environment
variable. When using UDF modules, specified extensions are ignored---it is
assumed to be
.udf
. For example, in Unix, the shared module might be named
example.so
and you would load a function from it like this:
mysql>
CREATE FUNCTION metaphon RETURNS STRING SONAME 'example.so';
In OS/2, the module would be named
example.udf
, but you would not specify the module extension:
mysql>
CREATE FUNCTION metaphon RETURNS STRING SONAME 'example';
2.21. Environment Variables
This section lists all the environment variables that are used directly or indirectly by MySQL. Most of
these can also be found in other places in this manual.
Note that any options on the command line take precedence over values specified in option files
and environment variables, and values in option files take precedence over values in environment
variables.
Содержание 5.0
Страница 1: ...MySQL 5 0 Reference Manual ...
Страница 18: ...xviii ...
Страница 60: ...40 ...
Страница 396: ...376 ...
Страница 578: ...558 ...
Страница 636: ...616 ...
Страница 844: ...824 ...
Страница 1234: ...1214 ...
Страница 1426: ...MySQL Proxy Scripting 1406 The following diagram shows an overview of the classes exposed by MySQL Proxy ...
Страница 1427: ...MySQL Proxy Scripting 1407 ...
Страница 1734: ...1714 ...
Страница 1752: ...1732 ...
Страница 1783: ...Configuring Connector ODBC 1763 ...
Страница 1793: ...Connector ODBC Examples 1773 ...
Страница 1839: ...Connector Net Installation 1819 2 You must choose the type of installation to perform ...
Страница 1842: ...Connector Net Installation 1822 5 Once the installation has been completed click Finish to exit the installer ...
Страница 1864: ...Connector Net Visual Studio Integration 1844 Figure 20 24 Debug Stepping Figure 20 25 Function Stepping 1 of 2 ...
Страница 2850: ...2830 ...
Страница 2854: ...2834 ...
Страница 2928: ...2908 ...
Страница 3000: ...2980 ...
Страница 3122: ...3102 ...
Страница 3126: ...3106 ...
Страница 3174: ...3154 ...
Страница 3232: ...3212 ...