Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
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
certo
mariadb
Commits
9c45aac5
Commit
9c45aac5
authored
Mar 31, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed mysql config directory location
parent
e1687582
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Makefile
Makefile
+1
-1
No files found.
Makefile
View file @
9c45aac5
...
...
@@ -8,7 +8,7 @@ client:
patch
-Np1
-d
mariadb-10.3.13
<
mariadb-10.3.13-without_server_fix.patch
cd
mariadb-10.3.13
&&
sed
-i
"s@data/test@\$${INSTALL_MYSQLTESTDIR}@g"
sql/CMakeLists.txt
mkdir
mariadb-10.3.13/build
cd
mariadb-10.3.13/build
&&
cmake
-DCMAKE_BUILD_TYPE
=
Release
-DINSTALL_LAYOUT
=
DEB
-DWITH_EXTRA_CHARSETS
=
complex
-DSKIP_TESTS
=
ON
-DWITHOUT_SERVER
=
ON
-DTOKUDB_OK
=
0 ..
cd
mariadb-10.3.13/build
&&
cmake
-DCMAKE_BUILD_TYPE
=
Release
-DINSTALL_LAYOUT
=
DEB
-D
INSTALL_SYSCONF2DIR
=
/etc/my.cnf.d
-D
WITH_EXTRA_CHARSETS
=
complex
-DSKIP_TESTS
=
ON
-DWITHOUT_SERVER
=
ON
-DTOKUDB_OK
=
0 ..
$(MAKE)
-C
mariadb-10.3.13/build
$(MAKE)
-C
mariadb-10.3.13/build
test
$(MAKE)
-C
mariadb-10.3.13/build
install
...
...
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