Added removal of MySQL style comments to query canonicalization.
Also fixed minor issues with the canonicalization regular expressions.
This commit is contained in:
@ -276,6 +276,7 @@ EXTERN_C_BLOCK_BEGIN
|
||||
|
||||
size_t get_decimal_len(size_t s);
|
||||
|
||||
char* remove_mysql_comments(const char* str);
|
||||
char* replace_values(const char* str);
|
||||
char* replace_literal(char* haystack,
|
||||
const char* needle,
|
||||
|
||||
Reference in New Issue
Block a user