summaryrefslogtreecommitdiff
path: root/storage/spider/spd_db_mysql.h
diff options
context:
space:
mode:
authorKentoku SHIBA <kentokushiba@gmail.com>2019-06-29 03:42:35 +0900
committerGitHub <noreply@github.com>2019-06-29 03:42:35 +0900
commit76200870ea7d8fc8e7bd16ffa3e486cb3ba438f6 (patch)
treea31352bd6b48a2b67134b6f6ce5e0c9ce88020e4 /storage/spider/spd_db_mysql.h
parentd4bdf1c0b67b19180e461411c9494137456e0e77 (diff)
downloadmariadb-git-76200870ea7d8fc8e7bd16ffa3e486cb3ba438f6.tar.gz
MDEV-17204 Mariadb 10.3.9 Spider DB SQL Alias no execute (#1348)bb-10.4-MDEV-17402
Diffstat (limited to 'storage/spider/spd_db_mysql.h')
-rw-r--r--storage/spider/spd_db_mysql.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/storage/spider/spd_db_mysql.h b/storage/spider/spd_db_mysql.h
index d68c834695f..8f317d03e0e 100644
--- a/storage/spider/spd_db_mysql.h
+++ b/storage/spider/spd_db_mysql.h
@@ -29,6 +29,17 @@ public:
uint name_length,
CHARSET_INFO *name_charset
);
+ int append_escaped_name(
+ spider_string *str,
+ const char *name,
+ uint name_length
+ );
+ int append_escaped_name_with_charset(
+ spider_string *str,
+ const char *name,
+ uint name_length,
+ CHARSET_INFO *name_charset
+ );
bool is_name_quote(
const char head_code
);