-
Notifications
You must be signed in to change notification settings - Fork 400
Comparing changes
Open a pull request
base repository: sqlancer/sqlancer
base: main
head repository: sqlancer/sqlancer
compare: update-mysql-9.7
- 16 commits
- 10 files changed
- 1 contributor
Commits on Jun 17, 2026
-
Configuration menu - View commit details
-
Copy full SHA for d2b7151 - Browse repository at this point
Copy the full SHA d2b7151View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3efe71a - Browse repository at this point
Copy the full SHA 3efe71aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 725d31d - Browse repository at this point
Copy the full SHA 725d31dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dbefd9 - Browse repository at this point
Copy the full SHA 9dbefd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2112337 - Browse repository at this point
Copy the full SHA 2112337View commit details -
Make the workaround for MySQL insertion bugs more robust against stri…
…ng generation (which may implicitly cast to undesirable integer/double)
Configuration menu - View commit details
-
Copy full SHA for f857438 - Browse repository at this point
Copy the full SHA f857438View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04b7549 - Browse repository at this point
Copy the full SHA 04b7549View commit details -
Configuration menu - View commit details
-
Copy full SHA for e004455 - Browse repository at this point
Copy the full SHA e004455View commit details -
Configuration menu - View commit details
-
Copy full SHA for 383d79c - Browse repository at this point
Copy the full SHA 383d79cView commit details -
Implement workaround for oracles reporting inconsistency with ZEROFIL…
…L in MySQL despite the behaviour being expected
Configuration menu - View commit details
-
Copy full SHA for 2eced5c - Browse repository at this point
Copy the full SHA 2eced5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fad414 - Browse repository at this point
Copy the full SHA 4fad414View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5004bc5 - Browse repository at this point
Copy the full SHA 5004bc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for df5f32e - Browse repository at this point
Copy the full SHA df5f32eView commit details
Commits on Jun 18, 2026
-
Fix MySQLDQEOracle false positives from non-deterministic ORDER BY LI…
…MIT and known SELECT/DML error discrepancies Appends rowId as an ORDER BY tiebreaker to eliminate non-determinism when user columns contain duplicate values (e.g. NULLs) under LIMIT. Introduces isKnownSelectDMLDiscrepancy to suppress false positives from error codes that MySQL legitimately raises in UPDATE/DELETE but not SELECT (or vice versa) due to differing execution paths: WHERE-clause type coercion (1292, 1366), functional index maintenance (1030, 3751), and range optimizer memory limits (3170).
Configuration menu - View commit details
-
Copy full SHA for f952b25 - Browse repository at this point
Copy the full SHA f952b25View commit details
Commits on Jun 19, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 2d50787 - Browse repository at this point
Copy the full SHA 2d50787View commit details -
Ignore expected prefix-key-on-partitioned-table error in MySQLIndexGe…
…nerator MySQL rejects CREATE INDEX with a prefix key part (e.g. c0(3)) on a column that participates in PARTITION BY KEY(). MySQLIndexGenerator generated these without checking partition membership and did not include this error in ExpectedErrors, causing checkException to escalate it to a fatal AssertionError. Adds the error substring to the expected errors list.
Configuration menu - View commit details
-
Copy full SHA for 9efa585 - Browse repository at this point
Copy the full SHA 9efa585View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...update-mysql-9.7