Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4156181

Browse files
committed
Minor fix
1 parent 05a8c8d commit 4156181

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xml/queries.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* http://dev.mysql.com/doc/refman/5.0/en/news-5-0-12.html
2222
* http://dev.mysql.com/doc/refman/5.0/en/miscellaneous-functions.html#function_sleep
2323
-->
24-
<timedelay query="SELECT SLEEP(%d)" query2="SELECT BENCHMARK(1000000, MD5('%d'))"/>
24+
<timedelay query="SLEEP(%d)" query2="SELECT BENCHMARK(1000000, MD5('%d'))"/>
2525
<substring query="MID((%s), %d, %d)"/>
2626
<inference query="AND ORD(MID((%s), %d, 1)) > %d"/>
2727
<banner query="VERSION()"/>

0 commit comments

Comments
 (0)