~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/functions/get_system_var.h

  • Committer: Monty Taylor
  • Date: 2008-12-10 07:43:50 UTC
  • mto: (670.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 672.
  • Revision ID: monty@inaugust.com-20081210074350-wi2y2piv23ko707h
Removed more stuff from the headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <drizzled/functions/func.h>
24
24
 
 
25
Item *get_system_var(Session *session, enum_var_type var_type, LEX_STRING name,
 
26
                     LEX_STRING component);
 
27
 
25
28
/* A system variable */
26
29
 
27
30
class Item_func_get_system_var :public Item_func