mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
Add skip-bdb to im defaults file in 5.0
This commit is contained in:
parent
93c0cddbd4
commit
bd1f1d9841
1 changed files with 4 additions and 1 deletions
|
|
@ -2541,7 +2541,10 @@ skip-innodb
|
|||
skip-ndbcluster
|
||||
EOF
|
||||
;
|
||||
|
||||
if ( $mysql_version_id < 50100 )
|
||||
{
|
||||
print OUT "skip-bdb\n";
|
||||
}
|
||||
print OUT "nonguarded\n" if $instance->{'nonguarded'};
|
||||
if ( $mysql_version_id >= 50100 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue