~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/mi_info.cc

Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
    return(0);                          /* Compatible with ISAM */
43
43
  if (!(flag & HA_STATUS_NO_LOCK))
44
44
  {
45
 
    pthread_mutex_lock(&share->intern_lock);
46
45
    _mi_readinfo(info,F_RDLCK,0);
47
46
    fast_mi_writeinfo(info);
48
 
    pthread_mutex_unlock(&share->intern_lock);
49
47
  }
50
48
  if (flag & HA_STATUS_VARIABLE)
51
49
  {