1
0
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:
unknown
2003-02-26 14:50:59 +04:00
parent 3ba2916b24
commit 605ddcebc2

View File

@ -677,6 +677,7 @@ public:
is_fatal_error= 1;
net.report_error= 1;
}
inline CHARSET_INFO *charset() { return variables.thd_charset; }
};
/*