~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/info_schema/processlist.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
    {
192
192
      tmp= *it;
193
193
      Security_context *tmp_sctx= &tmp->security_ctx;
194
 
      struct st_my_thread_var *mysys_var;
 
194
      internal::st_my_thread_var *mysys_var;
195
195
      const char *val;
196
196
 
197
197
      if (! tmp->client->isConnected())