~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/status_dictionary/status.cc

  • Committer: Brian Aker
  • Date: 2010-03-24 19:45:37 UTC
  • mfrom: (1377.3.20 pandora-build)
  • Revision ID: brian@gaz-20100324194537-hf3tpibznhozvwl1
Merge monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
    value= ((char *) status_var + (ulong) value);
155
155
    /* fall through */
156
156
  case SHOW_LONG:
157
 
    oss << *(int64_t*) value;
 
157
    oss << *(long*) value;
158
158
    return_value= oss.str();
159
159
    break;
160
160
  case SHOW_LONGLONG_STATUS: