~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.h

  • Committer: Jay Pipes
  • Date: 2009-12-08 17:46:38 UTC
  • mfrom: (1240 staging)
  • mto: This revision was merged to the branch mainline in revision 1245.
  • Revision ID: jpipes@serialcoder-20091208174638-exwaq2vbq0bzvyze
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#include "drizzled/sql_list.h"
33
33
#include "drizzled/lex_string.h"
34
34
#include "drizzled/sql_parse.h"
 
35
#include "drizzled/plugin.h"
35
36
 
36
37
/* Forward declarations */
37
38
class String;
51
52
class Table;
52
53
typedef class Item COND;
53
54
 
54
 
typedef struct st_mysql_show_var SHOW_VAR;
 
55
typedef drizzle_show_var SHOW_VAR;
55
56
typedef struct system_status_var STATUS_VAR;
56
57
 
57
58
typedef struct st_lookup_field_values