View | Details | Raw Unified | Return to bug 22564
Collapse All | Expand All

(-)a/installer/data/mysql/atomicupdate/bug_22564.perl (-2 / +1 lines)
Lines 13-17 if ( CheckVersion($DBversion) ) { Link Here
13
    );
13
    );
14
14
15
    SetVersion($DBversion);
15
    SetVersion($DBversion);
16
    printf "Upgrade to $DBversion done (Bug 22564 - Fix accounttype 'O' to 'FU' - %d updated)\n", $rows;
16
    printf "Upgrade to $DBversion done (Bug 22564 - Fix accounttype 'Rep' - %d updated)\n", $rows;
17
}
17
}
18
- 

Return to bug 22564