diff options
author | unknown <davi@mysql.com/endora.local> | 2007-11-26 14:09:37 -0200 |
---|---|---|
committer | unknown <davi@mysql.com/endora.local> | 2007-11-26 14:09:37 -0200 |
commit | b8a19c228ce93ff5e57d7d122d8d5a74236670f6 (patch) | |
tree | ebe3deadd9d167d5629d6924246b48d5cf7cd802 /regex | |
parent | a8b4bc8165ef531a5a0323bffd5da01b9c020481 (diff) | |
download | mariadb-git-b8a19c228ce93ff5e57d7d122d8d5a74236670f6.tar.gz |
Bug#29592 SQL Injection issue
Remove the mysql_odbc_escape_string() function. The function
has multi-byte character escaping issues, doesn't honor the
NO_BACKSLASH_ESCAPES mode and is not used anymore by the
Connector/ODBC as of 3.51.17.
include/mysql.h:
Remove mysql_odbc_escape_string() prototype.
include/mysql_h.ic:
Update abi check file, mostly line changes and mysql_odbc_escape_string
removal.
libmysql/libmysql.c:
Remove mysql_odbc_escape_string() body.
libmysql/libmysql.def:
Remove mysql_odbc_escape_string()
libmysqld/libmysqld.def:
Remove mysql_odbc_escape_string()
Diffstat (limited to 'regex')
0 files changed, 0 insertions, 0 deletions