MySQL++

Check-in [e9f50a9293]
Login

Check-in [e9f50a9293]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Markdown tweak for Fossil's renderer
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: e9f50a9293252774da36e71fbbfd4bbf0769a4442f73550c6f6e3ec3e49bb016
User & Date: tangent 2020-07-10 20:14:14.955
Context
2020-07-10
20:35
Added explicit mysql_library_init() calls from the tests that do quoting and escaping to avoid a crash in newer MariaDB versions which apparently delay doing this until you create a connection. (Thus why none of the examples fail on modern MariaDB versions.) It's basically the same patch as in the forum request [44684af1fd], but with comment and whitespace fixes. check-in: d8def9fe7b user: lukemewburn tags: trunk
20:14
Markdown tweak for Fossil's renderer check-in: e9f50a9293 user: tangent tags: trunk
19:28
Edit pass on README.md check-in: 7df3201d4f user: tangent tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to doc/userman/README.md.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Overview

The user manual is written in XML DocBook format, version 4.4.  It uses
the official DocBook XSL stylesheets, and will build with versions at
least as far back as 1.69.1.  (Why these versions?  They're what comes
with CentOS 5, the oldest system I still build this manual on.)

To make the HTML version of the user manual, just type `make` or `make
html` in this directory.  To make the PDF version of the manual, say
`make pdf`.  To make both versions, say `make all`.



The most likely cause of build failures is not having the right
processing programs installed.  The DocBook processing model looks
like this:








|
|
|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Overview

The user manual is written in XML DocBook format, version 4.4.  It uses
the official DocBook XSL stylesheets, and will build with versions at
least as far back as 1.69.1.  (Why these versions?  They're what comes
with CentOS 5, the oldest system I still build this manual on.)

To make the HTML version of the user manual, just type `make` or
`make html` in this directory.  To make the PDF version of the manual,
say `make pdf`.  To make both versions, say `make all`.



The most likely cause of build failures is not having the right
processing programs installed.  The DocBook processing model looks
like this: