~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/handler/ha_innodb.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:
34
34
 
35
35
#include <m_ctype.h>
36
36
#include <hash.h>
37
 
#include <mysys_err.h>
38
 
#include <my_sys.h>
 
37
#include <mysys/mysys_err.h>
 
38
#include <mysys/my_sys.h>
39
39
#include "ha_innodb.h"
40
40
 
41
41
#ifndef MYSQL_SERVER