~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

  • Committer: Brian Aker
  • Date: 2010-04-19 20:12:22 UTC
  • Revision ID: brian@gaz-20100419201222-tsv74csdp0kw7fiu
Small bug fix for when make_field lacks a mem_root.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3005
3005
  while ((cdef= it++))
3006
3006
  {
3007
3007
    *field= make_field(share,
3008
 
                       NULL,
 
3008
                       session->mem_root,
3009
3009
                       0,
3010
3010
                       cdef->length,
3011
3011
                       (cdef->flags & NOT_NULL_FLAG) ? false : true,