~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/sargable_param.h

  • Committer: Brian Aker
  • Date: 2011-02-12 08:10:17 UTC
  • mto: This revision was merged to the branch mainline in revision 2161.
  • Revision ID: brian@tangent.org-20110212081017-7793i41ybt7gp5ty
More removal of session from includes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
20
 
#pragma once
 
20
#ifndef DRIZZLED_OPTIMIZER_SARGABLE_PARAM_H
 
21
#define DRIZZLED_OPTIMIZER_SARGABLE_PARAM_H
21
22
 
22
23
namespace drizzled
23
24
{
112
113
 
113
114
} /* end namespace drizzled */
114
115
 
 
116
#endif /* DRIZZLED_OPTIMIZER_SARGABLE_PARAM_H */