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
a4ab66c8
Commit
a4ab66c8
authored
Jan 09, 2019
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make the PYTHON_SHEBANG value configurable
and gitignore myrocks_hotbackup (as it's now generated) Closes #1081
parent
7334f971
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
.gitignore
.gitignore
+1
-0
CMakeLists.txt
CMakeLists.txt
+2
-1
No files found.
.gitignore
View file @
a4ab66c8
...
...
@@ -189,6 +189,7 @@ storage/myisam/myisampack
storage/myisam/rt_test
storage/myisam/sp_test
storage/rocksdb/ldb
storage/rocksdb/myrocks_hotbackup
storage/rocksdb/mysql_ldb
storage/rocksdb/sst_dump
storage/rocksdb/rdb_source_revision.h
...
...
CMakeLists.txt
View file @
a4ab66c8
...
...
@@ -334,7 +334,8 @@ MYSQL_CHECK_SSL()
MYSQL_CHECK_READLINE
()
SET
(
MALLOC_LIBRARY
"system"
)
SET
(
PYTHON_SHEBANG
"/usr/bin/env python"
)
SET
(
PYTHON_SHEBANG
"/usr/bin/env python"
CACHE STRING
"python shebang"
)
MARK_AS_ADVANCED
(
PYTHON_SHEBANG
)
CHECK_PCRE
()
...
...
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