• Sergei Petrunia's avatar
    MDEV-21887: federatedx crashes on SELECT ... INTO query in select_handler code · cbbe4971
    Sergei Petrunia authored
    - Don't try to push down SELECTs that have a side effect
    
    - In case the storage engine did support pushdown of SELECT with an INTO
      clause, write the rows we've got from it into select->join->result,
      and not thd->protocol.  This way, SELECT ... INTO ... FROM
      smart_engine_table will put the result into where instructed, and
      NOT send it to the client.
    cbbe4971
federatedx_create_handlers.test 4.33 KB