mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
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