| 508 | | } elsif ($myvar{'concurrent_insert'} eq "OFF" || $myvar{'concurrent_insert'} < 1) { |
|---|
| 509 | | if ($mysqlvermajor == 4) { |
|---|
| 510 | | push(@generalrec,"Enable concurrent_insert by setting it to 'ON'"); |
|---|
| 511 | | } else { |
|---|
| 512 | | push(@generalrec,"Enable concurrent_insert by setting it to 1"); |
|---|
| 513 | | } |
|---|
| | 508 | } elsif ($myvar{'concurrent_insert'} eq "OFF") { |
|---|
| | 509 | push(@generalrec,"Enable concurrent_insert by setting it to 'ON'"); |
|---|
| | 510 | } elsif ($myvar{'concurrent_insert'} eq 0) { |
|---|
| | 511 | push(@generalrec,"Enable concurrent_insert by setting it to 1"); |
|---|