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

Move list of mysqls src dirs into lib/mtr_gcov.pl as it's only used from there

This commit is contained in:
msvensson@shellback.(none)
2006-10-08 17:05:17 +02:00
parent 8a84753acf
commit ca611ed679
2 changed files with 17 additions and 17 deletions

View File

@@ -87,22 +87,6 @@ require "lib/mtr_stress.pl";
$Devel::Trace::TRACE= 1;
# Used by gcov
our @mysqld_src_dirs=
(
"strings",
"mysys",
"include",
"extra",
"regex",
"isam",
"merge",
"myisam",
"myisammrg",
"heap",
"sql",
);
##############################################################################
#
# Default settings