Hi all,
During executing SELECT query, MySQL creates disk temporary table.
After the tabe exceeds 4GB I get table is full error.
How can I change settings to remove 4 GB bareer from disk tmp tables?
It is easy to set in phisical MyISAM table by increase MAX_ROWS.
I have ext3 filesystem
During executing SELECT query, MySQL creates disk temporary table.
After the tabe exceeds 4GB I get table is full error.
How can I change settings to remove 4 GB bareer from disk tmp tables?
It is easy to set in phisical MyISAM table by increase MAX_ROWS.
I have ext3 filesystem
Comment