summaryrefslogtreecommitdiff
path: root/storage/connect/reldef.h
diff options
context:
space:
mode:
authorOlivier Bertrand <bertrandop@gmail.com>2013-03-02 22:30:40 +0100
committerOlivier Bertrand <bertrandop@gmail.com>2013-03-02 22:30:40 +0100
commit8103dd5e88ea54c06d991cd4342e75cfab7ef11d (patch)
treeacc0139e1e86953e9be5dfec523fc9aa1b310a47 /storage/connect/reldef.h
parent5972b56a6d43aceb89e5242b6c323743eba9c71e (diff)
downloadmariadb-git-8103dd5e88ea54c06d991cd4342e75cfab7ef11d.tar.gz
- Some end of lines changed from CRLF to LF
modified: storage/connect/reldef.h storage/connect/tabxml.h storage/connect/value.h
Diffstat (limited to 'storage/connect/reldef.h')
-rw-r--r--storage/connect/reldef.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/storage/connect/reldef.h b/storage/connect/reldef.h
index ac42bb38b37..145544881a6 100644
--- a/storage/connect/reldef.h
+++ b/storage/connect/reldef.h
@@ -76,10 +76,7 @@ class DllExport TABDEF : public RELDEF { /* Logical table descriptor */
virtual PIXDEF GetIndx(void) {return NULL;}
virtual void SetIndx(PIXDEF xp) {}
virtual bool IsHuge(void) {return false;}
- const CHARSET_INFO *data_charset()
- {
- return m_data_charset;
- }
+ const CHARSET_INFO *data_charset() {return m_data_charset;}
// Methods
bool DropTable(PGLOBAL g, PSZ name);