Commit 605ddceb authored by unknown's avatar unknown

sql_class.h:

  New method to simplify access to thd charset


sql/sql_class.h:
  New method to simplify access to thd charset
parent 3ba2916b
......@@ -677,6 +677,7 @@ class THD :public ilink
is_fatal_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