~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/filesort.h

  • Committer: patrick crews
  • Date: 2011-03-15 12:12:09 UTC
  • mfrom: (1099.4.216 drizzle)
  • Revision ID: gleebix@gmail.com-20110315121209-8g2tkf31w0rx9ter
Tags: 2011.03.12
Updated translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
  This will replace Table_ident.
30
30
  */
31
31
 
32
 
#ifndef DRIZZLED_FILESORT_H
33
 
#define DRIZZLED_FILESORT_H
 
32
#pragma once
34
33
 
35
34
namespace drizzled {
36
35
 
94
93
 
95
94
} /* namespace drizzled */
96
95
 
97
 
#endif /* DRIZZLED_FILESORT_H */