summaryrefslogtreecommitdiff
path: root/VC++Files
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2004-06-28 00:42:02 +0300
committerunknown <monty@mysql.com>2004-06-28 00:42:02 +0300
commit6cf309222455818c0a6c13dffff5da7f6419910a (patch)
tree954fa8b91cc81036542a5044308f8e97a192170a /VC++Files
parentf90b266fa555d29f0606c641516f5192a1697555 (diff)
downloadmariadb-git-6cf309222455818c0a6c13dffff5da7f6419910a.tar.gz
Added missing my_time.c file to mysqlclient project
Moved include <assert.h> to my_global.h VC++Files/client/mysqlclient.dsp: Added missing my_time.c file to mysqlclient project include/my_dbug.h: Moved include <assert.h> to my_global.h Removed NDEBUG as asserts should be indenpendent of if we are using DBUG or not include/my_global.h: Added assert.h as this is included in a lot of places sql/sql_table.cc: Initialize forgotten variable
Diffstat (limited to 'VC++Files')
-rw-r--r--VC++Files/client/mysqlclient.dsp4
1 files changed, 4 insertions, 0 deletions
diff --git a/VC++Files/client/mysqlclient.dsp b/VC++Files/client/mysqlclient.dsp
index 88ae9352139..4de32e447d3 100644
--- a/VC++Files/client/mysqlclient.dsp
+++ b/VC++Files/client/mysqlclient.dsp
@@ -435,6 +435,10 @@ SOURCE=..\mysys\my_tempnam.c
# End Source File
# Begin Source File
+SOURCE=..\libmysql\my_time.c
+# End Source File
+# Begin Source File
+
SOURCE=..\mysys\my_thr_init.c
# End Source File
# Begin Source File