Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Samuel Thibault
mariadb-10.1
Commits
b37654c4
Commit
b37654c4
authored
Apr 13, 2016
by
Otto Kekäläinen
Browse files
Temporarily remove mariadb-plugin-cassandra and upload to unstable
parent
7c1e7020
Changes
3
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
b37654c4
mariadb
-
10.0
(
10.0.24
-
7
)
unstable
;
urgency
=
low
*
Temporarily
remove
mariadb
-
plugin
-
cassandra
as
Debian
FTP
bot
thinks
it
wasn
't there before 10.0.24-6 and put the package in the NEW queue.
-- Otto Kekäläinen <otto@debian.org> Wed, 13 Apr 2016 13:24:28 +0300
mariadb-10.0 (10.0.24-6) unstable; urgency=low
* Move mysql_embedded from client package to client-core package,
...
...
debian/control
View file @
b37654c4
...
...
@@ -352,21 +352,6 @@ Description: Mroonga storage engine for MariaDB
provides
fast
CJK
-
ready
full
text
searching
using
column
store
.
This
package
contains
the
Mroonga
plugin
for
MariaDB
.
Package
:
mariadb
-
plugin
-
cassandra
Architecture
:
any
Depends
:
mariadb
-
server
-
10.0
|
mariadb
-
galera
-
server
-
10.0
,
${
misc
:
Depends
},
${
shlibs
:
Depends
}
Breaks
:
mariadb
-
server
-
10.0
(<<
${
source
:
Version
})
Replaces
:
mariadb
-
server
-
10.0
(<<
${
source
:
Version
})
Description
:
Cassandra
storage
engine
for
MariaDB
The
Cassandra
Storage
Engine
allows
access
to
data
in
a
Cassandra
cluster
from
MariaDB
,
combining
the
best
of
SQL
and
no
-
SQL
worlds
.
Cassandra
SE
(
storage
engine
)
makes
Cassandra
's column family appear as a table in MariaDB that you
can insert to, update, and select from. You can write joins against this table,
it is possible to join data that'
s
stored
in
MariaDB
with
data
that
's stored in
Cassandra.
Package
:
mariadb
-
plugin
-
spider
Architecture
:
any
Depends
:
mariadb
-
server
-
10.0
|
mariadb
-
galera
-
server
-
10.0
,
...
...
debian/rules
View file @
b37654c4
...
...
@@ -120,7 +120,7 @@ override_dh_auto_install:
# If libthrift-dev was available (manually installed, as it is
# not in Debian) and ha_cassandra.so was thus built, create package,
# otherwise skip it.
[ -f $(BUILDDIR)/storage/cassandra/ha_cassandra.so ] || sed -i -e "/Package: mariadb-plugin-cassandra/,+14d" debian/control
#
[ -f $(BUILDDIR)/storage/cassandra/ha_cassandra.so ] || sed -i -e "/Package: mariadb-plugin-cassandra/,+14d" debian/control
# make install
cd $(BUILDDIR) && $(MAKE) install DESTDIR=$(TMP)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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