13
13
along with this program; if not, write to the Free Software
14
14
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
17
17
#include <drizzled/sql_udf.h>
18
18
#include <drizzled/item/func.h>
19
19
#include <drizzled/item/strfunc.h>
20
20
#include <drizzled/error.h>
21
21
#include <drizzled/sql_error.h>
24
25
class Item_func_compress: public Item_str_func