diff options
author | unknown <joerg@mysql.com> | 2005-09-22 18:57:07 +0200 |
---|---|---|
committer | unknown <joerg@mysql.com> | 2005-09-22 18:57:07 +0200 |
commit | ac9c1fa39bb770a568387c2bee08c8821abdbf92 (patch) | |
tree | c058d04ad7fe39f35e0b2bee070bbb3ca4bb98ef /VC++Files | |
parent | 7d6d4c8355a5a532de73156ae5e3b0b106f12cb7 (diff) | |
download | mariadb-git-ac9c1fa39bb770a568387c2bee08c8821abdbf92.tar.gz |
Fixes needed to build 5.0.13 on Windows:
- reflect two "Makefile.am" changes in the respective "VC project" files,
- correct a typo in a (normally) unused macro parameter.
VC++Files/libmysqld/libmysqld.vcproj:
Reflect a change done by Kostja in the Unix "libmysqld/Makefile.am":
New file "sql/sql_cursor.cpp" replaces "sql/protocol_cursor.cpp".
VC++Files/sql/mysqld.vcproj:
Reflect a change done by Kostja in the Unix "sql/Makefile.am":
New file "sql/sql_cursor.cpp" replaces "sql/protocol_cursor.cpp".
sql/ha_federated.cc:
Correct a typo (matters only if "SAFEMALLOC" is set).
Diffstat (limited to 'VC++Files')
-rwxr-xr-x | VC++Files/libmysqld/libmysqld.vcproj | 2 | ||||
-rwxr-xr-x | VC++Files/sql/mysqld.vcproj | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/VC++Files/libmysqld/libmysqld.vcproj b/VC++Files/libmysqld/libmysqld.vcproj index 4dcd6f0714c..eb411f79362 100755 --- a/VC++Files/libmysqld/libmysqld.vcproj +++ b/VC++Files/libmysqld/libmysqld.vcproj @@ -2299,7 +2299,7 @@ </FileConfiguration> </File> <File - RelativePath="..\sql\protocol_cursor.cpp"> + RelativePath="..\sql\sql_cursor.cpp"> <FileConfiguration Name="Debug|Win32"> <Tool diff --git a/VC++Files/sql/mysqld.vcproj b/VC++Files/sql/mysqld.vcproj index db84f081ac8..26d23022a50 100755 --- a/VC++Files/sql/mysqld.vcproj +++ b/VC++Files/sql/mysqld.vcproj @@ -4578,7 +4578,7 @@ </FileConfiguration> </File> <File - RelativePath="protocol_cursor.cpp"> + RelativePath="sql_cursor.cpp"> <FileConfiguration Name="classic nt|Win32"> <Tool |