mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fixed compiler warnings
This commit is contained in:
@@ -61,7 +61,7 @@ static const TABLE_FIELD_TYPE field_types[]=
|
||||
|
||||
TABLE_FIELD_DEF
|
||||
table_setup_objects::m_field_def=
|
||||
{ 5, field_types };
|
||||
{ 5, field_types, 0, (uint*) 0 };
|
||||
|
||||
PFS_engine_table_share
|
||||
table_setup_objects::m_share=
|
||||
|
Reference in New Issue
Block a user