~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/my_var.h

  • Committer: Brian Aker
  • Date: 2010-01-22 00:53:13 UTC
  • Revision ID: brian@gaz-20100122005313-jmizcbcdi1lt4tcx
Revert db patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef DRIZZLED_MY_VAR_H
22
22
#define DRIZZLED_MY_VAR_H
23
23
 
24
 
class my_var : public Sql_alloc  {
 
24
class my_var : public drizzled::memory::SqlAlloc  {
25
25
public:
26
26
  LEX_STRING s;
27
27
  bool local;