@@ -566,8 +566,9 @@ BEGIN
566566 INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' CLR_RWLOCK_READER' ,' SQL CLR' ,0 );
567567 INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' CLR_RWLOCK_WRITER' ,' SQL CLR' ,0 );
568568 INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' CLR_SEMAPHORE' ,' SQL CLR' ,1 );
569- INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' CLR_TASK_START' ,' SQL CLR' ,0 );
570- INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' CLRHOST_STATE_ACCESS' ,' SQL CLR' ,0 );
569+ INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable)
570+ VALUES (' CLR_TASK_START' ,' SQL CLR' ,0 ),
571+ (' CLRHOST_STATE_ACCESS' ,' SQL CLR' ,0 );
571572 INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' CMEMPARTITIONED' ,' Memory' ,0 );
572573 INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' CMEMTHREAD' ,' Memory' ,0 );
573574 INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' CXPACKET' ,' Parallelism' ,0 );
0 commit comments