summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2010-11-09 10:17:36 +0200
committerMichael Widenius <monty@askmonty.org>2010-11-09 10:17:36 +0200
commit9e008bd7261028cdac77ef995c68cba749e473e3 (patch)
tree9582e8e28dfb81478fdd93284475a7289dd35284 /sql/sql_show.cc
parent18292caa48f5cca9b651f62c1dbbffefadb33d9f (diff)
downloadmariadb-git-9e008bd7261028cdac77ef995c68cba749e473e3.tar.gz
Removed version number from test case
mysql-test/suite/maria/t/compat_aliases.test: Removed column with version number sql/sql_show.cc: Fixed compiler warning
Diffstat (limited to 'sql/sql_show.cc')
-rw-r--r--sql/sql_show.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_show.cc b/sql/sql_show.cc
index 8f1f938d36e..e721175cbe5 100644
--- a/sql/sql_show.cc
+++ b/sql/sql_show.cc
@@ -4064,7 +4064,7 @@ static int get_schema_tables_record(THD *thd, TABLE_LIST *tables,
}
else
{
- char option_buff[350],*ptr;
+ char option_buff[350];
String str(option_buff,sizeof(option_buff), system_charset_info);
TABLE *show_table= tables->table;
TABLE_SHARE *share= show_table->s;