summaryrefslogtreecommitdiff
path: root/sql/item.cc
diff options
context:
space:
mode:
authorunknown <konstantin@mysql.com>2005-07-01 16:23:05 +0400
committerunknown <konstantin@mysql.com>2005-07-01 16:23:05 +0400
commitf5690e4b398608f9759c4c8fd0822bc7df3005a3 (patch)
tree4d169d149b04d979a55b143523e855d9b068998f /sql/item.cc
parent90f60a267764bd4157c670347f97c14f31b5b60b (diff)
downloadmariadb-git-f5690e4b398608f9759c4c8fd0822bc7df3005a3.tar.gz
- fix -ansi -pedantic error
Diffstat (limited to 'sql/item.cc')
-rw-r--r--sql/item.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item.cc b/sql/item.cc
index 00b93cfa270..d62ac38e943 100644
--- a/sql/item.cc
+++ b/sql/item.cc
@@ -4410,7 +4410,7 @@ void Item_ref::make_field(Send_field *field)
field->table_name= table_name;
if (db_name)
field->db_name= db_name;
-};
+}
void Item_ref_null_helper::print(String *str)