~jaypipes/drizzle/bugs

« back to all changes in this revision

Viewing changes to plugin/info_schema/variables.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 *   variables 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
 
32
32
 
33
33
#include <vector>
34
34
 
 
35
#include "drizzled/pthread_globals.h"
 
36
 
35
37
using namespace drizzled;
36
38
using namespace std;
37
39