1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fixes about the embedded-server in 5.1

This commit is contained in:
holyfoot@deer.(none)
2006-01-23 11:58:14 +04:00
parent 53a379d041
commit 0b8ebc2454
7 changed files with 187 additions and 4 deletions

View File

@@ -711,6 +711,8 @@ sub command_line_setup () {
$glob_use_embedded_server= 1;
push(@glob_test_mode, "embedded");
$opt_skip_rpl= 1; # We never run replication with embedded
$opt_skip_ndbcluster= 1; # Avoid auto detection
$opt_skip_ssl= 1;
if ( $opt_extern )
{