diff options
author | monty@hundin.mysql.fi <> | 2002-06-28 17:26:11 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-06-28 17:26:11 +0300 |
commit | 578a9d9901fe19723a028854b6d2774a778c0740 (patch) | |
tree | 27f0f967ee5f642c6cb7ecfab977612a3d7e57d3 /myisam/mi_locking.c | |
parent | 20005fad016bf602c747f5cd42ab0f5fd4fa75b3 (diff) | |
download | mariadb-git-578a9d9901fe19723a028854b6d2774a778c0740.tar.gz |
Updated windows files (VC++ files and winmysqladmin).
Portability fixes.
Removed compiler warnings.
Diffstat (limited to 'myisam/mi_locking.c')
-rw-r--r-- | myisam/mi_locking.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/mi_locking.c b/myisam/mi_locking.c index ea4966b05c5..cbde05d31f5 100644 --- a/myisam/mi_locking.c +++ b/myisam/mi_locking.c @@ -219,7 +219,7 @@ int mi_lock_database(MI_INFO *info, int lock_type) /**************************************************************************** -** The following functions are called by thr_lock() in threaded applications + The following functions are called by thr_lock() in threaded applications ****************************************************************************/ void mi_get_status(void* param) |