diff options
author | Rucha Deodhar <rucha.deodhar@mariadb.com> | 2021-02-08 14:52:04 +0530 |
---|---|---|
committer | Rucha Deodhar <rucha.deodhar@mariadb.com> | 2021-06-14 15:10:47 +0530 |
commit | 193bfdd831bbbf65e74acd12baf691d4305e3c11 (patch) | |
tree | 1bc2114e18e591571745d45a0d22f9c569b26c16 /.gitignore | |
parent | cb0cad8156f5c7de3777e465a6b8f64bc440b278 (diff) | |
download | mariadb-git-193bfdd831bbbf65e74acd12baf691d4305e3c11.tar.gz |
MDEV-22010: use executables MariaDB named in scripts
As a part of this MDEV following changes were made:
1) Mariadb named executables used instead of mysql named executables in scripts
2) renamed mysql-test-run and mysql-stress-test to mariadb-test-run and
mariadb-stress-test and created a symlink.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4de9edac44b..79f64810812 100644 --- a/.gitignore +++ b/.gitignore @@ -90,6 +90,9 @@ mysql-test/lib/My/SafeProcess/my_safe_process mysql-test/lib/My/SafeProcess/wsrep_check_version mysql-test/mtr mysql-test/mysql-test-run +mysql-test/mariadb-test-run +mysql-test/mysql-stress-test.pl +mysql-test/mysql-test-run.pl mysql-test/var* mysql-test-gcov.err mysql-test-gcov.msg |