mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Fixed errors found during review
This commit is contained in:
@@ -2312,7 +2312,7 @@ static int get_schema_column_record(THD *thd, struct st_table_list *tables,
|
||||
}
|
||||
}
|
||||
#else
|
||||
end=strmov(end,"");
|
||||
*end= 0;
|
||||
#endif
|
||||
table->field[17]->store(tmp+1,end == tmp ? 0 : (uint) (end-tmp-1), cs);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user