~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.cc

  • Committer: Brian Aker
  • Date: 2008-11-26 21:37:50 UTC
  • Revision ID: brian@tangent.org-20081126213750-m96j23htwfymuwlt
Collection of dead code removal

Show diffs side-by-side

added added

removed removed

Lines of Context:
5077
5077
{
5078
5078
  if (ref)
5079
5079
  {
5080
 
    if ((*ref)->type() != Item::CACHE_ITEM && ref_type() != VIEW_REF &&
 
5080
    if ((*ref)->type() != Item::CACHE_ITEM &&
5081
5081
        !table_name && name && alias_name_used)
5082
5082
    {
5083
5083
      Session *session= current_session;