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
a87c98b5
Commit
a87c98b5
authored
May 27, 2009
by
timothy.smith@sun.com
Committed by
MySQL Build Team
May 27, 2009
Browse files
Options
Browse Files
Download
Plain Diff
Merge from mysql-5.0.82-release
parents
1a1b1671
ea603044
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
4 deletions
+7
-4
CMakeLists.txt
CMakeLists.txt
+4
-0
include/config-win.h
include/config-win.h
+0
-4
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+2
-0
win/configure.js
win/configure.js
+1
-0
No files found.
CMakeLists.txt
View file @
a87c98b5
...
@@ -32,6 +32,10 @@ SET(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DFORCE_INIT_OF_VARS")
...
@@ -32,6 +32,10 @@ SET(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DFORCE_INIT_OF_VARS")
# Note that some engines are always compiled in, MyISAM, MyISAMMRG, HEAP
# Note that some engines are always compiled in, MyISAM, MyISAMMRG, HEAP
IF
(
WITH_COMMUNITY_FEATURES
)
ADD_DEFINITIONS
(
-DENABLED_PROFILING -DCOMMUNITY_SERVER
)
ENDIF
(
WITH_COMMUNITY_FEATURES
)
IF
(
WITH_ARCHIVE_STORAGE_ENGINE
)
IF
(
WITH_ARCHIVE_STORAGE_ENGINE
)
ADD_DEFINITIONS
(
-DHAVE_ARCHIVE_DB
)
ADD_DEFINITIONS
(
-DHAVE_ARCHIVE_DB
)
ENDIF
(
WITH_ARCHIVE_STORAGE_ENGINE
)
ENDIF
(
WITH_ARCHIVE_STORAGE_ENGINE
)
...
...
include/config-win.h
View file @
a87c98b5
...
@@ -206,10 +206,6 @@ typedef uint rf_SetTimer;
...
@@ -206,10 +206,6 @@ typedef uint rf_SetTimer;
/* If LOAD DATA LOCAL INFILE should be enabled by default */
/* If LOAD DATA LOCAL INFILE should be enabled by default */
#define ENABLED_LOCAL_INFILE 1
#define ENABLED_LOCAL_INFILE 1
/* If query profiling should be enabled by default */
#define ENABLED_PROFILING 1
#define COMMUNITY_SERVER 1
/* Convert some simple functions to Posix */
/* Convert some simple functions to Posix */
#define my_sigset(A,B) signal((A),(B))
#define my_sigset(A,B) signal((A),(B))
...
...
support-files/mysql.spec.sh
View file @
a87c98b5
...
@@ -264,6 +264,8 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-$PATH}\" \
...
@@ -264,6 +264,8 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-$PATH}\" \
--includedir=%{_includedir}
\
--includedir=%{_includedir}
\
--mandir=%{_mandir}
\
--mandir=%{_mandir}
\
--enable-thread-safe-client
\
--enable-thread-safe-client
\
--enable-community-features
\
--enable-profiling
\
--with-readline ;
\
--with-readline ;
\
# Add this for more debugging support
# Add this for more debugging support
# --with-debug
# --with-debug
...
...
win/configure.js
View file @
a87c98b5
...
@@ -39,6 +39,7 @@ try
...
@@ -39,6 +39,7 @@ try
var
parts
=
args
.
Item
(
i
).
split
(
'
=
'
);
var
parts
=
args
.
Item
(
i
).
split
(
'
=
'
);
switch
(
parts
[
0
])
switch
(
parts
[
0
])
{
{
case
"
WITH_COMMUNITY_FEATURES
"
:
case
"
WITH_ARCHIVE_STORAGE_ENGINE
"
:
case
"
WITH_ARCHIVE_STORAGE_ENGINE
"
:
case
"
WITH_BERKELEY_STORAGE_ENGINE
"
:
case
"
WITH_BERKELEY_STORAGE_ENGINE
"
:
case
"
WITH_BLACKHOLE_STORAGE_ENGINE
"
:
case
"
WITH_BLACKHOLE_STORAGE_ENGINE
"
:
...
...
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