mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
Review fixes:
Fixed portability problem with bool in C programs Moved close_thread_tables out from LOCK_thread_count mutex (safety fix) my_sleep() -> pthread_cond_timedwait() include/thr_lock.h: bool -> my_bool (bool is not portable in C programs) mysys/thr_lock.c: bool -> my_bool (bool is not portable in C programs) sql/lock.cc: Added comment Don't use | on bool variable sql/mysql_priv.h: Added comment sql/slave.cc: Moved close_thread_tables out from LOCK_thread_count mutex (safety fix) sql/sql_base.cc: Added comments my_sleep() -> pthread_cond_timedwait() to get less code and potentitally faster loop BitKeeper/etc/ignore: added ac_available_languages_fragment
This commit is contained in:
parent
1f36f6f45b
commit
90e41facf7
7 changed files with 38 additions and 20 deletions
|
|
@ -546,3 +546,4 @@ vio/viotest-ssl
|
|||
scripts/make_win_binary_distribution
|
||||
EXCEPTIONS-CLIENT
|
||||
support-files/my-innodb-heavy-4G.cnf
|
||||
ac_available_languages_fragment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue