Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.
Panel
Table of Contents
maxlevel1

Upgrade of Packaged MySQL JDBC Connector to 8.0.x

...

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

Panel
unmigrated

html-

wiki-markup{html}

bobswift
<pre>
SELECT SLEEP(1000);
</pre>

{html}

 

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

Panel
unmigrated

html-

wiki-markup{html}

bobswift
<pre>
SELECT column-name FROM table-name  WHERE SLEEP(1000);
</pre>

{html}

 

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
 

...