~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/mi_static.cc

  • Committer: Stewart Smith
  • Date: 2009-06-16 00:47:17 UTC
  • mto: (1119.2.6 merge)
  • mto: This revision was merged to the branch mainline in revision 1124.
  • Revision ID: stewart@flamingspork.com-20090616004717-po86r1tt9ch8eg0d
make show_create_table_utf8 test not leave tables behind

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
  a shared library
19
19
*/
20
20
 
21
 
#include "myisam_priv.h"
 
21
#include "myisamdef.h"
22
22
 
23
23
std::list<MI_INFO *> myisam_open_list;
24
24
unsigned char    myisam_file_magic[]=
26
26
unsigned char    myisam_pack_file_magic[]=
27
27
{ (unsigned char) 254, (unsigned char) 254,'\010', '\002', };
28
28
char * myisam_log_filename=(char*) "myisam.log";
29
 
int     myisam_log_file= -1;
 
29
File    myisam_log_file= -1;
30
30
uint    myisam_quick_table_bits=9;
31
31
uint32_t myisam_block_size= MI_KEY_BLOCK_LENGTH;                /* Best by test */
32
32
uint32_t myisam_concurrent_insert= 2;