Systems for MySQL
The world's most popular open source database
Contact a MySQL Representative
Login | Register
Learn about new MySQL releases, technical articles, events and more.
00001 00002 #include "my_config.h" 00003 #include "sys.h" 00004 00005 #if defined(LIBC_SCCS) && !defined(lint) 00006 #define __RCSID(x) 00007 #define __COPYRIGHT(x) 00008 #endif 00009 #define __RENAME(x) 00010 #define _DIAGASSERT(x) 00011 00012 #if !defined(__attribute__) && (defined(__cplusplus) || !defined(__GNUC__) || __GNUC__ == 2 && __GNUC_MINOR__ < 8) 00013 #define __attribute__(A) 00014 #endif 00015 00016