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
c9ba7c5f
Commit
c9ba7c5f
authored
Mar 23, 2002
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
making rpl000001 working
BUILD/compile-pentium-debug: static linking
parent
0d835dc3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
2 deletions
+10
-2
BUILD/FINISH.sh
BUILD/FINISH.sh
+1
-0
BUILD/SETUP.sh
BUILD/SETUP.sh
+4
-0
BUILD/compile-pentium-debug
BUILD/compile-pentium-debug
+1
-1
configure.in
configure.in
+4
-1
No files found.
BUILD/FINISH.sh
View file @
c9ba7c5f
cflags
=
"
$c_warnings
$extra_flags
"
cxxflags
=
"
$cxx_warnings
$base_cxxflags
$extra_flags
"
extra_configs
=
"
$extra_configs
$local_infile_configs
"
configure
=
"./configure
$base_configs
$extra_configs
"
for
arg
do
...
...
BUILD/SETUP.sh
View file @
c9ba7c5f
...
...
@@ -57,6 +57,10 @@ static_link="--with-mysqld-ldflags=-all-static --with-client-ldflags=-all-static
alpha_configs
=
""
# Not used yet
pentium_configs
=
""
sparc_configs
=
""
# we need local-infile in all binaries for rpl000001
# if you need to disable local-infile in the client, write a build script
# and unset local_infile_configs
local_infile_configs
=
"--enable-local-infile"
debug_configs
=
"--with-debug"
...
...
BUILD/compile-pentium-debug
View file @
c9ba7c5f
...
...
@@ -8,6 +8,6 @@ c_warnings="$c_warnings $debug_extra_warnings"
cxx_warnings
=
"
$cxx_warnings
$debug_extra_warnings
"
extra_configs
=
"
$pentium_configs
$debug_configs
"
extra_configs
=
"
$extra_configs
"
extra_configs
=
"
$extra_configs
$static_link
"
.
"
$path
/FINISH.sh"
configure.in
View file @
c9ba7c5f
...
...
@@ -587,7 +587,10 @@ AC_SUBST(MYSQLD_USER)
AC_ARG_ENABLE
(
local-infile,
[
--enable-local-infile
If LOAD DATA LOCAL INFILE is enabled by default.],
[
ENABLED_LOCAL_INFILE
=
$enablewal
]
,
[
ENABLED_LOCAL_INFILE
=
$enablewal
AC_DEFINE
(
ENABLED_LOCAL_INFILE
)
]
,
[
ENABLED_LOCAL_INFILE
=
no
]
)
...
...
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