Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

If cancelled, the following SQL Task Instance SQL Command would complete with status Success.

Panel
Wiki Markup
{html}<pre>
SELECT SLEEP(1000);
</pre>{html}

 

If cancelled, the following SQL Task Instance SQL Command would complete with status Cancelled.

{html}<pre> SELECT column-name FROM table-name WHERE SLEEP(1000); </pre>{html}
Panel
Wiki Markup

 

For more information on the SLEEP function, please see the MySQL documentation here: https://dev.mysql.com/doc/refman/5.6/en/miscellaneous-functions.html#function_sleep
 

...