1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

bug #15442 (mysqltest.test doesn't work with the embedded server)

This commit is contained in:
holyfoot@deer.(none)
2006-04-11 15:01:21 +05:00
parent 587627b1fc
commit be9f623012
3 changed files with 3 additions and 0 deletions

View File

@@ -678,6 +678,7 @@ 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;
if ( $opt_extern )
{