Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new

into  mysql.com:/Users/emurphy/src/mysql/bk-clean/mysql-5.1-new
This commit is contained in:
unknown 2006-04-14 10:44:36 -04:00
commit a7296d9202

View file

@ -21,9 +21,7 @@
#ifndef TAP_H
#define TAP_H
#ifndef __GNUC__
#define __attribute__(F)
#endif
#include "my_global.h"
/*
@defgroup MyTAP MySQL support for performing unit tests according to TAP.