76
76
static void create_pid_file()
85
if (!my_write(file, (unsigned char*) buff, (uint32_t) (end-buff), MYF(MY_WME | MY_NABP)))
86
length= snprintf(buff, 1024, "%ld\n", (long) getpid());
95
snprintf(buff, 1024, "Can't start server: can't create PID file (%s)", pidfile_name);