~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_string.h

  • Committer: Mark Atwood
  • Date: 2011-08-03 15:44:55 UTC
  • mfrom: (2318.8.15 refactor2)
  • Revision ID: me@mark.atwood.name-20110803154455-jqg3gnxofkq8wetv
mergeĀ lp:~olafvdspek/drizzle/refactor2

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
/* This file is originally from the mysql distribution. Coded by monty */
23
23
 
24
24
#include <drizzled/common.h>
 
25
#include <drizzled/util/data_ref.h>
25
26
 
26
27
#include <cassert>
27
28
#include <cstdlib>
119
120
    return Ptr;
120
121
  }
121
122
  void append_identifier(const char *name, size_t length);
 
123
  void append_identifier(str_ref);
122
124
 
123
125
  void set(String &str,size_t offset,size_t arg_length)
124
126
  {