diff options
author | bar@bar.mysql.r18.ru <> | 2003-03-18 17:01:32 +0400 |
---|---|---|
committer | bar@bar.mysql.r18.ru <> | 2003-03-18 17:01:32 +0400 |
commit | 8103c4c537fd2a9ecb1d783fe91a43e644a76fdc (patch) | |
tree | 149b353fe4d384e40808e89307bd44a69179d92c /sql/sql_db.cc | |
parent | 031ac2a7b2ba8eb881fc24d0429922cd8c42e9b9 (diff) | |
download | mariadb-git-8103c4c537fd2a9ecb1d783fe91a43e644a76fdc.tar.gz |
CONVERT class was removed
Diffstat (limited to 'sql/sql_db.cc')
-rw-r--r-- | sql/sql_db.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_db.cc b/sql/sql_db.cc index 03ccf88316c..ffa5416eaf5 100644 --- a/sql/sql_db.cc +++ b/sql/sql_db.cc @@ -615,7 +615,6 @@ int mysqld_show_create_db(THD *thd, char *dbname, uint db_access; bool found_libchar; HA_CREATE_INFO create; - CONVERT *convert=thd->variables.convert_set; uint create_options = create_info ? create_info->options : 0; Protocol *protocol=thd->protocol; DBUG_ENTER("mysql_show_create_db"); |