1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Changes to make "sql/sql_locale.cc" compile + link on Windows:

1) When initializing a boolean variable, do not use string representations '"false"' and '"true"' 
    but rather the boolean values 'false' and 'true'.
2) Add the module to the various Windows description files.
This commit is contained in:
joerg@trift2.
2006-07-17 20:40:41 +02:00
parent 671019efd6
commit c621d4e45c
12 changed files with 322 additions and 109 deletions

View File

@ -1610,6 +1610,10 @@ SOURCE=.\sql_load.cpp
# End Source File
# Begin Source File
SOURCE=.\sql\sql_locale.cpp
# End Source File
# Begin Source File
SOURCE=.\sql_manager.cpp
# End Source File
# Begin Source File