~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/compression/uncompressed_length.h

  • Committer: Brian Aker
  • Date: 2009-12-06 01:55:53 UTC
  • mfrom: (1238.1.5 push)
  • Revision ID: brian@gaz-20091206015553-cva833q4gvwj11ob
Bundle for staging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* -*- mode: c++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
2
2
 *  vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
3
3
 *
4
 
 *  Copyright (C) 2008 Sun Microsystems, Inc.
 
4
 *  Copyright (C) 2008 Sun Microsystems
5
5
 *
6
6
 *  This program is free software; you can redistribute it and/or modify
7
7
 *  it under the terms of the GNU General Public License as published by
24
24
#include <drizzled/function/math/int.h>
25
25
 
26
26
 
27
 
class Item_func_uncompressed_length : public drizzled::Item_int_func
 
27
class Item_func_uncompressed_length : public Item_int_func
28
28
{
29
 
  drizzled::String value;
 
29
  String value;
30
30
public:
31
31
  Item_func_uncompressed_length():Item_int_func(){}
32
32
  const char *func_name() const{return "uncompressed_length";}