mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Making 4.1 tree compile with -ansi -pedantic
This commit is contained in:
@ -374,7 +374,7 @@ inline Query_cache_block * Query_cache_block_table::block()
|
||||
return (Query_cache_block *)(((byte*)this) -
|
||||
ALIGN_SIZE(sizeof(Query_cache_block_table)*n) -
|
||||
ALIGN_SIZE(sizeof(Query_cache_block)));
|
||||
};
|
||||
}
|
||||
|
||||
/*****************************************************************************
|
||||
Query_cache_block method(s)
|
||||
|
Reference in New Issue
Block a user