1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

sql_class.h:

New method to simplify access to thd charset
This commit is contained in:
bar@bar.mysql.r18.ru
2003-02-26 14:50:59 +04:00
parent 7e700e3374
commit 2be430da8e

View File

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