First, unless you call sendrawtransaction, you will not have affected the state of the individual node at all, and certainly not the blockchain. So it will be as if nothing happened.
Second, if you did call sendrawtransaction, but the transaction (for some inexplicable reason) never got confirmed, it would sit inside the memory pool of every node, remaining a candidate for confirmation, until every single node was shut down and restarted (or clearmempool was called on every one).