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
7d3d3838
Commit
7d3d3838
authored
May 23, 2022
by
Julius Goryavsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-28583: post-merge fixes
parent
7d5d9ead
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
454 additions
and
1071 deletions
+454
-1071
mysql-test/suite/galera/r/galera_ist_MDEV-28423,debug.rdiff
mysql-test/suite/galera/r/galera_ist_MDEV-28423,debug.rdiff
+63
-139
mysql-test/suite/galera/r/galera_ist_MDEV-28423.result
mysql-test/suite/galera/r/galera_ist_MDEV-28423.result
+163
-395
mysql-test/suite/galera/r/galera_ist_MDEV-28583,debug.rdiff
mysql-test/suite/galera/r/galera_ist_MDEV-28583,debug.rdiff
+63
-139
mysql-test/suite/galera/r/galera_ist_MDEV-28583.result
mysql-test/suite/galera/r/galera_ist_MDEV-28583.result
+163
-395
scripts/wsrep_sst_mariabackup.sh
scripts/wsrep_sst_mariabackup.sh
+2
-3
No files found.
mysql-test/suite/galera/r/galera_ist_MDEV-28423,debug.rdiff
View file @
7d3d3838
This diff is collapsed.
Click to expand it.
mysql-test/suite/galera/r/galera_ist_MDEV-28423.result
View file @
7d3d3838
This diff is collapsed.
Click to expand it.
mysql-test/suite/galera/r/galera_ist_MDEV-28583,debug.rdiff
View file @
7d3d3838
This diff is collapsed.
Click to expand it.
mysql-test/suite/galera/r/galera_ist_MDEV-28583.result
View file @
7d3d3838
This diff is collapsed.
Click to expand it.
scripts/wsrep_sst_mariabackup.sh
View file @
7d3d3838
...
@@ -86,7 +86,6 @@ encrypt_threads=""
...
@@ -86,7 +86,6 @@ encrypt_threads=""
encrypt_chunk
=
""
encrypt_chunk
=
""
readonly
SECRET_TAG
=
'secret'
readonly
SECRET_TAG
=
'secret'
readonly
TOTAL_TAG
=
'secret /total'
# Required for backup locks
# Required for backup locks
# For backup locks it is 1 sent by joiner
# For backup locks it is 1 sent by joiner
...
@@ -419,7 +418,7 @@ get_transfer()
...
@@ -419,7 +418,7 @@ get_transfer()
get_footprint
()
get_footprint
()
{
{
pushd
"
$WSREP_SST_OPT_DATA
"
1>/dev/null
cd
"
$DATA_DIR
"
payload
=
$(
find
.
-regex
'.*\.ibd$\|.*\.MYI$\|.*\.MYD$\|.*ibdata1$'
\
payload
=
$(
find
.
-regex
'.*\.ibd$\|.*\.MYI$\|.*\.MYD$\|.*ibdata1$'
\
-type
f
-print0
|
du
--files0-from
=
-
--block-size
=
1
-c
-s
|
\
-type
f
-print0
|
du
--files0-from
=
-
--block-size
=
1
-c
-s
|
\
awk
'END { print $1 }'
)
awk
'END { print $1 }'
)
...
@@ -428,7 +427,7 @@ get_footprint()
...
@@ -428,7 +427,7 @@ get_footprint()
# When compression/compaction used, the progress is only an approximate.
# When compression/compaction used, the progress is only an approximate.
payload
=
$((
payload
*
1
/
2
))
payload
=
$((
payload
*
1
/
2
))
fi
fi
popd
1>/dev/null
cd
"
$OLD_PWD
"
pcmd
=
"
$pcmd
-s
$payload
"
pcmd
=
"
$pcmd
-s
$payload
"
adjust_progress
adjust_progress
}
}
...
...
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