mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-19863 Add const to TYPELIB pointers
This commit is contained in:
@ -2846,7 +2846,7 @@ static int sort_keys(KEY *a, KEY *b)
|
||||
*/
|
||||
|
||||
bool check_duplicates_in_interval(const char *set_or_name,
|
||||
const char *name, TYPELIB *typelib,
|
||||
const char *name, const TYPELIB *typelib,
|
||||
CHARSET_INFO *cs, unsigned int *dup_val_count)
|
||||
{
|
||||
TYPELIB tmp= *typelib;
|
||||
|
Reference in New Issue
Block a user