Skip to content

Commit

Permalink
Set MySQL 5.x as requirement
Browse files Browse the repository at this point in the history
Rationale after discussion on soci-users: It's been a long time since I've tested on anything other than 5.x. It's hard to get your hands on a very
old MySQL server unless you are very skilled in compiling and configuring.
  • Loading branch information
mloskot committed Dec 6, 2012
1 parent 34b4f7b commit a460784
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/backends/mysql.html
Expand Up @@ -39,9 +39,9 @@ <h2>MySQL Backend Reference</h2>
<h3 id="prerequisites">Prerequisites</h3>
<h4 id="versions">Supported Versions</h4>

<p>The SOCI MySQL backend should in principle work with every version
of MySQL 3.x or newer. Some of the features (transactions, stored
functions) are not available when MySQL server doesn't support them.</p>
<p>The SOCI MySQL backend should in principle work with every version of MySQL 5.x.
Some of the features (transactions, stored functions) are not available when
MySQL server doesn't support them.</p>

<h4 id="tested">Tested Platforms</h4>

Expand Down

0 comments on commit a460784

Please sign in to comment.