Readme
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
源码类别:

模拟服务器

开发平台:

C/C++

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