~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/float.cc

  • Committer: Monty Taylor
  • Date: 2009-12-27 00:49:03 UTC
  • mto: This revision was merged to the branch mainline in revision 1255.
  • Revision ID: mordred@inaugust.com-20091227004903-maw7ktxu6i6hye9b
Moved mem_root functions into drizzled::memory:: namespace.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <drizzled/item/string.h>
25
25
#include <drizzled/item/float.h>
26
26
 
27
 
namespace drizzled
28
 
{
29
 
 
30
27
extern const CHARSET_INFO *system_charset_info;
31
28
 
32
29
static uint32_t nr_of_decimals(const char *str, const char *end)
166
163
  return conv;
167
164
}
168
165
 
169
 
} /* namespace drizzled */
 
166