readme
来自「SQLBig5BugTool 宽字符操作问题」· 代码 · 共 21 行
TXT
21 行
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)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?