1018
1015
/* If result table is small; use a heap */
1019
1016
/* future: storage engine selection can be made dynamic? */
1020
1017
if (blob_count || using_unique_constraint ||
1023
1020
(select_options & (OPTION_BIG_TABLES | SELECT_SMALL_RESULT)) == OPTION_BIG_TABLES)
1025
1022
table->getMutableShare()->storage_engine= myisam_engine;