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
Faustin Lammler
mariadb-10.1
Commits
c7c1c720
Commit
c7c1c720
authored
Mar 06, 2016
by
Otto Kekäläinen
Browse files
Install mysql_embedded man page correctly
parent
a7226279
Changes
3
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
c7c1c720
...
@@ -2,6 +2,7 @@ mariadb-10.0 (10.0.24-3) UNRELEASED; urgency=low
...
@@ -2,6 +2,7 @@ mariadb-10.0 (10.0.24-3) UNRELEASED; urgency=low
*
Fix
typo
in
rules
file
about
Mroonga
control
section
*
Fix
typo
in
rules
file
about
Mroonga
control
section
*
Add
main
.
delayed
test
exception
to
more
platforms
*
Add
main
.
delayed
test
exception
to
more
platforms
*
Install
mysql_embedded
man
page
correctly
--
Otto
Kek
ä
l
ä
inen
<
otto
@
debian
.
org
>
Sun
,
06
Mar
2016
16
:
01
:
19
+
0200
--
Otto
Kek
ä
l
ä
inen
<
otto
@
debian
.
org
>
Sun
,
06
Mar
2016
16
:
01
:
19
+
0200
...
...
debian/mariadb-client-10.0.manpages
View file @
c7c1c720
...
@@ -4,6 +4,7 @@ debian/tmp/usr/share/man/man1/mysqladmin.1
...
@@ -4,6 +4,7 @@ debian/tmp/usr/share/man/man1/mysqladmin.1
debian/tmp/usr/share/man/man1/mysqlbug.1
debian/tmp/usr/share/man/man1/mysqlbug.1
debian/tmp/usr/share/man/man1/mysqldump.1
debian/tmp/usr/share/man/man1/mysqldump.1
debian/tmp/usr/share/man/man1/mysqldumpslow.1
debian/tmp/usr/share/man/man1/mysqldumpslow.1
debian/tmp/usr/share/man/man1/mysql_embedded.1
debian/tmp/usr/share/man/man1/mysql_find_rows.1
debian/tmp/usr/share/man/man1/mysql_find_rows.1
debian/tmp/usr/share/man/man1/mysql_fix_extensions.1
debian/tmp/usr/share/man/man1/mysql_fix_extensions.1
debian/tmp/usr/share/man/man1/mysqlimport.1
debian/tmp/usr/share/man/man1/mysqlimport.1
...
...
debian/patches/mdev-9528-mysql_embedded.patch
View file @
c7c1c720
...
@@ -23,3 +23,14 @@ Bug: https://mariadb.atlassian.net/browse/MDEV-9528
...
@@ -23,3 +23,14 @@ Bug: https://mariadb.atlassian.net/browse/MDEV-9528
+.PP
+.PP
+For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/
+For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/
--- a/man/CMakeLists.txt
+++ b/man/CMakeLists.txt
@@ -26,7 +26,7 @@
SET(MAN1_SERVER innochecksum.1 my_print_defaults.1 myisam_ftdump.1 myisamchk.1
SET(MAN8_SERVER mysqld.8)
SET(MAN1_CLIENT msql2mysql.1 mysql.1 mysql_find_rows.1 mysql_waitpid.1
mysqlaccess.1 mysqladmin.1 mysqlbinlog.1 mysqlcheck.1
- mysqldump.1 mysqlimport.1 mysqlshow.1 mysqlslap.1
+ mysqldump.1 mysql_embedded.1 mysqlimport.1 mysqlshow.1 mysqlslap.1
mysql_plugin.1)
SET(MAN1_DEVEL mysql_config.1)
SET(MAN1_TEST mysql-stress-test.pl.1 mysql-test-run.pl.1 mysql_client_test.1
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