1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/sql
unknown 90e41facf7 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
2005-07-26 17:55:58 +03:00
..
2005-05-07 15:11:31 +02:00
2004-06-25 12:59:47 +02:00
2003-04-23 21:52:16 +03:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2005-03-03 21:13:33 +01:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2004-11-26 02:31:22 +02:00
2004-11-26 02:31:22 +02:00
2003-08-20 16:25:44 +03:00
2004-12-11 19:59:09 +03:00
2004-12-11 19:59:09 +03:00
2003-12-16 13:20:17 +02:00
2005-07-26 17:55:58 +03:00
2005-07-26 17:55:58 +03:00
2005-03-03 23:10:23 +01:00
2004-03-25 22:05:09 +02:00
2004-08-11 23:24:36 +01:00
2005-07-26 17:55:58 +03:00
2005-07-26 17:55:58 +03:00
2003-12-30 13:14:21 +02:00
2005-06-03 11:16:37 +02:00
2003-04-23 21:52:16 +03:00
2005-07-20 21:19:01 +02:00
2004-12-11 15:51:52 +03:00
2003-12-02 21:05:40 +03:00
2005-05-14 17:08:43 +03:00
2003-10-29 14:23:35 +01:00