Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 28 additions & 1 deletion reference/mysqli/mysqli/query.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: d470f625f96a83d65464619297cccad7ce46e743 Maintainer: yannick Status: ready -->
<!-- EN-Revision: fa76e55f2ea8892e8898f20bb9467ace49b0e91e Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="mysqli.query" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down Expand Up @@ -128,6 +128,33 @@
&mysqli.conditionalexception;
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
Lors d'une connexion à MySQL 8.0.24 ou ultérieur, le code d'erreur signalé
pour un délai d'attente du serveur est désormais <literal>4031</literal>
(<literal>ER_CLIENT_INTERACTION_TIMEOUT</literal>) au lieu de
<literal>2006</literal> (<literal>CR_SERVER_GONE_ERROR</literal>).
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>

<refsect1 role="examples">
&reftitle.examples;
<example>
Expand Down
Loading