1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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.
This commit is contained in:
Rucha Deodhar
2021-02-08 14:52:04 +05:30
parent cb0cad8156
commit 193bfdd831
17 changed files with 113 additions and 69 deletions

View File

@ -35,7 +35,7 @@ BEGIN {
# ****************************
# information on MariaDB
$MYSQL = '@bindir@/mysql'; # path to mysql executable
$MYSQL = '@bindir@/mariadb'; # path to mariadb executable
$SERVER = '3.21';
$MYSQL_OPT = ' --batch --unbuffered';
$ACCESS_DB = 'mysql'; # name of DB with grant-tables
@ -50,8 +50,8 @@ BEGIN {
$ACCESS_U_BCK = 'user_backup';
$ACCESS_D_BCK = 'db_backup';
$DIFF = '/usr/bin/diff';
$MYSQLDUMP = '@bindir@/mysqldump';
#path to mysqldump executable
$MYSQLDUMP = '@bindir@/mariadb-dump';
#path to mariadb-dump executable
$MYSQLADMIN= 'http://foobar.com/MySQLadmin';
#URL of CGI for manipulating