~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/compression/uncompress.h

  • Committer: Brian Aker
  • Date: 2009-05-26 02:54:31 UTC
  • mfrom: (1022.2.34 mordred)
  • Revision ID: brian@gaz-20090526025431-hpjmsrr4j6nftuic
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
  String buffer;
31
31
public:
32
32
  Item_func_uncompress(): Item_str_func(){}
 
33
  virtual ~Item_func_uncompress() {}
33
34
  void fix_length_and_dec(){ maybe_null= 1; max_length= MAX_BLOB_WIDTH; }
34
35
  bool check_argument_count(int n) { return (n==1); }
35
36
  const char *func_name() const{return "uncompress";}