[MDEV-15369] ERROR 1114 Stored Procedure/Create Temporary Table Created: 2018-02-20 Updated: 2018-02-23 Resolved: 2018-02-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Alter Table, Data Definition - Temporary, Stored routines |
| Affects Version/s: | 10.2.13 |
| Fix Version/s: | 10.2.14 |
| Type: | Bug | Priority: | Major |
| Reporter: | Bryce Lowe | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS 7 (3.10.0-693.17.1.el7.x86_64) on Virtual Box VM with 8 GB of RAM and 16 GB of storage. Note, I am also seeing the issue with a SuperMicro server running CentOS 7 (3.10.0-693.17.1.el7.x86_64) bare metal. |
||
| Attachments: |
|
| Description |
|
I am attempting to move to the MariaDB 10.2 line for my production application. Previously my upgrade to 10.2 was blocked by ERROR 1114 (HY000): The table '#sql-daf_13' is fulldone I realize that this error is normally due to a configuration issue, however look at the end of the error string, it says "done" after full. I have narrowed down the issue using the following reproduction steps:
The result in MariaDB 10.2.8 through 10.2.12 is a temporary table scratch.temptest2 with an index called part. However the result in 10.2.13 is the error: ERROR 1114 (HY000): The table '#sql-daf_13' is fulldone |
| Comments |
| Comment by Bryce Lowe [ 2018-02-20 ] | ||||||||||||||||||||||||||||
|
NOTE: I am not seeing the issue in 10.1.31. | ||||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2018-02-21 ] | ||||||||||||||||||||||||||||
|
brycejlowe, | ||||||||||||||||||||||||||||
| Comment by Bryce Lowe [ 2018-02-22 ] | ||||||||||||||||||||||||||||
|
Feel free to make it a public resource. | ||||||||||||||||||||||||||||
| Comment by Alice Sherepa [ 2018-02-22 ] | ||||||||||||||||||||||||||||
|
Reproducible on 10.2.13, not on 10.3.4, not on current 10.2
| ||||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2018-02-22 ] | ||||||||||||||||||||||||||||
|
Apparently it was fixed in 10.2 tree just a few days ago, by this commit:
|