diff options
author | monty@mashka.mysql.fi <> | 2003-03-26 18:37:38 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-03-26 18:37:38 +0200 |
commit | 3bed7a6131bb688e3dbb5f11386d7641db356e6e (patch) | |
tree | 007e99eab2948fed93bba975a04801b24ba9c92a /include/myisam.h | |
parent | a55138fd9461af89068a63ac982539fee91c80c9 (diff) | |
parent | ff12a11829eddda1a69fed1bafb2230e009165fc (diff) | |
download | mariadb-git-3bed7a6131bb688e3dbb5f11386d7641db356e6e.tar.gz |
Merge with 4.0.13
Diffstat (limited to 'include/myisam.h')
-rw-r--r-- | include/myisam.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/myisam.h b/include/myisam.h index eb260537628..33aa6aa3f31 100644 --- a/include/myisam.h +++ b/include/myisam.h @@ -364,8 +364,10 @@ typedef struct st_sort_info SORT_FT_BUF *ft_buf; /* sync things */ uint got_error, threads_running; +#ifdef THREAD pthread_mutex_t mutex; pthread_cond_t cond; +#endif } SORT_INFO; /* functions in mi_check */ |