|
272 | 272 | the copy approach can reduce the overall memory usage
|
273 | 273 | because PHP variables holding results may be released earlier.
|
274 | 274 | Available with <literal>mysqlnd</literal> only.
|
| 275 | + Deprecated as of PHP 8.4.0. |
275 | 276 | </simpara>
|
276 | 277 | </listitem>
|
277 | 278 | </varlistentry>
|
|
993 | 994 | <listitem>
|
994 | 995 | <para>
|
995 | 996 | Refreshes the grant tables.
|
| 997 | + Deprecated as of PHP 8.4.0. |
996 | 998 | </para>
|
997 | 999 | </listitem>
|
998 | 1000 | </varlistentry>
|
|
1005 | 1007 | <para>
|
1006 | 1008 | Flushes the logs, like executing the
|
1007 | 1009 | <literal>FLUSH LOGS</literal> <acronym>SQL</acronym> statement.
|
| 1010 | + Deprecated as of PHP 8.4.0. |
1008 | 1011 | </para>
|
1009 | 1012 | </listitem>
|
1010 | 1013 | </varlistentry>
|
|
1017 | 1020 | <para>
|
1018 | 1021 | Flushes the table cache, like executing the
|
1019 | 1022 | <literal>FLUSH TABLES</literal> <acronym>SQL</acronym> statement.
|
| 1023 | + Deprecated as of PHP 8.4.0. |
1020 | 1024 | </para>
|
1021 | 1025 | </listitem>
|
1022 | 1026 | </varlistentry>
|
|
1029 | 1033 | <para>
|
1030 | 1034 | Flushes the host cache, like executing the
|
1031 | 1035 | <literal>FLUSH HOSTS</literal> <acronym>SQL</acronym> statement.
|
| 1036 | + Deprecated as of PHP 8.4.0. |
1032 | 1037 | </para>
|
1033 | 1038 | </listitem>
|
1034 | 1039 | </varlistentry>
|
|
1040 | 1045 | <listitem>
|
1041 | 1046 | <para>
|
1042 | 1047 | Alias of <constant>MYSQLI_REFRESH_SLAVE</constant> constant.
|
1043 |
| - Available as of PHP 8.1.0. |
| 1048 | + Available as of PHP 8.1.0. Deprecated as of PHP 8.4.0. |
1044 | 1049 | </para>
|
1045 | 1050 | </listitem>
|
1046 | 1051 | </varlistentry>
|
|
1053 | 1058 | <para>
|
1054 | 1059 | Reset the status variables, like executing the
|
1055 | 1060 | <literal>FLUSH STATUS</literal> <acronym>SQL</acronym> statement.
|
| 1061 | + Deprecated as of PHP 8.4.0. |
1056 | 1062 | </para>
|
1057 | 1063 | </listitem>
|
1058 | 1064 | </varlistentry>
|
|
1064 | 1070 | <listitem>
|
1065 | 1071 | <para>
|
1066 | 1072 | Flushes the thread cache.
|
| 1073 | + Deprecated as of PHP 8.4.0. |
1067 | 1074 | </para>
|
1068 | 1075 | </listitem>
|
1069 | 1076 | </varlistentry>
|
|
1077 | 1084 | On a slave replication server: resets the master server information, and
|
1078 | 1085 | restarts the slave. Like executing the <literal>RESET SLAVE</literal>
|
1079 | 1086 | <acronym>SQL</acronym> statement.
|
| 1087 | + Deprecated as of PHP 8.4.0. |
1080 | 1088 | </para>
|
1081 | 1089 | </listitem>
|
1082 | 1090 | </varlistentry>
|
|
1090 | 1098 | On a master replication server: removes the binary log files listed in the
|
1091 | 1099 | binary log index, and truncates the index file. Like executing the
|
1092 | 1100 | <literal>RESET MASTER</literal> <acronym>SQL</acronym> statement.
|
| 1101 | + Deprecated as of PHP 8.4.0. |
1093 | 1102 | </para>
|
1094 | 1103 | </listitem>
|
1095 | 1104 | </varlistentry>
|
|
1101 | 1110 | <listitem>
|
1102 | 1111 | <simpara>
|
1103 | 1112 | Closes and reopens the backup log files.
|
| 1113 | + Deprecated as of PHP 8.4.0. |
1104 | 1114 | </simpara>
|
1105 | 1115 | </listitem>
|
1106 | 1116 | </varlistentry>
|
|
0 commit comments