diff options
author | Vladislav Vaintroub <vvaintroub@mysql.com> | 2010-01-20 14:04:17 +0100 |
---|---|---|
committer | Vladislav Vaintroub <vvaintroub@mysql.com> | 2010-01-20 14:04:17 +0100 |
commit | b5a3b814021ab6c97d59685a33fa8ea2f4523341 (patch) | |
tree | 090d0050d9154ad8e681440c3bf434b685bead45 /sql/sql_profile.cc | |
parent | ec680f0a2b2714d1d5003e78ca2cdf960ac1d2b3 (diff) | |
download | mariadb-git-b5a3b814021ab6c97d59685a33fa8ea2f4523341.tar.gz |
Bug #50362 comp_err crashes during compilation on FreeBSD.
The reason for the crash is using uinitialized mutex attribute (MY_MUTEX_FAST_INIT)
in pthread_mutex_init.
The fix is to initialize the attribute before the first use.
Diffstat (limited to 'sql/sql_profile.cc')
0 files changed, 0 insertions, 0 deletions