1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Merge trift2.:/MySQL/M51/bug29982-5.1

into  trift2.:/MySQL/M51/push-5.1
This commit is contained in:
joerg@trift2.
2007-08-02 20:19:21 +02:00
19 changed files with 0 additions and 3 deletions

3
CMakeLists.txt Normal file → Executable file
View File

@ -136,9 +136,6 @@ IF(CMAKE_GENERATOR MATCHES "Visual Studio 7" OR
# generate .map files
SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /MAP /MAPINFO:EXPORTS")
# set stack size (see bug#20815)
SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /STACK:1048576")
# remove support for Exception handling
STRING(REPLACE "/GX" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS})
STRING(REPLACE "/EHsc" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS})

0
client/CMakeLists.txt Normal file → Executable file
View File

0
dbug/CMakeLists.txt Normal file → Executable file
View File

0
extra/CMakeLists.txt Normal file → Executable file
View File

0
extra/yassl/CMakeLists.txt Normal file → Executable file
View File

0
extra/yassl/taocrypt/CMakeLists.txt Normal file → Executable file
View File

0
libmysql/CMakeLists.txt Normal file → Executable file
View File

0
mysys/CMakeLists.txt Normal file → Executable file
View File

0
regex/CMakeLists.txt Normal file → Executable file
View File

0
server-tools/instance-manager/CMakeLists.txt Normal file → Executable file
View File

0
sql/CMakeLists.txt Normal file → Executable file
View File

0
storage/heap/CMakeLists.txt Normal file → Executable file
View File

0
storage/innobase/CMakeLists.txt Normal file → Executable file
View File

0
storage/myisam/CMakeLists.txt Normal file → Executable file
View File

0
storage/myisammrg/CMakeLists.txt Normal file → Executable file
View File

0
strings/CMakeLists.txt Normal file → Executable file
View File

0
tests/CMakeLists.txt Normal file → Executable file
View File

0
vio/CMakeLists.txt Normal file → Executable file
View File

0
zlib/CMakeLists.txt Normal file → Executable file
View File