[MDEV-782] LP:424553 - No way to limit temporary table size when Aria tables are in use Created: 2009-09-04 Updated: 2013-05-23 Resolved: 2013-05-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | 10.0.4 |
| Type: | Task | Priority: | Minor |
| Reporter: | Sergei Petrunia | Assignee: | Sergei Petrunia |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
I've hit this while merging this testcase from mysql-5.1/mysql-test/insert_select.test: CREATE TABLE t1(a INT);
INSERT INTO t1 VALUES (1), (2), (3), (4), (5); --error ER_RECORD_FILE_FULL,ER_RECORD_FILE_FULL The problems are that
|
| Comments |
| Comment by Sergei Petrunia [ 2009-09-04 ] |
|
Re: No way to limit temporary table size when maria tables are in use |
| Comment by Sergei Petrunia [ 2009-12-01 ] |
|
Re: No way to limit temporary table size when maria tables are in use Other than the mentioned testcase (which we can live without), I have never saw anything or anybody to use @@myisam_data_pointer_size value to limit temporary table size. If there is a real need to set such limit, we should add a separate variable, e.g. @@disk_temp_table_size. With regards to inability to check the USE_MARIA_FOR_TMP_TABLES setting from SQL, that doesn't seem to be high priority (haven't seen anybody to build MariaDB with MyISAM temp.tables for a while, there are no known issues with MyISAM vs Maria temp.tables, etc.) |
| Comment by Sergei Petrunia [ 2009-12-01 ] |
|
Re: No way to limit temporary table size when maria tables are in use |
| Comment by Rasmus Johansson (Inactive) [ 2011-03-01 ] |
|
Launchpad bug id: 424553 |
| Comment by Sergei Petrunia [ 2013-05-23 ] |
|
Closing as "Wont' fix" because currently, there are no plans to fix it. Feel free to re-open if this issue becomes relevant. |