~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/longlong2str.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
#include "m_string.h"
43
43
 
 
44
namespace drizzled
 
45
{
 
46
namespace internal
 
47
{
 
48
 
44
49
#if !defined(int64_t2str) && !defined(HAVE_LONGLONG2STR)
45
50
 
46
51
char _dig_vec_upper[] =
145
150
  return dst-1;
146
151
}
147
152
#endif
 
153
 
 
154
} /* namespace internal */
 
155
} /* namespace drizzled */