diff options
author | Ingo Struewing <ingo.struewing@sun.com> | 2009-02-27 12:20:53 +0100 |
---|---|---|
committer | Ingo Struewing <ingo.struewing@sun.com> | 2009-02-27 12:20:53 +0100 |
commit | 29ca5d019ca35e530228486ca97f122a1ea95828 (patch) | |
tree | 7461b1189623c29f6a7385ff1e6cbaba2d920527 /.bzrignore | |
parent | d3380a9285281a5d8cb232675a5392be5cede6bb (diff) | |
download | mariadb-git-29ca5d019ca35e530228486ca97f122a1ea95828.tar.gz |
Bug#40446 - mysql-test-run --gcov is broken
Some variable values were missing and perl constructs failed.
Initialized the variables and refactored the gcov functions.
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 01ef6f2ffef..fad758b54b8 100644 --- a/.bzrignore +++ b/.bzrignore @@ -1295,6 +1295,8 @@ mysql-test/linux_sys_vars.inc mysql-test/load_sysvars.inc mysql-test/mtr mysql-test/mysql-test-run +mysql-test/mysql-test-gcov.err +mysql-test/mysql-test-gcov.msg mysql-test/mysql-test-run-shell mysql-test/mysql-test-run.log mysql-test/mysql_test_run_new |