Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
bb806c1e
Commit
bb806c1e
authored
Jan 01, 2005
by
kent@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make_win_src_distribution.sh, make_binary_distribution.sh, mysql-test-run.sh:
Removed references to ISAM and MERGE
parent
4c914f1c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
mysql-test/mysql-test-run.sh
mysql-test/mysql-test-run.sh
+1
-1
scripts/make_binary_distribution.sh
scripts/make_binary_distribution.sh
+0
-1
scripts/make_win_src_distribution.sh
scripts/make_win_src_distribution.sh
+2
-2
No files found.
mysql-test/mysql-test-run.sh
View file @
bb806c1e
...
@@ -188,7 +188,7 @@ FAST_START=""
...
@@ -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"
#
#
...
...
scripts/make_binary_distribution.sh
View file @
bb806c1e
...
@@ -100,7 +100,6 @@ done
...
@@ -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
\
...
...
scripts/make_win_src_distribution.sh
View file @
bb806c1e
...
@@ -238,8 +238,8 @@ copy_dir_dirs() {
...
@@ -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 m
erge m
yisam
\
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment