~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_static.cc

  • Committer: Padraig O'Sullivan
  • Date: 2009-03-28 06:09:15 UTC
  • mto: (968.2.5 mordred)
  • mto: This revision was merged to the branch mainline in revision 971.
  • Revision ID: osullivan.padraig@gmail.com-20090328060915-46xg06g2lavjmbhn
Refactoring MyISAM storage engine again based on LIST replacement with
std::list.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
#include "myisamdef.h"
22
22
 
23
 
LIST    *myisam_open_list=0;
 
23
std::list<MI_INFO *> myisam_open_list;
24
24
unsigned char    myisam_file_magic[]=
25
25
{ (unsigned char) 254, (unsigned char) 254,'\007', '\001', };
26
26
unsigned char    myisam_pack_file_magic[]=