~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_plugin.cc

Moved my_sys/my_pthread/my_nosys and mysys_err to mysys.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
15
15
 
16
16
#include "mysql_priv.h"
17
 
#include <my_pthread.h>
 
17
#include <mysys/my_pthread.h>
18
18
#include <my_getopt.h>
19
19
#define REPORT_TO_LOG  1
20
20
#define REPORT_TO_USER 2