~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Monty Taylor
  • Date: 2008-12-18 07:24:54 UTC
  • mto: This revision was merged to the branch mainline in revision 714.
  • Revision ID: monty@bitters-20081218072454-8pnep622damjgqli
Fixed one more my_time thing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1377
1377
    else
1378
1378
      start_utime= utime_after_lock= my_micro_time_and_time(&start_time);
1379
1379
  }
1380
 
  inline void   set_current_time()    { start_time= my_time(MY_WME); }
 
1380
  inline void   set_current_time()    { start_time= time(NULL); }
1381
1381
  inline void   set_time(time_t t)
1382
1382
  {
1383
1383
    start_time= user_time= t;