View | Details | Raw Unified
Collapse All | Expand All

(-) src/nsvsd/nsvsd.c (+5 lines)
 Lines 142-147    Link Here 
    }
    }
    connections[th_num].result = NULL;
    connections[th_num].result = NULL;
    connections[th_num].connected = 1;
    connections[th_num].connected = 1;
    
    // API default behavior changed in mysql-5.0.3
    // However, we still want automatical reconnection
    connections[th_num].mysql.reconnect = (my_bool) 1;
    
    return 1;
    return 1;
}
}