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
7d01bfda
Commit
7d01bfda
authored
Nov 05, 2007
by
mleich@five.local.lan
Browse files
Options
Browse Files
Download
Plain Diff
Merge five.local.lan:/work/trees/mysql-5.1-build-src-clean
into five.local.lan:/work/merge/mysql-5.1-build
parents
1cf66d3d
51be103e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
CMakeLists.txt
CMakeLists.txt
+2
-0
support-files/mysql.server.sh
support-files/mysql.server.sh
+1
-1
No files found.
CMakeLists.txt
View file @
7d01bfda
...
...
@@ -13,6 +13,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.4.7 FATAL_ERROR
)
PROJECT
(
MySql
)
# This reads user configuration, generated by configure.js.
...
...
support-files/mysql.server.sh
View file @
7d01bfda
...
...
@@ -314,7 +314,7 @@ case "$mode" in
fi
exit
$return_value
else
log_failure_msg
"Couldn't find MySQL manager
or server
"
log_failure_msg
"Couldn't find MySQL manager
(
$manager
) or server (
$bindir
/mysqld_safe)
"
fi
;;
...
...
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