summaryrefslogtreecommitdiff
path: root/sql/sql_db.cc
diff options
context:
space:
mode:
authorbar@bar.mysql.r18.ru <>2003-03-18 17:01:32 +0400
committerbar@bar.mysql.r18.ru <>2003-03-18 17:01:32 +0400
commit8103c4c537fd2a9ecb1d783fe91a43e644a76fdc (patch)
tree149b353fe4d384e40808e89307bd44a69179d92c /sql/sql_db.cc
parent031ac2a7b2ba8eb881fc24d0429922cd8c42e9b9 (diff)
downloadmariadb-git-8103c4c537fd2a9ecb1d783fe91a43e644a76fdc.tar.gz
CONVERT class was removed
Diffstat (limited to 'sql/sql_db.cc')
-rw-r--r--sql/sql_db.cc1
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");