405
409
char *tmp= strncpy((char*)pos, err, DRIZZLE_ERRMSG_SIZE-1);
406
410
tmp+= strlen((char*)pos);
408
net.write_command(255, data_ref().clear(), data_ref(buff, tmp));
412
net.write_command(255, data_ref(), data_ref(buff, tmp));
410
414
session->main_da().can_overwrite_status= false;