Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
1.0.3
-
None
Description
Found whilst testing the 1.0.3 RPMs
The following query near the end of the test fails:
update orders, customer set c_comment = o_clerk, c_acctbal=c_acctbal+o_totalprice where c_custkey = o_orderkey and o_orderkey in (select l_orderkey from lineitem where l_orderkey < 100 order by l_orderkey, l_linenumber); |
MariaDB returns the err:
ERROR 1815 (HY000) at line 128: Internal error: IDB-2004: Cannot connect to ExeMgr.
|
The debug log shows:
Sep 12 19:32:32 centos6-1 messagequeue[19332]: 32.496409 |0|0|0| W 31 CAL0071: InetStreamSocket::read: timeout during readToMagic: socket read error: Success; InetStreamSocket: sd: 11 inet: 127.0.0.1 port: 42708; Will retry.
|
Attachments
Issue Links
- duplicates
-
MCOL-260 update two tables with a subquery fails
- Closed