mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
sql_class.h:
New method to simplify access to thd charset sql/sql_class.h: New method to simplify access to thd charset
This commit is contained in:
@ -677,6 +677,7 @@ public:
|
||||
is_fatal_error= 1;
|
||||
net.report_error= 1;
|
||||
}
|
||||
inline CHARSET_INFO *charset() { return variables.thd_charset; }
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user