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
b0f98a30
Commit
b0f98a30
authored
Feb 14, 2002
by
monty@hundin.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable LOAD DATA LOCAL by default
parent
e45cff23
Changes
4
Show 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 @
b0f98a30
...
@@ -8,6 +8,6 @@ c_warnings="$c_warnings $debug_extra_warnings"
...
@@ -8,6 +8,6 @@ c_warnings="$c_warnings $debug_extra_warnings"
cxx_warnings
=
"
$cxx_warnings
$debug_extra_warnings
"
cxx_warnings
=
"
$cxx_warnings
$debug_extra_warnings
"
extra_configs
=
"
$pentium_configs
$debug_configs
"
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"
.
"
$path
/FINISH.sh"
Build-tools/Do-all-build-steps
View file @
b0f98a30
...
@@ -64,6 +64,7 @@ aclocal; autoheader; aclocal; automake; autoconf
...
@@ -64,6 +64,7 @@ aclocal; autoheader; aclocal; automake; autoconf
--with-mit-threads=yes
$EXTRA_CONFIG
\
--with-mit-threads=yes
$EXTRA_CONFIG
\
--enable-thread-safe-client
\
--enable-thread-safe-client
\
--with-berkeley-db
\
--with-berkeley-db
\
--enable-local-infile
\
--with-innodb
--with-innodb
gmake -j 2
gmake -j 2
...
...
Build-tools/Do-compile
View file @
b0f98a30
...
@@ -159,7 +159,7 @@ if ($opt_stage <= 1)
...
@@ -159,7 +159,7 @@ if ($opt_stage <= 1)
{
{
$opt_config_options
.=
"
--with-innodb
"
$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
")
if
(
-
d
"
$pwd
/
$host
/include-mysql
")
{
{
safe_system
("
cp -r
$pwd
/
$host
/include-mysql/*
$pwd
/
$host
/
$ver
/include
");
safe_system
("
cp -r
$pwd
/
$host
/include-mysql/*
$pwd
/
$host
/
$ver
/include
");
...
...
support-files/mysql.spec.sh
View file @
b0f98a30
...
@@ -160,6 +160,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-/bin:/usr/bin}\" \
...
@@ -160,6 +160,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-/bin:/usr/bin}\" \
./configure
\
./configure
\
$*
\
$*
\
--enable-assembler
\
--enable-assembler
\
--enable-local-infile
\
--with-mysqld-user=%{mysqld_user}
\
--with-mysqld-user=%{mysqld_user}
\
--with-unix-socket-path=/var/lib/mysql/mysql.sock
\
--with-unix-socket-path=/var/lib/mysql/mysql.sock
\
--prefix=/
\
--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