Bug #70952 MYSQLTEST MAN PAGE CONTAINS INTERNAL DIRECTORY NAME
Submitted: 19 Nov 2013 10:27 Modified: 10 Jan 2014 17:10
Reporter: Akhil Mohan Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Tests Severity:S3 (Non-critical)
Version:5.6.14 OS:Any
Assigned to: Paul DuBois CPU Architecture:Any

[19 Nov 2013 10:27] Akhil Mohan
Description:
Some distributed man pages in 5.6.14 has wrong, internal reference to dir
"man-gpl-tmp2/" :

mysql_client_test_embedded.1 which has ".so man-gpl-tmp2/mysql_client_test.1"
mysqltest_embedded.1 which has ".so man-gpl-tmp2/mysqltest.1"

Enterprise versions might have same issue.

How to repeat:
Inspect man pages mysqltest_embedded.1 and mysql_client_test_embedded.1.

Suggested fix:
--- a/man/mysql_client_test_embedded.1	2013-11-08 19:00:22.000000000 +0530
+++ b/man/mysql_client_test_embedded.1	2013-11-14 19:29:56.768315219 +0530
@@ -1 +1 @@
-.so man-gpl-tmp2/mysql_client_test.1
+.so man1/mysql_client_test.1
--- a/man/mysqltest_embedded.1	2013-11-08 19:00:22.000000000 +0530
+++ b/man/mysqltest_embedded.1	2013-11-14 19:31:19.079280675 +0530
@@ -1 +1 @@
-.so man-gpl-tmp2/mysqltest.1
+.so man1/mysqltest.1
[10 Jan 2014 17:10] Paul DuBois
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly, and will be included in the next release of the relevant products.

It was a bug in the DocBook -> manpage transformation process.