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
a6a20c11
Commit
a6a20c11
authored
Feb 05, 2013
by
unknown
Committed by
Sunanda Menon
Feb 05, 2013
Browse files
Options
Browse Files
Download
Plain Diff
Merge from mysql-5.5.30-release
parents
c8738c1f
31c06437
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
.bzrignore
.bzrignore
+2
-0
mysql-test/CMakeLists.txt
mysql-test/CMakeLists.txt
+4
-2
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+0
-1
No files found.
.bzrignore
View file @
a6a20c11
...
...
@@ -1313,6 +1313,7 @@ mysql-test/*.ds?
mysql-test/*.vcproj
mysql-test/.DS_Store
mysql-test/collections/default.release
mysql-test/collections/default.release.done
mysql-test/funcs_1.log
mysql-test/funcs_1.tar
mysql-test/gmon.out
...
...
@@ -3066,4 +3067,5 @@ info_macros.cmake
Docs/INFO_BIN
Docs/INFO_SRC
Testing
FilesCopied
source_downloads
mysql-test/CMakeLists.txt
View file @
a6a20c11
# Copyright (c) 2009, 201
1
, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2009, 201
2
, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -150,8 +150,10 @@ ENDMACRO()
FILE
(
GLOB infiles
"collections/*.in"
)
FOREACH
(
collin
${
infiles
}
)
STRING
(
REPLACE
".in"
""
collection
${
collin
}
)
STRING
(
REPLACE
".in"
".done"
colldone
${
collin
}
)
# Only generate file once
IF
(
NOT EXISTS
${
coll
ection
}
)
IF
(
NOT EXISTS
${
coll
done
}
)
PROCESS_COLLECTION_INCLUDE
(
${
collin
}
${
collection
}
)
FILE
(
APPEND
${
colldone
}
"
${
collin
}
\n
"
)
ENDIF
()
ENDFOREACH
()
support-files/mysql.spec.sh
View file @
a6a20c11
...
...
@@ -370,7 +370,6 @@ For a description of MySQL see the base MySQL RPM or http://www.mysql.com/
Summary: MySQL - Shared libraries
Group: Applications/Databases
Provides: MySQL-shared
Conflicts: mysql-libs mysql-libs-advanced
Obsoletes: MySQL-shared-standard MySQL-shared-pro
Obsoletes: MySQL-shared-pro-cert MySQL-shared-pro-gpl
Obsoletes: MySQL-shared-pro-gpl-cert MySQL-shared
...
...
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