-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: mergejoin input data is out of order #312
Comments
Hi @lzbht, I tried to reproduce the issue at my end using mysql_fdw but no luck. Tried below test case -
Can you please share the exact reproducible test case for the same so that we can reproduce the same at our end? |
@surajkharage19 |
Hi @lzbht, Thanks for sharing the details, but I am still not able to reproduce the issue. Can you please the exact steps for the same? Are you able to reproduce the issue consistently or did it occur only once? The collations you are talking about from MySQL side? Did you try the same scenario against MySQL 8? Please share some more details on the same. |
@surajkharage19
So, I built two new databases with the same |
Thanks @lzbht for sharing the details. Can you please try the same test case with MySQL 8 and let us know the result that helps us to narrow down the issue? |
version:
sql:
select * from t1 left join t2 on t1.user_name = t2.account
column info:
user_name:
text
account:
varchar(100)
Somebody also meet the same error: https://www.postgresql.org/message-id/flat/BL0PR05MB66282D22D96AB745FBBD521FF3CF9%40BL0PR05MB6628.namprd05.prod.outlook.com#2a653156ddf60d428015996145786fd2
The text was updated successfully, but these errors were encountered: