~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/info_schema/status.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 *   status I_S table methods.
24
24
 */
25
25
 
26
 
#include "drizzled/server_includes.h"
 
26
#include "config.h"
27
27
#include "drizzled/session.h"
28
28
#include "drizzled/show.h"
29
29
#include "drizzled/tztime.h"
 
30
#include "drizzled/pthread_globals.h"
30
31
 
31
32
#include "helper_methods.h"
32
33
#include "status.h"