~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/longlong2str.cc

  • Committer: Stewart Smith
  • Date: 2011-01-14 05:21:04 UTC
  • mto: (2086.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2087.
  • Revision ID: stewart@flamingspork.com-20110114052104-zi2ha8vb22qfvduy
add FIXME for CREATE INDEX implementation should be documented

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        itoa assumes that 10 -base numbers are allways signed and other arn't.
38
38
*/
39
39
 
40
 
#include <config.h>
 
40
#include "config.h"
41
41
 
42
42
#include "m_string.h"
43
43