mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
make_win_src_distribution.sh, make_binary_distribution.sh, mysql-test-run.sh:
Removed references to ISAM and MERGE
This commit is contained in:
@ -188,7 +188,7 @@ FAST_START=""
|
|||||||
MYSQL_TMP_DIR=$MYSQL_TEST_DIR/var/tmp
|
MYSQL_TMP_DIR=$MYSQL_TEST_DIR/var/tmp
|
||||||
SLAVE_LOAD_TMPDIR=../../var/tmp #needs to be same length to test logging
|
SLAVE_LOAD_TMPDIR=../../var/tmp #needs to be same length to test logging
|
||||||
RES_SPACE=" "
|
RES_SPACE=" "
|
||||||
MYSQLD_SRC_DIRS="strings mysys include extra regex isam merge myisam \
|
MYSQLD_SRC_DIRS="strings mysys include extra regex myisam \
|
||||||
myisammrg heap sql"
|
myisammrg heap sql"
|
||||||
MY_LOG_DIR="$MYSQL_TEST_DIR/var/log"
|
MY_LOG_DIR="$MYSQL_TEST_DIR/var/log"
|
||||||
#
|
#
|
||||||
|
@ -100,7 +100,6 @@ done
|
|||||||
BIN_FILES="extra/comp_err$BS extra/replace$BS extra/perror$BS \
|
BIN_FILES="extra/comp_err$BS extra/replace$BS extra/perror$BS \
|
||||||
extra/resolveip$BS extra/my_print_defaults$BS \
|
extra/resolveip$BS extra/my_print_defaults$BS \
|
||||||
extra/resolve_stack_dump$BS extra/mysql_waitpid$BS \
|
extra/resolve_stack_dump$BS extra/mysql_waitpid$BS \
|
||||||
isam/isamchk$BS isam/pack_isam$BS \
|
|
||||||
myisam/myisamchk$BS myisam/myisampack$BS myisam/myisamlog$BS \
|
myisam/myisamchk$BS myisam/myisampack$BS myisam/myisamlog$BS \
|
||||||
myisam/myisam_ftdump$BS \
|
myisam/myisam_ftdump$BS \
|
||||||
sql/mysqld$BS sql/mysql_tzinfo_to_sql$BS \
|
sql/mysqld$BS sql/mysql_tzinfo_to_sql$BS \
|
||||||
|
@ -238,8 +238,8 @@ copy_dir_dirs() {
|
|||||||
# Input directories to be copied
|
# Input directories to be copied
|
||||||
#
|
#
|
||||||
|
|
||||||
for i in client dbug extra heap include isam \
|
for i in client dbug extra heap include \
|
||||||
libmysql libmysqld merge myisam \
|
libmysql libmysqld myisam \
|
||||||
myisammrg mysys regex sql strings sql-common \
|
myisammrg mysys regex sql strings sql-common \
|
||||||
tools vio zlib
|
tools vio zlib
|
||||||
do
|
do
|
||||||
|
Reference in New Issue
Block a user