Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
None
-
None
-
2026-3
Description
customer has reported the following error when attempting a cross engine join
SQL Error [1815] [HY000]: (conn=2667534) Internal error: CrossEngineStep::execute() fatal error runing mysql_real_query() in libmysql_client lib (1054) (Unknown column 'v.admat_id' in 'WHERE') |
even after setting up cross engine user
mcsSetConfig crossEngineSupport User 'cejuser' |
CrossEngineSupport Password 'Vagrant1|0000001' |
CrossEngineSupport Port 3306 |
|
|
CREATE USER IF NOT EXISTS'cejuser'@'localhost' IDENTIFIED BY 'Vagrant1|0000001'; |
|
|
GRANT ALL PRIVILEGES ON *.* TO 'cejuser'@'localhost'; |
FLUSH PRIVILEGES;
|
See attached reproduction file repo.txt
Attachments
Issue Links
- duplicates
-
MCOL-6297 Error 1815 when attempting a cross engine query
-
- In Progress
-