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
fc6473fb
Commit
fc6473fb
authored
Feb 14, 2002
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable LOAD DATA LOCAL by default
parent
9d5d3834
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
+4
-2
BUILD/compile-pentium-debug-max
BUILD/compile-pentium-debug-max
+1
-1
Build-tools/Do-all-build-steps
Build-tools/Do-all-build-steps
+1
-0
Build-tools/Do-compile
Build-tools/Do-compile
+1
-1
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+1
-0
No files found.
BUILD/compile-pentium-debug-max
View file @
fc6473fb
...
...
@@ -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
--with-berkeley-db --with-innodb"
extra_configs
=
"
$extra_configs
--with-berkeley-db --with-innodb
--enable-local-infile
"
.
"
$path
/FINISH.sh"
Build-tools/Do-all-build-steps
View file @
fc6473fb
...
...
@@ -64,6 +64,7 @@ aclocal; autoheader; aclocal; automake; autoconf
--with-mit-threads=yes
$EXTRA_CONFIG
\
--enable-thread-safe-client
\
--with-berkeley-db
\
--enable-local-infile
\
--with-innodb
gmake -j 2
...
...
Build-tools/Do-compile
View file @
fc6473fb
...
...
@@ -159,7 +159,7 @@ if ($opt_stage <= 1)
{
$opt_config_options
.=
"
--with-innodb
"
}
check_system
("
$opt_config_env
./configure --prefix=/usr/local/mysql
\"
--with-comment=Official MySQL
$opt_version_suffix
binary
\"
--with-extra-charsets=complex
\"
--with-server-suffix=
$opt_version_suffix
\"
--enable-thread-safe-client
$opt_config_options
","
Thank you for choosing MySQL
");
check_system
("
$opt_config_env
./configure --prefix=/usr/local/mysql
\"
--with-comment=Official MySQL
$opt_version_suffix
binary
\"
--with-extra-charsets=complex
\"
--with-server-suffix=
$opt_version_suffix
\"
--enable-thread-safe-client
--enable-local-infile
$opt_config_options
","
Thank you for choosing MySQL
");
if
(
-
d
"
$pwd
/
$host
/include-mysql
")
{
safe_system
("
cp -r
$pwd
/
$host
/include-mysql/*
$pwd
/
$host
/
$ver
/include
");
...
...
support-files/mysql.spec.sh
View file @
fc6473fb
...
...
@@ -160,6 +160,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-/bin:/usr/bin}\" \
./configure
\
$*
\
--enable-assembler
\
--enable-local-infile
\
--with-mysqld-user=%{mysqld_user}
\
--with-unix-socket-path=/var/lib/mysql/mysql.sock
\
--prefix=/
\
...
...
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