Commit fbeb42a9 authored by konstantin@mysql.com's avatar konstantin@mysql.com

Remove an unused variable.

parent 41fea3d7
...@@ -827,13 +827,6 @@ protected: ...@@ -827,13 +827,6 @@ protected:
public: public:
LEX_STRING m_name; LEX_STRING m_name;
/*
Buffer, pointing to the string value of the item. We need it to
protect internal buffer from changes. See comment to analogous
member in Item_param for more details.
*/
String str_value_ptr;
public: public:
#ifndef DBUG_OFF #ifndef DBUG_OFF
/* /*
......
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