mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix assorted compiler warnings.
This commit is contained in:
@ -729,6 +729,7 @@ TABLE_SHARE *get_cached_table_share(const char *db, const char *table_name)
|
||||
}
|
||||
|
||||
|
||||
#ifdef DISABLED_UNTIL_GRL_IS_MADE_PART_OF_MDL
|
||||
/**
|
||||
@brief Mark table share as having one more user (increase its reference
|
||||
count).
|
||||
@ -746,6 +747,7 @@ static void reference_table_share(TABLE_SHARE *share)
|
||||
(ulong) share, share->ref_count));
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user