Before the MXS-2250 fix, the following ends with an error: CREATE TEMPORARY TABLE t (f INT); DESCRIBE t; Reason is that the first is sent to the master (and the table will not be replicated to slaves) and the latter to some slave.