mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Use our version of RWLOCKS on UNIXWARE 7
More DBUG info for replication Better error messages from replication Fixed bug in replication code when connecting to 'localhost' (time was not released properly) Block ALARM signal on Linux for signal handler thread (Fixes problem with running mysqld with --debug) Removed warning when setting an AUTO_INCREMENT field to NULL
This commit is contained in:
@ -220,7 +220,7 @@ my_off_t my_b_filelength(IO_CACHE *info)
|
||||
}
|
||||
else
|
||||
{
|
||||
info->seek_not_done=0;
|
||||
info->seek_not_done=1;
|
||||
return my_seek(info->file,0L,MY_SEEK_END,MYF(0));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user