~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/drizzle_protocol/status_table.h

fix include of pthread.h in innobase plugin: include the same place as innobase in mysql, but we use pthread.h directly and not my_pthread

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#define PLUGIN_DRIZZLE_PROTOCOL_STATUS_TABLE_H
23
23
 
24
24
#include "drizzled/plugin/table_function.h"
25
 
 
26
 
namespace drizzle_plugin
27
 
{
28
25
namespace drizzle_protocol
29
26
{
30
27
 
60
57
  }
61
58
};
62
59
 
63
 
} /* namespace drizzle_protocol */
64
 
} /* namespace drizzle_plugin */
 
60
}
65
61
 
66
62
#endif /* PLUGIN_DRIZZLE_PROTOCOL_STATUS_TABLE_H */