~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/str/format.cc

MergedĀ build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
using namespace std;
26
26
 
 
27
namespace drizzled
 
28
{
 
29
 
27
30
/**
28
31
  Change a number to format '3,333,333,333.000'.
29
32
 
136
139
  args[1]->print(str, query_type);
137
140
  str->append(')');
138
141
}
 
142
 
 
143
} /* namespace drizzled */