Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
10.7(EOL)
-
None
Description
--error ER_PARSE_ERROR
|
insert into t values XXX (1),(2); |
get diagnostics condition 1 @n = row_number;
|
select @n; |
bb-10.7-row_number d555ae38 |
select @n; |
+------+ |
| @n |
|
+------+ |
| 1 |
|
+------+ |
1 row in set (0.000 sec) |
It appears in some cases it can even be greater than 1, although I don't have a test case for this.
Attachments
Issue Links
- is caused by
-
MDEV-10075 Provide index of error causing error in array INSERT
- Closed