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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
ba7b6e86
Commit
ba7b6e86
authored
Jan 10, 2007
by
kent@mysql.com/kent-amd64.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure.in:
Corrected default for --disable-grant-options
parent
bac65ee9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
configure.in
configure.in
+5
-5
No files found.
configure.in
View file @
ba7b6e86
...
...
@@ -713,19 +713,19 @@ else
AC_MSG_RESULT
([
no]
)
fi
# If we should allow init-file
and skip-grant-table
options
AC_MSG_CHECKING
(
If we should should
enable
init-file
and skip-grant-table options
)
# If we should allow init-file
, skip-grant-table and bootstrap
options
AC_MSG_CHECKING
(
If we should should
enable
init-file
, skip-grant-table options and bootstrap
)
AC_ARG_ENABLE
(
grant-options,
[
--disable-grant-options
Disables the use of
--init-file
and
--skip-grant-tables
options],
[
--disable-grant-options
Disables the use of
--init-file
,
--skip-grant-tables
and
--bootstrap
options],
[
mysql_grant_options_enabled
=
$enableval
]
,
[
mysql_grant_options_enabled
=
no
]
[
mysql_grant_options_enabled
=
yes
]
)
if
test
"
$mysql_grant_options_enabled
"
=
"yes"
then
AC_MSG_RESULT
([
yes
])
else
AC_DEFINE
([
DISABLE_GRANT_OPTIONS],
[
1],
[
Disables the use of
--init-file
and
--skip-grant-tables
options]
)
[
Disables the use of
--init-file
,
--skip-grant-tables
and
--bootstrap
options]
)
AC_MSG_RESULT
([
no]
)
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