mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixes for MSVC++ compiler.
libmysql/client_settings.h: Fixed declaration to be in line with definition sql/sql_select.cc: Not used variable removed. sql/sql_view.cc: Explicit cast to unsigned char * is required here.
This commit is contained in:
@ -1726,7 +1726,6 @@ make_join_statistics(JOIN *join,TABLE_LIST *tables,COND *conds,
|
||||
tables;
|
||||
s++, tables= tables->next_local, i++)
|
||||
{
|
||||
table_map dep_tables;
|
||||
TABLE_LIST *embedding= tables->embedding;
|
||||
stat_vector[i]=s;
|
||||
s->keys.init();
|
||||
|
Reference in New Issue
Block a user