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
This commit is contained in:
Michael Widenius 2010-11-09 10:17:36 +02:00
commit 9e008bd726
3 changed files with 4 additions and 3 deletions

View file

@ -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;