~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/uncompressed_length/uncompressed_length.cc

  • Committer: Monty Taylor
  • Date: 2008-12-12 19:08:32 UTC
  • mfrom: (672.1.2 thelinuxjedi)
  • mto: This revision was merged to the branch mainline in revision 676.
  • Revision ID: monty@inaugust.com-20081212190832-tjxg7wr040ls00mi
Merged from LinuxJedi.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
#include <drizzled/server_includes.h>
17
17
#include <drizzled/sql_udf.h>
18
 
#include <drizzled/function/math/int.h>
 
18
#include <drizzled/functions/int.h>
19
19
 
20
20
class Item_func_uncompressed_length : public Item_int_func
21
21
{