~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/index_hint.h

Remove PLUGIN and MODULES.

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 */