[MDEV-15224] Table #sql- is full when doing CREATE TEMPOARY TABLE ... SELECT into Aria table Created: 2018-02-06 Updated: 2020-08-25 Resolved: 2018-03-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Aria |
| Affects Version/s: | 10.2.12 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Michael Widenius | Assignee: | Michael Widenius |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The following sequence can sometimes cause a table is full error when adding index: CREATE TEMPORARY TABLE tmp engine=aria SELECT .... In theory on should be able to drop "temporary" table above, add 'transactional=0" and just check max key length with 'aria_check'. Unfortunately we don't show max index length in 'show table status' and also we don't show |
| Comments |
| Comment by Michael Widenius [ 2018-03-23 ] |
|
No bug, Aria works perfectly. However, to make bugs like this easier to fix, I did add 'Max_index_length' to |