mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Cleaned up SSL documentation
Fixes for embedded server Made key_cache more configurable Fixed that one can change key blocksize in MyISAM A lot of optimizations to make MyISAM slightly faster
This commit is contained in:
@@ -24,7 +24,7 @@ int mi_is_changed(MI_INFO *info)
|
||||
{
|
||||
int result;
|
||||
DBUG_ENTER("mi_is_changed");
|
||||
if (_mi_readinfo(info,F_RDLCK,1))
|
||||
if (fast_mi_readinfo(info))
|
||||
DBUG_RETURN(-1);
|
||||
VOID(_mi_writeinfo(info,0));
|
||||
result=(int) info->data_changed;
|
||||
|
||||
Reference in New Issue
Block a user