[MDEV-15366] [ERROR] mysqld: The table '#sql-984_1c' is full Created: 2018-02-20 Updated: 2018-03-16 Resolved: 2018-03-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.2.13 |
| Fix Version/s: | 10.2.14 |
| Type: | Bug | Priority: | Major |
| Reporter: | Dermot Brereton | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Ubuntu 16.04 LTS |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
"[ERROR] mysqld: The table '#sql-984_1c' is full" occurs during the execution of a stored procedure. Storage capacity is available on the host; Filesystem Size Used Avail Use% Mounted on |
| Comments |
| Comment by Elena Stepanova [ 2018-02-20 ] | ||||||||||
|
Can you provide the definition of the stored procedure and structures used in the procedure? | ||||||||||
| Comment by Dermot Brereton [ 2018-02-21 ] | ||||||||||
|
Stored procedure and my.cnf file attached for review. | ||||||||||
| Comment by Dermot Brereton [ 2018-02-21 ] | ||||||||||
|
I have tracked the error to the creation of an index on the temporary table (contained within the stored procedure); CREATE INDEX idx01_ticket ON CRM_Outcomes_ranks(Ticket_id); 12:18:18 CREATE INDEX idx01_ticket ON CRM_Outcomes_ranks(Ticket_id) Error Code: 1114. The table '#sql-2c3_15' is full 0.250 sec CRM_Outcomes_ranks is a Temporary table. | ||||||||||
| Comment by Elena Stepanova [ 2018-03-16 ] | ||||||||||
|
The stored procedure is still not callable, because it uses tables which are not in the provided SQL file. However, we have got another report which had a test case, The fix was by this commit:
It will be included into the upcoming 10.2.14 release. |