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
Now if you run the query - update fk_t16 set col = col * (col - (col)) where id = 3,
you'll see that Vitess allows this query even though MySQL rejects it.
Overview of the Issue
This bug was found by the fuzzer introduced in #13980.
Consider the following schema -
Configure the keyspace such that Vitess is managing the foreign keys.
Insert the following data into the two tables -
Now if you run the query -
update fk_t16 set col = col * (col - (col)) where id = 3
,you'll see that Vitess allows this query even though MySQL rejects it.
Linked to the bug #14523
Reproduction Steps
Given in the description
Binary Version
Operating System and Environment details
Log Fragments
No response
The text was updated successfully, but these errors were encountered: