~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/index_hint.h

  • Committer: Monty Taylor
  • Date: 2009-12-25 09:11:55 UTC
  • mto: This revision was merged to the branch mainline in revision 1255.
  • Revision ID: mordred@inaugust.com-20091225091155-4edipjfiffzu37oy
Moved sql_alloc into memory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
                             INDEX_HINT_MASK_ORDER)
54
54
 
55
55
/* Single element of an USE/FORCE/IGNORE INDEX list specified as a SQL hint  */
56
 
class Index_hint : public Sql_alloc
 
56
class Index_hint : public drizzled::memory::SqlAlloc
57
57
{
58
58
public:
59
59
  /* The type of the hint : USE/FORCE/IGNORE */