I am trying create a table using a cross join or Cartesian Product subquery that creates a table with a large number of rows, like at least 148 million rows. I get this
ERROR 1114 (HY000): The table is full.
I plan on filtering and querying the table later on, but how can I create this table?