mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
New methods to store strings with "convert to" argimument
This commit is contained in:
@@ -662,6 +662,8 @@ public:
|
||||
DBUG_PRINT("error",("Fatal error set"));
|
||||
}
|
||||
inline CHARSET_INFO *charset() { return variables.thd_charset; }
|
||||
inline CHARSET_INFO *result_charset(CHARSET_INFO *cs)
|
||||
{ return variables.convert_result_charset ? variables.thd_charset : cs; }
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user