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
Text File  |  1998-09-07  |  702b  |  21 lines

  1. All library files are compiled with VC++ 5.0.
  2.  
  3. The libs in debug directory are compiled with the following options:
  4.  
  5. run-time library:        Debug Multithreaded
  6. Calling convention:      __cdecl
  7. Struct member alignment: 8
  8.  
  9. This includes the DBUG library, that can be enabled by setting the
  10. MYSQL_DEBUG environtment variable.  To log everything do the following before
  11. starting your client:
  12. SET MYSQL_DEBUG=d:t:o,C::\temp\mysqld.log
  13.  
  14. The libs in opt directory are compiled with the following options:
  15.  
  16. run-time library:        Multithreaded
  17. Calling convention:      __cdecl
  18. Struct member alignment: 8
  19. Optimize for speed on Pentium processors.
  20. (It will work with any i386x processor)
  21.