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
ceff140d
Commit
ceff140d
authored
May 15, 2007
by
iggy@amd64.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-maint
into amd64.(none):/src/bug24732/my51-bug24732
parents
261ee205
38d29fc0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
sql/CMakeLists.txt
sql/CMakeLists.txt
+1
-1
win/create_manifest.js
win/create_manifest.js
+1
-0
No files found.
sql/CMakeLists.txt
View file @
ceff140d
...
...
@@ -85,7 +85,7 @@ TARGET_LINK_LIBRARIES(mysqld heap myisam myisammrg mysys yassl zlib dbug yassl
taocrypt strings vio regex wsock32 ws2_32
)
IF
(
EMBED_MANIFESTS
)
MYSQL_EMBED_MANIFEST
(
"mysqld"
"
requireAdministrato
r"
)
MYSQL_EMBED_MANIFEST
(
"mysqld"
"
asInvoke
r"
)
ENDIF
(
EMBED_MANIFESTS
)
IF
(
WITH_ARCHIVE_STORAGE_ENGINE
)
TARGET_LINK_LIBRARIES
(
mysqld archive
)
...
...
win/create_manifest.js
View file @
ceff140d
...
...
@@ -28,6 +28,7 @@ try
break
;
case
"
version
"
:
var
app_version
=
parts
[
1
];
app_version
+=
"
.0
"
;
break
;
case
"
arch
"
:
var
app_arch
=
parts
[
1
];
...
...
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