~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • 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:
30
30
#include <drizzled/item/subselect.h>
31
31
#include <drizzled/table_list.h>
32
32
#include <drizzled/function/math/real.h>
33
 
#include <drizzled/alter_drop.h>
34
 
#include <drizzled/alter_column.h>
35
 
#include <drizzled/alter_info.h>
36
33
#include <drizzled/key_part_spec.h>
37
34
#include <drizzled/index_hint.h>
38
35
#include <drizzled/statement.h>
958
955
 
959
956
  Name_resolution_context *current_context()
960
957
  {
961
 
    return context_stack.head();
 
958
    return &context_stack.front();
962
959
  }
963
960
 
964
961
  /**