mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Merge with 4.1
This commit is contained in:
@@ -300,7 +300,6 @@ TODO list:
|
||||
#include <m_ctype.h>
|
||||
#include <my_dir.h>
|
||||
#include <hash.h>
|
||||
#include "sql_acl.h"
|
||||
#include "ha_myisammrg.h"
|
||||
#ifndef MASTER
|
||||
#include "../srclib/myisammrg/myrg_def.h"
|
||||
@@ -375,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