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
6d40bcef
Commit
6d40bcef
authored
Aug 19, 2000
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge jcole@jcole:/home/jcole/bk/mysql
into tetra.spaceapes.com:/usr/home/jcole/bk/mysql
parents
07c83f84
628a4f67
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+6
-0
No files found.
support-files/mysql.spec.sh
View file @
6d40bcef
...
...
@@ -189,6 +189,7 @@ tar cf $RBR/all.tar .
# Save shared libraries
(
cd
libmysql/.libs
;
tar
cf
$RBR
/shared-libs.tar
*
.so
*
)
(
cd
libmysql_r/.libs
;
tar
rf
$RBR
/shared-libs.tar
*
.so
*
)
# Save manual to avoid rebuilding
mv
Docs/manual.ps Docs/manual.ps.save
...
...
@@ -353,6 +354,11 @@ fi
%changelog
*
Fri Aug 18 2000
- Added separate libmysql_r directory
;
now both a threaded
and non-threaded library is shipped.
*
Wed Sep 28 1999 David Axmark <davida@mysql.com>
- Added the support-files/my-example.cnf to the docs directory.
...
...
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