~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/data_engine/status.cc

Updates/bug fix for columns. Assert now for checking that we filled in all
columns.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
    {
102
102
      fill(variables->name, var->value, var->type);
103
103
    }
 
104
    else
 
105
    {
 
106
      variables++;
 
107
      continue;
 
108
    }
104
109
 
105
110
    variables++;
106
111