Skip to content

Commit b601acf

Browse files
committed
Fix typo, there is no MySQL 8.2.10
1 parent 8a8e307 commit b601acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mysqli/tests/mysqli_constants.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ if ($IS_MYSQLND) {
182182
$expected_constants["MYSQLI_TYPE_JSON"] = true;
183183
}
184184

185-
if ($version > 80210 || $IS_MYSQLND) {
185+
if ($version > 80021 || $IS_MYSQLND) {
186186
$expected_constants['MYSQLI_OPT_LOAD_DATA_LOCAL_DIR'] = true;
187187
}
188188

0 commit comments

Comments
 (0)