1248
1252
&srv_monitor_file_mutex, SYNC_NO_ORDER_CHECK);
1252
1256
strlen(fil_path_to_mysql_datadir)
1254
1258
sprintf(srv_monitor_file_name, "%s/innodb_status.%lu",
1255
1259
fil_path_to_mysql_datadir, os_proc_get_number());
1256
1260
srv_monitor_file = fopen(srv_monitor_file_name, "w+");