diff options
author | sasha@mysql.sashanet.com <> | 2002-01-19 22:46:25 -0700 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2002-01-19 22:46:25 -0700 |
commit | 684f13ef4c20cc1843c615ee17a8013f65617442 (patch) | |
tree | 254bb1b067e503a819145fff488d83709bf9c798 /mysys/thr_mutex.c | |
parent | d7ad2cbe5b55d422affe8d180d0cc8dab1c518e1 (diff) | |
parent | 56129ce634088b51dd60381711519c9125e8df72 (diff) | |
download | mariadb-git-684f13ef4c20cc1843c615ee17a8013f65617442.tar.gz |
Ugly merge! But I am not done yet - there are a number of things I need to fix
before I can push
Diffstat (limited to 'mysys/thr_mutex.c')
-rw-r--r-- | mysys/thr_mutex.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mysys/thr_mutex.c b/mysys/thr_mutex.c index 5353e58ba2d..4493c54069f 100644 --- a/mysys/thr_mutex.c +++ b/mysys/thr_mutex.c @@ -69,7 +69,8 @@ int safe_mutex_lock(safe_mutex_t *mp,const char *file, uint line) } if (mp->count++) { - fprintf(stderr,"safe_mutex: Error in thread libray: Got mutex at %s, line %d more than 1 time\n", file,line); + fprintf(stderr,"safe_mutex: Error in thread libray: Got mutex at %s, \ +line %d more than 1 time\n", file,line); fflush(stderr); abort(); } |