~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: lbieber
  • Date: 2010-10-07 02:59:11 UTC
  • mfrom: (1818.1.2 build)
  • Revision ID: lbieber@orisndriz08-20101007025911-rz1n8q23hrwxks6v
Merge Brian - Fix a large number of warning issues on ICC. sql_string becomes 64bit
Merge Monty - clean up ICC warnings

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