Skip to content

Commit 1a577f7

Browse files
author
Akhil Mohan
committed
BUG#21303289 REMOVE SQLBENCH ON ALL DEBIAN AND UBUNTU PLATFORMS
1 parent 35edc02 commit 1a577f7

30 files changed

+12
-402
lines changed

packaging/deb-jessie/changelog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ mysql-community (5.7.8-rc-1debian8) jessie; urgency=low
1414
d/mysql-*-server.mysql.init
1515
d/extra/mysql-systemd-start
1616
(Closes: #20650118)
17+
* removed pkg mysql-*-bench; sqlbench will not be packaged
18+
(Closes: #21303289)
1719

1820
-- Akhil Mohan <[email protected]> Tue, 23 Jun 2015 16:11:26 +0530
1921

packaging/deb-jessie/control

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -175,18 +175,6 @@ Description: MySQL Test Run MTR - The MySQL testsuite
175175
Oracle. This package contains the MySQL regression test suite for MySQL
176176
database server.
177177

178-
Package: mysql-community-bench
179-
Architecture: any
180-
Depends: mysql-community-server (= ${binary:Version}),
181-
${shlibs:Depends}, ${misc:Depends}
182-
Conflicts: mysql, mysql-commercial-bench
183-
Description: MySQL Bench
184-
The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
185-
and robust SQL (Structured Query Language) database server. MySQL Server
186-
is intended for mission-critical, heavy-load production systems as well
187-
as for embedding into mass-deployed software. MySQL is a trademark of
188-
Oracle.
189-
190178
Package: mysql-community-source
191179
Architecture: any
192180
Depends: ${misc:Depends}, ${shlibs:Depends}

packaging/deb-jessie/mysql-community-bench.dirs

Lines changed: 0 additions & 17 deletions
This file was deleted.

packaging/deb-jessie/mysql-community-bench.install

Lines changed: 0 additions & 19 deletions
This file was deleted.

packaging/deb-jessie/mysql-community-bench.lintian-overrides

Lines changed: 0 additions & 19 deletions
This file was deleted.

packaging/deb-precise/changelog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ mysql-community (5.7.8-rc-1ubuntu12.04) precise; urgency=low
1010
(Closes: #20315007)
1111
* added automatic setup of ssl certs in d/mysql-*-server.mysql.init
1212
(Closes: #20650118)
13+
* removed pkg mysql-*-bench; sqlbench will not be packaged
14+
(Closes: #21303289)
1315

1416
-- Akhil Mohan <[email protected]> Tue, 23 Jun 2015 16:11:26 +0530
1517

packaging/deb-precise/control

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -175,18 +175,6 @@ Description: MySQL Test Run MTR - The MySQL testsuite
175175
Oracle. This package contains the MySQL regression test suite for MySQL
176176
database server.
177177

178-
Package: mysql-community-bench
179-
Architecture: any
180-
Depends: mysql-community-server (= ${binary:Version}),
181-
${shlibs:Depends}, ${misc:Depends}
182-
Conflicts: mysql, mysql-commercial-bench
183-
Description: MySQL Bench
184-
The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
185-
and robust SQL (Structured Query Language) database server. MySQL Server
186-
is intended for mission-critical, heavy-load production systems as well
187-
as for embedding into mass-deployed software. MySQL is a trademark of
188-
Oracle.
189-
190178
Package: mysql-community-source
191179
Architecture: any
192180
Depends: ${misc:Depends}, ${shlibs:Depends}

packaging/deb-precise/mysql-community-bench.dirs

Lines changed: 0 additions & 17 deletions
This file was deleted.

packaging/deb-precise/mysql-community-bench.install

Lines changed: 0 additions & 19 deletions
This file was deleted.

packaging/deb-precise/mysql-community-bench.lintian-overrides

Lines changed: 0 additions & 19 deletions
This file was deleted.

packaging/deb-trusty/changelog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ mysql-community (5.7.8-rc-1ubuntu14.04) trusty; urgency=low
1010
(Closes: #20315007)
1111
* added automatic setup of ssl certs in d/mysql-*-server.mysql.init
1212
(Closes: #20650118)
13+
* removed pkg mysql-*-bench; sqlbench will not be packaged
14+
(Closes: #21303289)
1315

1416
-- Akhil Mohan <[email protected]> Tue, 23 Jun 2015 16:11:26 +0530
1517

packaging/deb-trusty/control

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -176,18 +176,6 @@ Description: MySQL Test Run MTR - The MySQL testsuite
176176
Oracle. This package contains the MySQL regression test suite for MySQL
177177
database server.
178178

179-
Package: mysql-community-bench
180-
Architecture: any
181-
Depends: mysql-community-server (= ${binary:Version}),
182-
${shlibs:Depends}, ${misc:Depends}
183-
Conflicts: mysql, mysql-commercial-bench
184-
Description: MySQL Bench
185-
The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
186-
and robust SQL (Structured Query Language) database server. MySQL Server
187-
is intended for mission-critical, heavy-load production systems as well
188-
as for embedding into mass-deployed software. MySQL is a trademark of
189-
Oracle.
190-
191179
Package: mysql-community-source
192180
Architecture: any
193181
Depends: ${misc:Depends}, ${shlibs:Depends}

packaging/deb-trusty/mysql-community-bench.dirs

Lines changed: 0 additions & 17 deletions
This file was deleted.

packaging/deb-trusty/mysql-community-bench.install

Lines changed: 0 additions & 19 deletions
This file was deleted.

packaging/deb-trusty/mysql-community-bench.lintian-overrides

Lines changed: 0 additions & 19 deletions
This file was deleted.

packaging/deb-utopic/changelog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ mysql-community (5.7.8-rc-1ubuntu14.10) utopic; urgency=low
1010
(Closes: #20315007)
1111
* added automatic setup of ssl certs in d/mysql-*-server.mysql.init
1212
(Closes: #20650118)
13+
* removed pkg mysql-*-bench; sqlbench will not be packaged
14+
(Closes: #21303289)
1315

1416
-- Akhil Mohan <[email protected]> Tue, 23 Jun 2015 16:11:26 +0530
1517

packaging/deb-utopic/control

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -177,18 +177,6 @@ Description: MySQL Test Run MTR - The MySQL testsuite
177177
Oracle. This package contains the MySQL regression test suite for MySQL
178178
database server.
179179

180-
Package: mysql-community-bench
181-
Architecture: any
182-
Depends: mysql-community-server (= ${binary:Version}),
183-
${shlibs:Depends}, ${misc:Depends}
184-
Conflicts: mysql, mysql-commercial-bench
185-
Description: MySQL Bench
186-
The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
187-
and robust SQL (Structured Query Language) database server. MySQL Server
188-
is intended for mission-critical, heavy-load production systems as well
189-
as for embedding into mass-deployed software. MySQL is a trademark of
190-
Oracle.
191-
192180
Package: mysql-community-source
193181
Architecture: any
194182
Depends: ${misc:Depends}, ${shlibs:Depends}

packaging/deb-utopic/mysql-community-bench.dirs

Lines changed: 0 additions & 17 deletions
This file was deleted.

packaging/deb-utopic/mysql-community-bench.install

Lines changed: 0 additions & 19 deletions
This file was deleted.

packaging/deb-utopic/mysql-community-bench.lintian-overrides

Lines changed: 0 additions & 19 deletions
This file was deleted.

packaging/deb-vivid/changelog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ mysql-community (5.7.8-rc-1ubuntu15.04) vivid; urgency=low
1414
d/mysql-*-server.mysql.init
1515
d/extra/mysql-systemd-start
1616
(Closes: #20650118)
17+
* removed pkg mysql-*-bench; sqlbench will not be packaged
18+
(Closes: #21303289)
1719

1820
-- Akhil Mohan <[email protected]> Tue, 23 Jun 2015 16:11:26 +0530
1921

packaging/deb-vivid/control

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -179,18 +179,6 @@ Description: MySQL Test Run MTR - The MySQL testsuite
179179
Oracle. This package contains the MySQL regression test suite for MySQL
180180
database server.
181181

182-
Package: mysql-community-bench
183-
Architecture: any
184-
Depends: mysql-community-server (= ${binary:Version}),
185-
${shlibs:Depends}, ${misc:Depends}
186-
Conflicts: mysql, mysql-commercial-bench
187-
Description: MySQL Bench
188-
The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
189-
and robust SQL (Structured Query Language) database server. MySQL Server
190-
is intended for mission-critical, heavy-load production systems as well
191-
as for embedding into mass-deployed software. MySQL is a trademark of
192-
Oracle.
193-
194182
Package: mysql-community-source
195183
Architecture: any
196184
Depends: ${misc:Depends}, ${shlibs:Depends}

packaging/deb-vivid/mysql-community-bench.dirs

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)