~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/session_dictionary/processlist.cc

  • Committer: Brian Aker
  • Date: 2010-02-18 17:24:08 UTC
  • mto: (1273.19.13 fix_is)
  • mto: This revision was merged to the branch mainline in revision 1304.
  • Revision ID: brian@gaz-20100218172408-l224655n3lf4h6nd
Revert OSX fix, requiring more cast.

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
  }
108
108
 
109
109
  /* DRIZZLE_TIME */
110
 
  push((uint32_t)(tmp->start_time ?  now - tmp->start_time : 0));
 
110
  push(static_cast<uint64_t>(tmp->start_time ?  now - tmp->start_time : 0));
111
111
 
112
112
  /* STATE */
113
113
  val= (char*) (tmp->client->isWriting() ?