Skip to content

Commit 9c2f3db

Browse files
bkandasaPiotr Obrzut
authored andcommitted
Merge branch 'mysql-5.7-cluster-7.5' into mysql-5.7-cluster-7.6
(cherry picked from commit b3cb4ea79732a1caab14d046d7642463da068a1d)
1 parent 82f4add commit 9c2f3db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packaging/deb-in/deb_ndb.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Description: memcached
132132
/usr/share/man/man1/ndb_show_tables.1*
133133
/usr/share/man/man1/ndb_size.pl.1*
134134
/usr/share/man/man1/ndb_waiter.1*
135-
/usr/share/man/man1/ndbd_redo_log_reader.1*
135+
/usr/share/man/man1/ndb_redo_log_reader.1*
136136
/usr/share/man/man1/ndbinfo_select_all.1*
137137
")
138138

packaging/rpm-oel/mysql.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1150,7 +1150,7 @@ fi
11501150
%attr(644, root, root) %{_mandir}/man1/ndb_show_tables.1*
11511151
%attr(644, root, root) %{_mandir}/man1/ndb_size.pl.1*
11521152
%attr(644, root, root) %{_mandir}/man1/ndb_waiter.1*
1153-
%attr(644, root, root) %{_mandir}/man1/ndbd_redo_log_reader.1*
1153+
%attr(644, root, root) %{_mandir}/man1/ndb_redo_log_reader.1*
11541154
%attr(644, root, root) %{_mandir}/man1/ndbinfo_select_all.1*
11551155
%endif #cluster
11561156

packaging/rpm-sles/mysql.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ fi
971971
%attr(644, root, root) %{_mandir}/man1/ndb_show_tables.1*
972972
%attr(644, root, root) %{_mandir}/man1/ndb_size.pl.1*
973973
%attr(644, root, root) %{_mandir}/man1/ndb_waiter.1*
974-
%attr(644, root, root) %{_mandir}/man1/ndbd_redo_log_reader.1*
974+
%attr(644, root, root) %{_mandir}/man1/ndb_redo_log_reader.1*
975975
%attr(644, root, root) %{_mandir}/man1/ndbinfo_select_all.1*
976976
%endif #cluster
977977

0 commit comments

Comments
 (0)