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
89eeff65
Commit
89eeff65
authored
May 18, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/usr/home/ram/work/mysql-5.0-build
into mysql.com:/usr/home/ram/work/mysql-5.0
parents
41407d1a
93e8f182
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
mysql-test/r/rpl_variables.result
mysql-test/r/rpl_variables.result
+1
-1
mysql-test/t/rpl_variables.test
mysql-test/t/rpl_variables.test
+1
-1
scripts/make_binary_distribution.sh
scripts/make_binary_distribution.sh
+2
-2
No files found.
mysql-test/r/rpl_variables.result
View file @
89eeff65
...
...
@@ -11,7 +11,7 @@ Variable_name Value
slave_compressed_protocol OFF
show variables like 'slave_load_tmpdir';
Variable_name Value
slave_load_tmpdir
MYSQL_TEST_DIR/var/tmp/
slave_load_tmpdir
SLAVE_LOAD_TMPDIR
show variables like 'slave_skip_errors';
Variable_name Value
slave_skip_errors 3,100,137,643,1752
mysql-test/t/rpl_variables.test
View file @
89eeff65
...
...
@@ -5,7 +5,7 @@ set global sql_slave_skip_counter=100;
# BUG #7800: Add various-slave related variables to SHOW VARIABLES
show
variables
like
'slave_compressed_protocol'
;
--
replace_
result
$MYSQL_TEST_DIR
MYSQL_TEST_
DIR
--
replace_
column
2
SLAVE_LOAD_TMP
DIR
show
variables
like
'slave_load_tmpdir'
;
# We just set some arbitrary values in variables-master.opt so we can test
# that a list of values works correctly
...
...
scripts/make_binary_distribution.sh
View file @
89eeff65
...
...
@@ -315,8 +315,8 @@ system=`echo $system | sed -e 's/solaris2.\([0-9]*\)/solaris\1/g'`
system
=
`
echo
$system
|
sed
-e
's/sco3.2v\(.*\)/openserver\1/g'
`
# Use the override --machine if present
if
[
$MACHINE
!=
""
]
;
then
machine
=
$MACHINE
if
[
-n
$MACHINE
]
;
then
machine
=
$MACHINE
fi
# Change the distribution to a long descriptive name
...
...
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