~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/data_engine/status.cc

Fixes valgrind issue with status variables.

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
  }
212
212
  pthread_mutex_unlock(&LOCK_global_system_variables);
213
213
  push(name);
214
 
  push(pos, (uint32_t) (end - pos));
 
214
  if (end - pos)
 
215
    push(pos, (uint32_t) (end - pos));
 
216
  else 
 
217
    push();
215
218
}