• unknown's avatar
    BUG#11869 (cont'd, eliminating "table type doesn't support FULLTEXT" error): · 852dcb75
    unknown authored
    When creating temporary table for UNION, pass TMP_TABLE_FORCE_MYISAM flag to 
    create_tmp_table if we will be using fulltext function(s) when reading from the 
    temp. table.
    
    
    mysql-test/r/fulltext_order_by.result:
      Testcase for BUG#11869 (cont'd, eliminating "table type doesn't support FULLTEXT" error)
    mysql-test/t/fulltext_order_by.test:
      Testcase for BUG#11869 (cont'd, eliminating "table type doesn't support FULLTEXT" error)
    sql/mysql_priv.h:
      BUG#11869 (cont'd, eliminating "table type doesn't support FULLTEXT" error):
      Added TMP_TABLE_FORCE_MYISAM flag
    sql/sql_select.cc:
      BUG#11869 (cont'd, eliminating "table type doesn't support FULLTEXT" error):
      In create_tmp_table(), honor the TMP_TABLE_FORCE_MYISAM flag
    852dcb75
sql_select.cc 286 KB