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

fix embedded tests.

temporarily disable pbxt in embedded
This commit is contained in:
Sergei Golubchik
2011-10-28 20:30:42 +02:00
parent f6483d3fec
commit 949027f7c7
8 changed files with 21 additions and 8 deletions

View File

@@ -1574,9 +1574,6 @@ sub command_line_setup {
# Turn off use of bin log
push(@opt_extra_mysqld_opt, "--skip-log-bin");
# Write errors to stderr, not to mysqld.1.err
push(@opt_extra_mysqld_opt, "--disable-log-error");
if ( using_extern() )
{
mtr_error("Can't use --extern with --embedded-server");