fixed heap corruption

improved memory usage
removed useless stringpooler
This commit is contained in:
David Anderson
2006-06-04 19:26:43 +00:00
parent cef005317b
commit 24cdcde968
6 changed files with 76 additions and 232 deletions

View File

@ -33,7 +33,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="wsock32.lib mysqlclient.lib"
OutputFile="$(OutDir)/mysqlx_amxx.dll"
OutputFile="$(OutDir)/mysql_amxx.dll"
LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBCMT"
GenerateDebugInformation="TRUE"
@ -82,7 +82,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="wsock32.lib mysqlclient.lib"
OutputFile="$(OutDir)/mysqlx_amxx.dll"
OutputFile="$(OutDir)/mysql_amxx.dll"
LinkIncremental="1"
IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"