From 605ddcebc26efae9e04fdc1be04316d10c7eb67b Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 26 Feb 2003 14:50:59 +0400 Subject: [PATCH] sql_class.h: New method to simplify access to thd charset sql/sql_class.h: New method to simplify access to thd charset --- sql/sql_class.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sql/sql_class.h b/sql/sql_class.h index a19c980772d..f943a611d08 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -677,6 +677,7 @@ public: is_fatal_error= 1; net.report_error= 1; } + inline CHARSET_INFO *charset() { return variables.thd_charset; } }; /*