Commit bd1f1d98 authored by unknown's avatar unknown

Add skip-bdb to im defaults file in 5.0

parent 93c0cddb
...@@ -2541,7 +2541,10 @@ skip-innodb ...@@ -2541,7 +2541,10 @@ skip-innodb
skip-ndbcluster skip-ndbcluster
EOF EOF
; ;
if ( $mysql_version_id < 50100 )
{
print OUT "skip-bdb\n";
}
print OUT "nonguarded\n" if $instance->{'nonguarded'}; print OUT "nonguarded\n" if $instance->{'nonguarded'};
if ( $mysql_version_id >= 50100 ) if ( $mysql_version_id >= 50100 )
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment