You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug was found using the fuzzer introduced in #13980.
The test with prepared statements started failing when NULL values were enabled in it. It was noticed that running updates such that the foreign key related column was set to NULL causes Vitess to not handle it correctly. -
Overview of the Issue
This bug was found using the fuzzer introduced in #13980.
The test with prepared statements started failing when NULL values were enabled in it. It was noticed that running updates such that the foreign key related column was set to NULL causes Vitess to not handle it correctly. -
It seems that MySQL rejects the query, but Vitess doesn't.
Schema for the tables in question is as follows -
The data prior to running the query in the database was -
After running the query, the data in Vitess and MySQL doesn't match -
Reproduction Steps
Binary Version
Operating System and Environment details
Log Fragments
No response
The text was updated successfully, but these errors were encountered: