summaryrefslogtreecommitdiff
path: root/storage/connect/tabxml.h
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mnogosearch.org>2013-02-18 19:21:52 +0400
committerAlexander Barkov <bar@mnogosearch.org>2013-02-18 19:21:52 +0400
commitf41aadfaedeb90f5f9f9fb8100de81642cb5a048 (patch)
treee08bf6f3a71b21f5011fed7f63b9f18a92e15c00 /storage/connect/tabxml.h
parent8e1c194904e028accd0b1fb9f3c4e70cf8077c4d (diff)
downloadmariadb-git-f41aadfaedeb90f5f9f9fb8100de81642cb5a048.tar.gz
Adding DATA_CHARSET table option.
Diffstat (limited to 'storage/connect/tabxml.h')
-rw-r--r--storage/connect/tabxml.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/storage/connect/tabxml.h b/storage/connect/tabxml.h
index b23306d0fb9..70f050ed6f2 100644
--- a/storage/connect/tabxml.h
+++ b/storage/connect/tabxml.h
@@ -101,6 +101,10 @@ class DllExport TDBXML : public TDBASE {
virtual int DeleteDB(PGLOBAL g, int irc);
virtual void CloseDB(PGLOBAL g);
virtual int CheckWrite(PGLOBAL g) {Checked = true; return 0;}
+ virtual const CHARSET_INFO *data_charset()
+ {
+ return &my_charset_utf8_general_ci;
+ }
protected:
// Members