diff options
author | unknown <gluh@gluh.mysql.r18.ru> | 2004-11-18 12:16:06 +0300 |
---|---|---|
committer | unknown <gluh@gluh.mysql.r18.ru> | 2004-11-18 12:16:06 +0300 |
commit | cd2edd171396ba8041f4e0109e0f339b9b99ee0c (patch) | |
tree | 1253341b5955e700eeae69f4ff3a434f55f50751 /sql/sql_class.h | |
parent | 2836164f0c846232ea5782fb14d45f783d785438 (diff) | |
download | mariadb-git-cd2edd171396ba8041f4e0109e0f339b9b99ee0c.tar.gz |
remove unused parts of code
fix for 'show create schema_table'
fix for usage schema tables in subselect
'wrong schema table charset' fix
mysql-test/r/information_schema.result:
'wrong schema table charset' fix
mysql-test/t/information_schema.test:
'wrong schema table charset' fix
sql/mysql_priv.h:
fix for 'show create schema_table'
sql/sql_class.cc:
'wrong schema table charset' fix
sql/sql_class.h:
'wrong schema table charset' fix
sql/sql_parse.cc:
fix for 'show create schema_table'
sql/sql_select.cc:
'wrong schema table charset' fix
sql/sql_show.cc:
remove unused parts of code
fix for 'show create schema_table'
fix for usage schema tables in subselect
sql/table.h:
remove unused parts of coed
tests/client_test.c:
'wrong schema table charset' fix
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index 41a560d41cf..d3347a8d816 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -1425,6 +1425,7 @@ public: bool using_indirect_summary_function; /* If >0 convert all blob fields to varchar(convert_blob_length) */ uint convert_blob_length; + CHARSET_INFO *table_charset; TMP_TABLE_PARAM() :copy_funcs_it(copy_funcs), copy_field(0), group_parts(0), |