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
What's interesting is that if I DESCRIBE information_schema.referential_constraints, it reports that the column is there. Additionally, if I add table qualifiers to those two columns, it works:
Using vttestserver, but from vtcombo in the same container:
$ /vt/bin/vtcombo -version
ERROR: logging before flag.Parse: E0122 18:55:31.686379 2285 syslogger.go:149] can't connect to syslog
Version: e259a08f0 (Git branch 'master') built on Fri Jan 22 04:19:58 UTC 2021 by vitess@b581768d34fd using go1.15.6 linux/amd64
Overview of the Issue
The
haskell/persistent-mysql
test fails trying to execute the following query (formatted for readability):What's interesting is that if I
DESCRIBE information_schema.referential_constraints
, it reports that the column is there. Additionally, if I add table qualifiers to those two columns, it works:Reproduction Steps
Pasting the following query into a
mysql
CLI prompt will reproduce the issue:Binary version
Using vttestserver, but from vtcombo in the same container:
Operating system and Environment details
Inside the
vttestserver
container:Log Fragments
The text was updated successfully, but these errors were encountered: