~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.h

  • Committer: Monty Taylor
  • Date: 2009-12-21 08:20:42 UTC
  • mto: (1253.2.3 out-of-tree)
  • mto: This revision was merged to the branch mainline in revision 1250.
  • Revision ID: mordred@inaugust.com-20091221082042-ymnft96bneqblsqn
Removed some globals from server_includes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
 
55
55
class NormalisedDatabaseName;
56
56
 
 
57
 
57
58
typedef struct system_status_var STATUS_VAR;
58
59
 
 
60
extern STATUS_VAR global_status_var;
 
61
 
59
62
typedef struct st_lookup_field_values
60
63
{
61
64
  LEX_STRING db_value, table_value;