~linuxjedi/drizzle/drizzle-bug-621603

« back to all changes in this revision

Viewing changes to plugin/myisam/mi_key.cc

  • Committer: Monty Taylor
  • Date: 2010-08-17 02:54:36 UTC
  • mfrom: (1711.1.7 build)
  • Revision ID: mordred@inaugust.com-20100817025436-iuuqihjal6ubyffy
boost::program_options for InnoDB.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <math.h>
24
24
#include <cassert>
25
25
 
 
26
using namespace drizzled;
 
27
using namespace std;
 
28
 
26
29
#define CHECK_KEYS                              /* Enable safety checks */
27
30
 
28
31
#define FIX_LENGTH(cs, pos, length, char_length)                            \