From 9c0330c05db308faaf2d4baf1c00fdbe758766b9 Mon Sep 17 00:00:00 2001 From: kota1130 Date: Sun, 6 Apr 2025 10:54:21 +0900 Subject: [PATCH 1/3] =?UTF-8?q?mysqli=E3=81=AE=E5=AE=9A=E6=95=B0=E3=81=AB?= =?UTF-8?q?=E3=81=8A=E3=81=84=E3=81=A6=E3=80=81=E4=B8=80=E9=83=A8=E3=81=AE?= =?UTF-8?q?=E6=9C=AA=E7=BF=BB=E8=A8=B3=E9=83=A8=E5=88=86=E3=82=92=E7=BF=BB?= =?UTF-8?q?=E8=A8=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reference/mysqli/constants.xml | 37 +++++++++++++--------------------- 1 file changed, 14 insertions(+), 23 deletions(-) diff --git a/reference/mysqli/constants.xml b/reference/mysqli/constants.xml index c79ce4baff..ae3d36a022 100644 --- a/reference/mysqli/constants.xml +++ b/reference/mysqli/constants.xml @@ -31,7 +31,6 @@ - MYSQLI_OPT_CAN_HANDLE_EXPIRED_PASSWORDS @@ -39,9 +38,8 @@ - Indicates to the server that the client can handle sandbox mode - for expired passwords. - Can be used with mysqli_options. + サーバーに対して、クライアントが期限切れパスワードのサンドボックスモードを処理できることを示します。 + mysqli_options と共に使用できます。 @@ -52,9 +50,8 @@ - If enabled, this option specifies the directory - from which client-side LOCAL data loading is permitted - in LOAD DATA LOCAL statements. + 有効にすると、このオプションは LOAD DATA LOCAL ステートメントで + クライアント側の LOCAL データのロードを許可するディレクトリを指定します。 @@ -147,7 +144,6 @@ - MYSQLI_CLIENT_CAN_HANDLE_EXPIRED_PASSWORDS @@ -155,9 +151,8 @@ - Indicates to the server that the client can handle sandbox mode - for expired passwords. - Can be used with mysqli_real_connect. + サーバーに対して、クライアントが期限切れパスワードのサンドボックスモードを処理できることを示します。 + mysqli_real_connect と共に使用できます。 @@ -168,7 +163,7 @@ - Return number of matched rows, not the number of affected rows. + 影響を受けた行数ではなく、一致した行数を返します。 @@ -179,7 +174,7 @@ - Verify server certificate. + サーバー証明書を検証します。 @@ -474,7 +469,6 @@ - MYSQLI_NO_DEFAULT_VALUE_FLAG @@ -482,11 +476,9 @@ - A column has no DEFAULT clause in its definition. - This does not apply to NULL - or to AUTO_INCREMENT columns - because such columns have a default value of NULL - and an implied default value respectively. + カラムの定義に DEFAULT 句がありません。これは NULL や + AUTO_INCREMENT カラムには適用されません。なぜならそのようなカラムはそれぞれ + デフォルト値として NULL および暗黙のデフォルト値を持っているためです。 @@ -1245,7 +1237,6 @@ - MYSQLI_ASYNC @@ -1253,8 +1244,8 @@ - The query is performed asynchronously and no result set is immediately returned. - Available with mysqlnd only. + クエリは非同期に実行され、結果セットはすぐには返されません。 + mysqlnd でのみ利用可能です。 @@ -1265,7 +1256,7 @@ - If a field is updated it will get the current time value. + フィールドが更新されると、現在時刻の値が設定されます。 From abcf6517fdbe45993941214bcc59b4e798788a1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AD=A6=E7=94=B0=20=E6=86=B2=E5=A4=AA=E9=83=8E?= Date: Sun, 6 Apr 2025 12:39:25 +0900 Subject: [PATCH 2/3] =?UTF-8?q?php/doc-en#4086=20=E3=83=9E=E3=83=BC?= =?UTF-8?q?=E3=82=AF=E3=82=A2=E3=83=83=E3=83=97=E5=A4=89=E6=9B=B4=E3=82=92?= =?UTF-8?q?=E9=81=A9=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reference/mysqli/constants.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/reference/mysqli/constants.xml b/reference/mysqli/constants.xml index ae3d36a022..39abe467fa 100644 --- a/reference/mysqli/constants.xml +++ b/reference/mysqli/constants.xml @@ -1206,8 +1206,11 @@ - - MYSQLI_TRANS_START_WITH_CONSISTENT_SNAPSHOT + + + MYSQLI_TRANS_START_WITH_CONSISTENT_SNAPSHOT + (int) + トランザクションを "START TRANSACTION WITH CONSISTENT SNAPSHOT" で開始します。 From aaa0490010388530bfac286b13002bae2719a762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AD=A6=E7=94=B0=20=E6=86=B2=E5=A4=AA=E9=83=8E?= Date: Sun, 6 Apr 2025 12:39:37 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=E3=83=AA=E3=83=93=E3=82=B8=E3=83=A7?= =?UTF-8?q?=E3=83=B3=E7=95=AA=E5=8F=B7=E6=9C=80=E6=96=B0=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reference/mysqli/constants.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/mysqli/constants.xml b/reference/mysqli/constants.xml index 39abe467fa..070c8aad26 100644 --- a/reference/mysqli/constants.xml +++ b/reference/mysqli/constants.xml @@ -1,6 +1,6 @@ - + &reftitle.constants;