summaryrefslogtreecommitdiff
path: root/sql/table.cc
diff options
context:
space:
mode:
authorunknown <timour@mysql.com>2005-08-23 18:15:51 +0300
committerunknown <timour@mysql.com>2005-08-23 18:15:51 +0300
commit2ef2e0630d7b091c0dfc18c488bce1e73871831d (patch)
tree81d06574759830154fe94e1f55bbe6fc0f04ae4d /sql/table.cc
parent04d7dad1ea42d15f10d2b1c580e54d94d17bd01a (diff)
parentfe24add743df9dc2f8d72352e777c0f6f495d5fb (diff)
downloadmariadb-git-2ef2e0630d7b091c0dfc18c488bce1e73871831d.tar.gz
Merge mysql.com:/home/timka/mysql/src/5.0-virgin
into mysql.com:/home/timka/mysql/src/5.0-2486 mysql-test/r/select.result: Auto merged mysql-test/t/select.test: Auto merged sql/sql_base.cc: Auto merged sql/table.cc: Auto merged sql/table.h: Auto merged
Diffstat (limited to 'sql/table.cc')
-rw-r--r--sql/table.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/sql/table.cc b/sql/table.cc
index e84f8adc32f..66fccec9c24 100644
--- a/sql/table.cc
+++ b/sql/table.cc
@@ -2289,7 +2289,6 @@ Natural_join_column::Natural_join_column(Field_translator *field_param,
table_field= NULL;
table_ref= tab;
is_common= FALSE;
- is_coalesced= FALSE;
}
@@ -2301,7 +2300,6 @@ Natural_join_column::Natural_join_column(Field *field_param,
view_field= NULL;
table_ref= tab;
is_common= FALSE;
- is_coalesced= FALSE;
}
@@ -2638,13 +2636,6 @@ GRANT_INFO *Field_iterator_table_ref::grant()
}
-bool Field_iterator_table_ref::is_coalesced()
-{
- if (table_ref->is_natural_join)
- return natural_join_it.column_ref()->is_coalesced;
- return FALSE;
-}
-
/*
Create new or return existing column reference to a column of a
natural/using join.