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

- fix -ansi -pedantic error

parent 6cc847d0
...@@ -4410,7 +4410,7 @@ void Item_ref::make_field(Send_field *field) ...@@ -4410,7 +4410,7 @@ void Item_ref::make_field(Send_field *field)
field->table_name= table_name; field->table_name= table_name;
if (db_name) if (db_name)
field->db_name= db_name; field->db_name= db_name;
}; }
void Item_ref_null_helper::print(String *str) void Item_ref_null_helper::print(String *str)
......
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