~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/data_engine/variables.h

  • Committer: Monty Taylor
  • Date: 2010-02-05 08:11:15 UTC
  • mfrom: (1283 build)
  • mto: (1273.13.43 fix_is)
  • mto: This revision was merged to the branch mainline in revision 1300.
  • Revision ID: mordred@inaugust.com-20100205081115-dr82nvrwv4lvw7sd
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef PLUGIN_DATA_ENGINE_VARIABLES_H
22
22
#define PLUGIN_DATA_ENGINE_VARIABLES_H
23
23
 
 
24
#include "plugin/data_engine/state_tool.h"
 
25
 
24
26
class VariablesTool : public StateTool
25
27
{
26
28
public:
33
35
    return false;
34
36
  }
35
37
 
36
 
  drizzle_show_var *getVariables()
 
38
  drizzled::drizzle_show_var *getVariables()
37
39
  {
38
40
    return enumerate_sys_vars(current_session, false); // Final value unused
39
41
  }