Commit eddd7586 authored by Ian Gilfillan's avatar Ian Gilfillan Committed by Otto Kekäläinen
Browse files

Add missing mysql_embedded man page

parent 99bfe03e
mariadb-10.0 (10.0.24-1) UNRELEASED; urgency=low mariadb-10.0 (10.0.24-1) UNRELEASED; urgency=low
[Otto Kekäläinen]
* New upstream release 10.0.24 * New upstream release 10.0.24
- Drop auth_socket patches as MDEV-8375 was partially fixed upstream - Drop auth_socket patches as MDEV-8375 was partially fixed upstream
- Refresh other patches - Refresh other patches
* Update filenames in d/copyright * Update filenames in d/copyright
[Ian Gilfillan]
* Add missing mysql_embedded man page
-- Otto Kekäläinen <otto@seravo.fi> Sat, 20 Feb 2016 14:23:50 +0200 -- Otto Kekäläinen <otto@seravo.fi> Sat, 20 Feb 2016 14:23:50 +0200
mariadb-10.0 (10.0.23-3) unstable; urgency=low mariadb-10.0 (10.0.23-3) unstable; urgency=low
......
Description: The patch adds a missing man page, mysql_embedded
Remove this once upstream has released an official fix.
Author: Ian Gilfillan <ian@mariadb.org>
Bug: https://mariadb.atlassian.net/browse/MDEV-9528
--- /dev/null
+++ b/man/mysql_embedded.1
@@ -0,0 +1,16 @@
+'\" t
+.\"
+.TH "\FBMYSQL_EMBEDDED\FR" "1" "27/01/2016" "MariaDB 10\&.0" "MariaDB Database System"
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.SH NAME
+mysql_embedded \- mysql client statically linked to libmysqld, the embedded server
+.SH DESCRIPTION
+Use: For a full list of available options, see the mysql man page
+.PP
+For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/
...@@ -12,3 +12,4 @@ mysqld_multi_confd.patch ...@@ -12,3 +12,4 @@ mysqld_multi_confd.patch
mysqld_multi.server_lsb-header.patch mysqld_multi.server_lsb-header.patch
mdev-8375-passwordless-root-via-socket-auth.patch mdev-8375-passwordless-root-via-socket-auth.patch
mdev-8375-built-in-auth-socket.patch mdev-8375-built-in-auth-socket.patch
mdev-9528-mysql_embedded.patch
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment