1
0
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:
konstantin@mysql.com
2004-12-16 16:16:28 +03:00
parent 9c60cd3818
commit ba69a5b7e8
33 changed files with 57 additions and 56 deletions

View File

@ -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)