~mdcallag/+junk/5.1-map

« back to all changes in this revision

Viewing changes to storage/innobase/srv/srv0que.c

  • Committer: msvensson at pilot
  • Date: 2007-04-24 09:11:45 UTC
  • mfrom: (2469.1.106)
  • Revision ID: sp1r-msvensson@pilot.blaudden-20070424091145-10463
Merge pilot.blaudden:/home/msvensson/mysql/my51-m-mysql_upgrade
into  pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
        que_thr_t*      thr)    /* in: query thread */
83
83
{
84
84
        ut_ad(thr);
85
 
 
86
 
#ifdef UNIV_SYNC_DEBUG
87
85
        ut_ad(mutex_own(&kernel_mutex));
88
 
#endif /* UNIV_SYNC_DEBUG */
89
86
 
90
87
        UT_LIST_ADD_LAST(queue, srv_sys->tasks, thr);
91
88