~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_load.cc

  • Committer: Brian Aker
  • Date: 2011-02-24 21:32:07 UTC
  • mfrom: (2198.2.5 drizzle-staging)
  • Revision ID: brian@tangent.org-20110224213207-2xoewah42d42hz26
Rollup of BUID, mostly style fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
660
660
    if (item)
661
661
    {
662
662
      /* Have not read any field, thus input cursor is simply ended */
663
 
      if (item == fields_vars.head())
 
663
      if (item == &fields_vars.front())
664
664
        break;
665
665
      for (; item ; item= it++)
666
666
      {