summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexey Kopytov <alexeyk@mysql.com>2008-12-08 15:19:08 +0300
committerAlexey Kopytov <alexeyk@mysql.com>2008-12-08 15:19:08 +0300
commitebff4ea3a917df85ff26192c904441257592b4a1 (patch)
tree4947e6c2ffbae18fc9d40b6022b4879d90284341 /include
parent6aa4125be3ff8d910fff82ff53ace4075a39cc94 (diff)
parenta10c3ff2b0261e3440e1b3eaa7b33cb75a08eb5b (diff)
downloadmariadb-git-ebff4ea3a917df85ff26192c904441257592b4a1.tar.gz
Pull from mysql-5.1-bugteam.
Diffstat (limited to 'include')
-rw-r--r--include/my_dbug.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/my_dbug.h b/include/my_dbug.h
index fa7941faf1c..a77e439b5db 100644
--- a/include/my_dbug.h
+++ b/include/my_dbug.h
@@ -108,22 +108,6 @@ extern FILE *_db_fp_(void);
#define DBUG_EXPLAIN(buf,len)
#define DBUG_EXPLAIN_INITIAL(buf,len)
#define IF_DBUG(A)
-
-#ifdef __WIN__
-/*
- On windows all the dll export has to be declared in the *.def file
- so as we export these symbols in DEBUG mode we have to export
- these in the RELEASE mode also. So below are the dummy symbols
- for the RELEASE export
-*/
-extern char _db_doprnt_;
-extern char _db_enter_;
-extern char _db_pargs_;
-extern char _db_process_;
-extern char _db_push_;
-extern char _db_return_;
-#endif /*__WIN__*/
-
#endif
#ifdef __cplusplus
}