[MCOL-1041] Stored procedure error on UPDATE query Created: 2017-11-20 Updated: 2019-07-10 Resolved: 2019-07-10 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | 1.1.1 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Unassigned |
| Resolution: | Won't Fix | Votes: | 1 |
| Labels: | None | ||
| Epic Link: | ColumnStore Compatibility Improvements |
| Description |
|
The following stored procedure triggers an error:
mms_target_master_temp is an InnoDB table, MMS_CRI is a ColumnStore table. The error triggered is:
It does not error in InfiniDB. It appears to me that the update is trigging a rnd_init which errors because we are in an update. |