~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/trans_cache_ms.cc

  • Committer: Monty Taylor
  • Date: 2010-10-06 18:22:02 UTC
  • mto: (1818.1.1 build) (1821.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 1819.
  • Revision ID: mordred@inaugust.com-20101006182202-bzj2dpg6gnmbgghh
Fixed some more ICC warnings. How did I get started on this this morning?

Show diffs side-by-side

added added

removed removed

Lines of Context:
285
285
                // The cache is full.
286
286
                tc_OverFlowTID = 0;
287
287
                tc_OverFlow->tid = tid; // save the tid of the first transaction to overflow.
288
 
                tc_OverFlow->log_position = -1;
 
288
                tc_OverFlow->log_position = UINT64_MAX;
289
289
                tc_OverFlow->len = 0; 
290
290
                tc_OverFlow->terminated = MS_Running; 
291
291
                ref = OVERFLOW_TREF;
320
320
                
321
321
        tc_List[ref].tid = tid;
322
322
        tc_List[ref].len = 0;
323
 
        tc_List[ref].log_position = -1;
 
323
        tc_List[ref].log_position = UINT64_MAX;
324
324
        tc_List[ref].terminated = MS_Running;
325
325
 
326
326
        // Update these after initializing the structure because