~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/session_dictionary/variables.cc

Namespace the parser just a bit, and update our call for the type of parser
we want.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include "config.h"
22
22
 
23
23
#include "plugin/session_dictionary/dictionary.h"
 
24
#include <drizzled/user_var_entry.h>
24
25
 
25
26
#define LARGEST_USER_VARIABLE_NAME 128
26
27