~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/mi_search.cc

  • Committer: Brian Aker
  • Date: 2011-01-24 23:10:42 UTC
  • mto: This revision was merged to the branch mainline in revision 2113.
  • Revision ID: brian@tangent.org-20110124231042-hg2zx5cq1angsgjy
Minor cleanup, drop one of two needs for current session during parsing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
/* key handling functions */
17
17
 
18
18
#include "myisam_priv.h"
19
 
#include <drizzled/charset_info.h>
20
 
#include <drizzled/internal/m_string.h>
 
19
#include "drizzled/charset_info.h"
 
20
#include "drizzled/internal/m_string.h"
21
21
#include <drizzled/util/test.h>
22
22
 
23
23
using namespace drizzled;