~drizzle-developers/ubuntu/natty/drizzle/natty

« back to all changes in this revision

Viewing changes to drizzled/index_hint.cc

  • Committer: Monty Taylor
  • Date: 2010-03-03 19:27:30 UTC
  • mto: (1308.1.2 trunk)
  • mto: This revision was merged to the branch mainline in revision 1278.
  • Revision ID: mordred@inaugust.com-20100303192730-o2o3nmp0lzhuatbe
Tags: upstream-2010.03.1317
ImportĀ upstreamĀ versionĀ 2010.03.1317

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#include "drizzled/index_hint.h"
34
34
#include "drizzled/sql_table.h"
35
35
 
 
36
namespace drizzled
 
37
{
 
38
 
36
39
/*
37
40
 * Names of the index hints (for error messages). Keep in sync with
38
41
 * index_hint_type
65
68
  }
66
69
  str->append(')');
67
70
}
 
71
 
 
72
} /* namespace drizzled */