@@ -437,15 +437,15 @@ BEGIN
437437 INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' BROKER_TRANSMITTER' ,' Service Broker' ,1 );
438438 INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' CHECKPOINT_QUEUE' ,' Idle' ,1 );
439439 INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' CHKPT' ,' Tran Log IO' ,0 );
440- INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' CLR_AUTO_EVENT' ,' SQL CLR' ,0 );
440+ INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' CLR_AUTO_EVENT' ,' SQL CLR' ,1 );
441441 INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' CLR_CRST' ,' SQL CLR' ,0 );
442442 INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' CLR_JOIN' ,' SQL CLR' ,0 );
443- INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' CLR_MANUAL_EVENT' ,' SQL CLR' ,0 );
443+ INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' CLR_MANUAL_EVENT' ,' SQL CLR' ,1 );
444444 INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' CLR_MEMORY_SPY' ,' SQL CLR' ,0 );
445445 INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' CLR_MONITOR' ,' SQL CLR' ,0 );
446446 INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' CLR_RWLOCK_READER' ,' SQL CLR' ,0 );
447447 INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' CLR_RWLOCK_WRITER' ,' SQL CLR' ,0 );
448- INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' CLR_SEMAPHORE' ,' SQL CLR' ,0 );
448+ INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' CLR_SEMAPHORE' ,' SQL CLR' ,1 );
449449 INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' CLR_TASK_START' ,' SQL CLR' ,0 );
450450 INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' CLRHOST_STATE_ACCESS' ,' SQL CLR' ,0 );
451451 INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' CMEMPARTITIONED' ,' Memory' ,0 );
0 commit comments