Fix federated.federatedx_create_handler with --ps-protocol, for CLX-77
CLX-77 code used "thd->lex->result!=NULL" to check if the SELECT has an INTO part. This is not correct, as the condition also holds when we're using the PS protocol. Use a more generic check: check whether the SELECT has any side effect.
Showing
Please register or sign in to comment