mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
minor update conformant to http://dev.mysql.com/doc/refman/4.1/en/comments.html
This commit is contained in:
parent
3177c6023d
commit
75f286cf6d
|
@ -14,7 +14,7 @@
|
||||||
<limitstring query=" LIMIT "/>
|
<limitstring query=" LIMIT "/>
|
||||||
<order query="ORDER BY %s ASC"/>
|
<order query="ORDER BY %s ASC"/>
|
||||||
<count query="COUNT(%s)"/>
|
<count query="COUNT(%s)"/>
|
||||||
<comment query="--" query2="/*"/>
|
<comment query="-- " query2="/*" query3="#"/>
|
||||||
<!--
|
<!--
|
||||||
NOTE: MySQL 5.0.12 introduced SLEEP() function
|
NOTE: MySQL 5.0.12 introduced SLEEP() function
|
||||||
References:
|
References:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user