diff options
author | konstantin@mysql.com <> | 2004-12-16 16:16:28 +0300 |
---|---|---|
committer | konstantin@mysql.com <> | 2004-12-16 16:16:28 +0300 |
commit | ba69a5b7e8e40f2fbedef88f18d4139887770fb6 (patch) | |
tree | c33ac0fd3ffccc3d018d7188dd144a17fd01ebce /sql/sql_cache.cc | |
parent | 9c60cd3818117d6aa9d64948838a5ae8dbfa6a3f (diff) | |
download | mariadb-git-ba69a5b7e8e40f2fbedef88f18d4139887770fb6.tar.gz |
Making 4.1 tree compile with -ansi -pedantic
Diffstat (limited to 'sql/sql_cache.cc')
-rw-r--r-- | sql/sql_cache.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_cache.cc b/sql/sql_cache.cc index 0e2058d73e9..bd42a2c1720 100644 --- a/sql/sql_cache.cc +++ b/sql/sql_cache.cc @@ -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) |