Commit 6c8d3975 authored by unknown's avatar unknown

- fix -ansi -pedantic error

parent dc22424b
...@@ -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