mirror of https://github.com/MariaDB/server
Browse Source
The problem was that the internal temporary table created for information_schema overflow to MyISAM because it has a row width of > 3000 characters, which filled the in memory temporary tables. Fix was to increase size for the heap table.pull/9/merge
2 changed files with 4 additions and 0 deletions
Loading…
Reference in new issue