home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2005 April
/
PCWorld_2005-04_cd.bin
/
akce
/
web
/
phptriad
/
phptriad2-2-1.exe
/
mysql
/
lib
/
Readme
Wrap
Text File
|
1998-09-07
|
702b
|
21 lines
All library files are compiled with VC++ 5.0.
The libs in debug directory are compiled with the following options:
run-time library: Debug Multithreaded
Calling convention: __cdecl
Struct member alignment: 8
This includes the DBUG library, that can be enabled by setting the
MYSQL_DEBUG environtment variable. To log everything do the following before
starting your client:
SET MYSQL_DEBUG=d:t:o,C::\temp\mysqld.log
The libs in opt directory are compiled with the following options:
run-time library: Multithreaded
Calling convention: __cdecl
Struct member alignment: 8
Optimize for speed on Pentium processors.
(It will work with any i386x processor)