1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.1-new-rpl

into  mysql.com:/nfsdisk1/lars/MERGE/mysql-5.1-merge
This commit is contained in:
lars/lthalmann@dl145j.mysql.com
2007-02-25 00:12:14 +01:00
39 changed files with 1359 additions and 190 deletions

View File

@@ -1479,4 +1479,11 @@ do { doubleget_union _tmp; \
#define dlerror() ""
#endif
/*
Include standard definitions of operator new and delete.
*/
#ifdef __cplusplus
#include <new>
#endif
#endif /* my_global_h */