diff options
author | unknown <lenz@mysql.com> | 2004-06-24 18:17:47 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-06-24 18:17:47 +0200 |
commit | 7800c8fec33be11fe5fb11e78b0df5a10d3fc592 (patch) | |
tree | 44a2b09b627c3024a0c5f7bc23bac42d783d3610 /VC++Files/sql | |
parent | b9c2e18541a197c27b105f92afe74a0239b8efdf (diff) | |
download | mariadb-git-7800c8fec33be11fe5fb11e78b0df5a10d3fc592.tar.gz |
- Windows compile fix: added missing file tztime.cpp to the mysqld
project file
VC++Files/sql/mysqld.dsp:
- added missing file tztime.cpp to the mysqld project file
Diffstat (limited to 'VC++Files/sql')
-rw-r--r-- | VC++Files/sql/mysqld.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/VC++Files/sql/mysqld.dsp b/VC++Files/sql/mysqld.dsp index 3f6b591cbdb..f6e37dc3633 100644 --- a/VC++Files/sql/mysqld.dsp +++ b/VC++Files/sql/mysqld.dsp @@ -1816,6 +1816,10 @@ SOURCE=.\time.cpp # End Source File # Begin Source File +SOURCE=.\tztime.cpp +# End Source File +# Begin Source File + SOURCE=.\uniques.cpp # End Source File # Begin Source File |