~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/create.cc

  • Committer: Monty Taylor
  • Date: 2009-02-14 07:28:40 UTC
  • mto: This revision was merged to the branch mainline in revision 885.
  • Revision ID: mordred@inaugust.com-20090214072840-f9njqzo1iz75o87y
Fixed some of Jay's review suggestions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2992
2992
int item_create_init()
2993
2993
{
2994
2994
  string func_name;
2995
 
  func_name.reserve(255);
2996
2995
 
2997
2996
  Native_func_registry *func;
2998
2997
  for (func= func_array; func->builder != NULL; func++)