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
af22c45e
Commit
af22c45e
authored
Nov 09, 2013
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mariadb-tokudb-engine-10.0.deb
parent
80112232
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
3 deletions
+8
-3
debian/autobake-deb.sh
debian/autobake-deb.sh
+1
-1
debian/dist/Debian/rules
debian/dist/Debian/rules
+1
-1
debian/dist/Ubuntu/rules
debian/dist/Ubuntu/rules
+1
-1
debian/mariadb-tokudb-engine-10.0.files
debian/mariadb-tokudb-engine-10.0.files
+5
-0
No files found.
debian/autobake-deb.sh
View file @
af22c45e
...
...
@@ -15,7 +15,7 @@ set -e
# Buildbot, running the test suite from installed .debs on a clean VM.
export
DEB_BUILD_OPTIONS
=
"nocheck"
export
MARIADB_OPTIONAL_DEBS
=
"tokudb-engine"
export
MARIADB_OPTIONAL_DEBS
=
"tokudb-engine
-10.0
"
# Find major.minor version.
#
...
...
debian/dist/Debian/rules
View file @
af22c45e
...
...
@@ -205,7 +205,7 @@ install: build
rm -f $$autorm; \
ignore=''; \
for p in $$MARIADB_OPTIONAL_DEBS; do \
p=mariadb-$$p
-5.5
; \
p=mariadb-$$p; \
dh_movefiles --package=$$p || echo "../$$p*.deb" >> $$autorm; \
ignore="$$ignore --no-package=$$p"; \
done; \
...
...
debian/dist/Ubuntu/rules
View file @
af22c45e
...
...
@@ -210,7 +210,7 @@ install: build
rm -f $$autorm; \
ignore=''; \
for p in $$MARIADB_OPTIONAL_DEBS; do \
p=mariadb-$$p
-5.5
; \
p=mariadb-$$p; \
dh_movefiles --package=$$p || echo "../$$p*.deb" >> $$autorm; \
ignore="$$ignore --no-package=$$p"; \
done; \
...
...
debian/mariadb-tokudb-engine-
5.5
.files
→
debian/mariadb-tokudb-engine-
10.0
.files
View file @
af22c45e
etc/mysql/conf.d/tokudb.cnf
usr/bin/tokuftdump
usr/lib/mysql/plugin/ha_tokudb.so
usr/share/doc/mariadb-tokudb-engine-
5.5
/README-TOKUDB
usr/share/doc/mariadb-tokudb-engine-
5.5
/README.md
usr/share/doc/mariadb-tokudb-engine-
10.0
/README-TOKUDB
usr/share/doc/mariadb-tokudb-engine-
10.0
/README.md
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