mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 06:05:32 +02:00
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:
parent
18292caa48
commit
9e008bd726
3 changed files with 4 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue