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