~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/mi_open.cc

Merged Trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
    share_buff.state.rec_per_key_part=rec_per_key_part;
98
98
    share_buff.state.key_root=key_root;
99
99
    share_buff.state.key_del=key_del;
100
 
    share_buff.key_cache= multi_key_cache_search((unsigned char*) name_buff,
101
 
                                                 strlen(name_buff));
 
100
    share_buff.key_cache= dflt_key_cache;
102
101
 
103
102
    if ((kfile=my_open(name_buff,(open_mode=O_RDWR),MYF(0))) < 0)
104
103
    {