mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
Merge kpettersson@bk-internal:/home/bk/mysql-4.1-maint
into kpdesk.mysql.com:/home/thek/dev/mysql-4.1-maint
This commit is contained in:
commit
aae0caf608
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ int my_lock(File fd, int locktype, my_off_t start, my_off_t length,
|
||||||
#elif defined(HAVE_LOCKING)
|
#elif defined(HAVE_LOCKING)
|
||||||
/* Windows */
|
/* Windows */
|
||||||
{
|
{
|
||||||
my_bool error= false;
|
my_bool error= FALSE;
|
||||||
pthread_mutex_lock(&my_file_info[fd].mutex);
|
pthread_mutex_lock(&my_file_info[fd].mutex);
|
||||||
if (MyFlags & MY_SEEK_NOT_DONE)
|
if (MyFlags & MY_SEEK_NOT_DONE)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue