mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-19 16:09:19 +03:00
release-notes 18.03: add MariaDB update notes
This commit is contained in:
parent
1367630af0
commit
553e8be1d9
1 changed files with 12 additions and 0 deletions
|
@ -20,6 +20,18 @@ has the following highlights: </para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
|
MariaDB 10.2, updated from 10.1, is now the default MySQL implementation. While upgrading a few changes
|
||||||
|
have been made to the infrastructure involved:
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<literal>libmysql</literal> has been deprecated, please use <literal>mysql.connector-c</literal>
|
||||||
|
instead, a compatibility passthru has been added to the MySQL packages.
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
The <literal>mysql57</literal> package has a new <literal>static</literal> output containing
|
||||||
|
the static libraries including <literal>libmysqld.a</literal>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue