[MDEV-9621] Insert delayed bug Created: 2016-02-24 Updated: 2016-04-07 Resolved: 2016-04-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Manipulation - Insert |
| Affects Version/s: | 10.1.9, 10.1.11 |
| Fix Version/s: | 10.1.14 |
| Type: | Bug | Priority: | Major |
| Reporter: | Michael Van Der Beek | Assignee: | Michael Widenius |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Centos 5 custom version. |
||
| Description |
|
Hi All, The mariadb installed are:
I don't see this in mysql version I was using (5.1), haven't tried on later version.
Note the two delayed insert are identical.
Regards, Michael |
| Comments |
| Comment by Elena Stepanova [ 2016-02-24 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||
|
Michaelv, thanks for the report. The problem was introduced in 10.1.9 with this commit:
The warning returned upon a successful execution in the output quoted in description is irrelevant – it's just a data type conversion. Below is the same test case, just one value is changed from string to integer to get rid of the warning; it does not affect the outcome, it still fails on current 10.1:
| |||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Michael Van Der Beek [ 2016-02-25 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hi Elena, Thanks for the fast response. One of the reasons for Insert Delayed was the buffering of insert into the table which
Kernel being used
Not sure why it is reporting this 32bit issue.
In one of your replies you stated.
Does this means it is already fixed? Our its being assigned to Michael Widenius to be fixed? Regards, Michael | |||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Michael Van Der Beek [ 2016-02-25 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||
|
Opps I mean 4G not > 2G | |||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2016-02-25 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||
|
Michaelv, you have installed 32-bit packages of MariaDB (i686). 64-bit packages have x86_64 in their name.
No, it hasn't been fixed it. When it's fixed, the Resolution value will be changed to Fixed, and Status to Closed. To monty: My first comment to the issue relates to this bug report, the rest is irrelevant and can be ignored. | |||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Michael Widenius [ 2016-04-07 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||
|
The problem was that I had accidently typed + instead of * when initializing a bit array. | |||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Michael Widenius [ 2016-04-07 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||
|
Fix pushed into 10.1. |