~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/varstring.h

  • Committer: Brian Aker
  • Date: 2009-05-22 18:50:00 UTC
  • mfrom: (1034.1.3 merge)
  • Revision ID: brian@gaz-20090522185000-wvehph10pogb92jt
Merge Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef DRIZZLE_SERVER_FIELD_VARSTRING
22
22
#define DRIZZLE_SERVER_FIELD_VARSTRING
23
23
 
24
 
#include <drizzled/field/longstr.h>
 
24
#include <drizzled/field/str.h>
25
25
#include <string>
26
26
 
27
 
class Field_varstring :public Field_longstr {
 
27
class Field_varstring :public Field_str {
28
28
public:
29
29
 
30
30
  using Field::store;