mysys/thr_timer.c:543: error: NULL_DEREFERENCE pointer `param` last assigned on line 542 could be null and is dereferenced at line 543, column 5. 541. { 542. param=(int*) malloc(sizeof(int)); 543. > *param= i; 544. mysql_mutex_lock(&LOCK_thread_count); 545. if ((error= mysql_thread_create(0, Total: 1