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
a6871e27
Commit
a6871e27
authored
Apr 01, 2006
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge
parents
3ff1ec0f
2a4e2e8d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
README
README
+1
-1
mysql-test/Makefile.am
mysql-test/Makefile.am
+2
-1
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+5
-0
No files found.
README
View file @
a6871e27
...
...
@@ -8,7 +8,7 @@ License information can be found in these files:
For further information about MySQL or additional documentation, see:
- The latest information about MySQL: http://www.mysql.com
- The current MySQL documentation: http:/dev.mysql.com/doc
- The current MySQL documentation: http:/
/
dev.mysql.com/doc
Some manual sections of special interest:
...
...
mysql-test/Makefile.am
View file @
a6871e27
...
...
@@ -32,8 +32,9 @@ endif
benchdir_root
=
$(prefix)
testdir
=
$(benchdir_root)
/mysql-test
EXTRA_SCRIPTS
=
mysql-test-run.sh
mysql-test-run.pl
install_test_db.sh valgrind.supp
EXTRA_SCRIPTS
=
mysql-test-run.sh install_test_db.sh valgrind.supp
EXTRA_DIST
=
$(EXTRA_SCRIPTS)
dist_bin_SCRIPTS
=
mysql-test-run.pl
test_SCRIPTS
=
mysql-test-run install_test_db
test_DATA
=
std_data/client-key.pem std_data/client-cert.pem std_data/cacert.pem
\
std_data/server-cert.pem std_data/server-key.pem
...
...
support-files/mysql.spec.sh
View file @
a6871e27
...
...
@@ -238,6 +238,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-$PATH}\" \
CXXFLAGS=
\"
${
MYSQL_BUILD_CXXFLAGS
:-
$RPM_OPT_FLAGS
\
-felide-constructors -fno-exceptions -fno-rtti \
}
\"
\
LDFLAGS=
\"
$MYSQL_BUILD_LDFLAGS
\"
\
./configure
\
$*
\
--enable-assembler
\
...
...
@@ -723,6 +724,10 @@ fi
# itself - note that they must be ordered by date (important when
# merging BK trees)
%changelog
*
Sat Apr 01 2006 Kent Boortz <kent@mysql.com>
- Set
$LDFLAGS
from
$MYSQL_BUILD_LDFLAGS
*
Fri Mar 03 2006 Kent Boortz <kent@mysql.com>
- Don
't output an embedded package as it is empty
...
...
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