~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/system_variables.h

Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
struct drizzle_system_variables
28
28
{
29
 
  drizzle_system_variables()
30
 
  {}
31
29
  /*
32
30
    How dynamically allocated system variables are handled:
33
31