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
738d4604
Commit
738d4604
authored
Dec 22, 2022
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmake: rename backup component to Backup
for consistency
parent
951b7ab5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
cmake/cpack_rpm.cmake
cmake/cpack_rpm.cmake
+1
-1
extra/mariabackup/CMakeLists.txt
extra/mariabackup/CMakeLists.txt
+2
-2
No files found.
cmake/cpack_rpm.cmake
View file @
738d4604
...
...
@@ -31,7 +31,7 @@ SET(CPACK_COMPONENTS_ALL Server ManPagesServer IniFiles Server_Scripts
SupportFiles Development ManPagesDevelopment
ManPagesTest Readme ManPagesClient Test
Common Client SharedLibraries ClientPlugins
b
ackup
B
ackup
)
SET
(
CPACK_RPM_PACKAGE_NAME
${
CPACK_PACKAGE_NAME
}
)
...
...
extra/mariabackup/CMakeLists.txt
View file @
738d4604
...
...
@@ -76,7 +76,7 @@ MYSQL_ADD_EXECUTABLE(mariadb-backup
${
PROJECT_BINARY_DIR
}
/sql/sql_builtin.cc
${
PROJECT_SOURCE_DIR
}
/sql/net_serv.cc
${
PROJECT_SOURCE_DIR
}
/libmysqld/libmysql.c
COMPONENT
b
ackup
COMPONENT
B
ackup
)
# Export all symbols on Unix, for better crash callstacks
...
...
@@ -99,7 +99,7 @@ MYSQL_ADD_EXECUTABLE(mbstream
xbstream.cc
xbstream_read.cc
xbstream_write.cc
COMPONENT
b
ackup
COMPONENT
B
ackup
)
...
...
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