Skip to content

Commit

Permalink
improve ASAN instrumentation: mtr
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Jan 22, 2018
1 parent dc28b6d commit fa331ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mysql-test/mysql-test-run.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1605,6 +1605,7 @@ sub command_line_setup {
$opt_manual_debug || $opt_dbx || $opt_client_dbx || $opt_manual_dbx ||
$opt_debugger || $opt_client_debugger )
{
$ENV{ASAN_OPTIONS}= 'abort_on_error=1:'.($ENV{ASAN_OPTIONS} || '');
if ( using_extern() )
{
mtr_error("Can't use --extern when using debugger");
Expand Down

0 comments on commit fa331ac

Please sign in to comment.