~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.h

  • Committer: Brian Aker
  • Date: 2010-02-26 23:01:04 UTC
  • mto: (1309.2.7 fix_is)
  • mto: This revision was merged to the branch mainline in revision 1313.
  • Revision ID: brian@gaz-20100226230104-vlj2iirwortsdjt6
Remove dead code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
typedef st_ha_create_information HA_CREATE_INFO;
46
46
struct TableList;
47
47
 
48
 
namespace plugin
49
 
{
50
 
  class InfoSchemaTable;
51
 
}
52
 
 
53
 
 
54
48
class Table;
55
49
typedef class Item COND;
56
50
 
57
51
extern struct system_status_var global_status_var;
58
52
 
59
 
typedef struct st_lookup_field_values
60
 
{
61
 
  LEX_STRING db_value, table_value;
62
 
  bool wild_db_value, wild_table_value;
63
 
} LOOKUP_FIELD_VALUES;
64
 
 
65
53
drizzle_show_var *getFrontOfStatusVars();
66
54
drizzle_show_var *getCommandStatusVars();
67
55