~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/index_hint.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-29 12:04:36 UTC
  • mto: (2257.1.1 build) (2276.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: olafvdspek@gmail.com-20110329120436-vozkuer8vqgh027p
Always call assert()

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 * Defines the API for index hints
25
25
 */
26
26
 
27
 
#ifndef DRIZZLED_INDEX_HINT_H
28
 
#define DRIZZLED_INDEX_HINT_H
 
27
#pragma once
29
28
 
30
29
namespace drizzled
31
30
{
82
81
 
83
82
} /* namespace drizzled */
84
83
 
85
 
#endif /* DRIZZLED_INDEX_HINT_H */