Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a8c8d commit 4156181Copy full SHA for 4156181
1 file changed
xml/queries.xml
@@ -21,7 +21,7 @@
21
* http://dev.mysql.com/doc/refman/5.0/en/news-5-0-12.html
22
* http://dev.mysql.com/doc/refman/5.0/en/miscellaneous-functions.html#function_sleep
23
-->
24
- <timedelay query="SELECT SLEEP(%d)" query2="SELECT BENCHMARK(1000000, MD5('%d'))"/>
+ <timedelay query="SLEEP(%d)" query2="SELECT BENCHMARK(1000000, MD5('%d'))"/>
25
<substring query="MID((%s), %d, %d)"/>
26
<inference query="AND ORD(MID((%s), %d, 1)) > %d"/>
27
<banner query="VERSION()"/>
0 commit comments