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
36ea5dff
Commit
36ea5dff
authored
Dec 14, 2022
by
Daniel Black
Committed by
Sergei Golubchik
Feb 12, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
resolve-stack-dump was moved from server to client (RPM)
like where the man page and Debian package put it.
parent
c6f08144
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
+2
-2
extra/CMakeLists.txt
extra/CMakeLists.txt
+1
-1
No files found.
cmake/cpack_rpm.cmake
View file @
36ea5dff
...
...
@@ -184,7 +184,7 @@ SETA(CPACK_RPM_client_PACKAGE_PROVIDES
"mysql-client"
"mytop"
)
SETA
(
CPACK_RPM_client_PACKAGE_CONFLICTS
"MariaDB-server < 1
0.6
.0"
)
"MariaDB-server < 1
1.0
.0"
)
SETA
(
CPACK_RPM_common_PACKAGE_CONFLICTS
"MariaDB-server < 10.6.1"
)
...
...
@@ -216,7 +216,7 @@ SETA(CPACK_RPM_test_PACKAGE_PROVIDES
SETA
(
CPACK_RPM_server_PACKAGE_REQUIRES
"MariaDB-common >= 10.6.1"
"MariaDB-client >= 1
0.6.1
"
)
"MariaDB-client >= 1
1.0.0
"
)
IF
(
WITH_WSREP
)
SETA
(
CPACK_RPM_server_PACKAGE_REQUIRES
...
...
extra/CMakeLists.txt
View file @
36ea5dff
...
...
@@ -91,7 +91,7 @@ MYSQL_ADD_EXECUTABLE(replace replace.c COMPONENT Client)
TARGET_LINK_LIBRARIES
(
replace mysys
)
IF
(
UNIX
)
MYSQL_ADD_EXECUTABLE
(
resolve_stack_dump resolve_stack_dump.c
)
MYSQL_ADD_EXECUTABLE
(
resolve_stack_dump resolve_stack_dump.c
COMPONENT Client
)
TARGET_LINK_LIBRARIES
(
resolve_stack_dump mysys
)
MYSQL_ADD_EXECUTABLE
(
mariadb-waitpid mysql_waitpid.c COMPONENT Client
)
...
...
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