-
ADMIN SHOW DDL
: to view the running DDL job -
ADMIN SHOW DDL JOBS
: to view all the results in the current DDL job queue (including tasks that are running and waiting to run) and the last ten results in the completed DDL job queue -
ADMIN SHOW DDL JOBS QUERIES 'job_id' [, 'job_id'] ...
: to view the original SQL statement of the DDL task corresponding to thejob_id
; thejob_id
only searches the running DDL job and the last ten results in the DDL history job queue.