Commit 2be430da authored by bar@bar.mysql.r18.ru's avatar bar@bar.mysql.r18.ru

sql_class.h:

  New method to simplify access to thd charset
parent 7e700e33
...@@ -677,6 +677,7 @@ class THD :public ilink ...@@ -677,6 +677,7 @@ class THD :public ilink
is_fatal_error= 1; is_fatal_error= 1;
net.report_error= 1; net.report_error= 1;
} }
inline CHARSET_INFO *charset() { return variables.thd_charset; }
}; };
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment