1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/include
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
..
2000-07-31 21:29:14 +02:00
2002-07-25 22:46:28 +03:00
2005-02-16 16:05:18 +00:00
2004-05-25 22:00:14 +03:00
2004-05-25 22:00:14 +03:00
2003-09-11 06:09:34 +03:00
2004-05-26 00:01:23 +03:00
2001-12-06 14:10:51 +02:00
2001-12-06 14:10:51 +02:00
2001-12-06 14:10:51 +02:00
2002-11-16 20:19:10 +02:00
2001-12-15 05:12:21 +02:00
2003-12-12 03:39:29 +03:00
2005-06-08 21:07:25 +05:00
2001-12-06 14:10:51 +02:00
2003-10-31 23:20:23 +01:00
2002-08-12 04:04:43 +03:00
2001-12-06 14:10:51 +02:00
2003-04-30 12:32:43 +02:00
2004-09-22 16:29:15 +04:00
2002-12-10 00:06:05 +01:00
2002-11-12 13:28:26 +01:00
2004-11-09 00:19:39 +04:00
2001-12-06 14:10:51 +02:00
2001-12-06 14:10:51 +02:00
2001-12-06 14:10:51 +02:00
2004-05-25 22:00:14 +03:00
2005-07-26 17:55:58 +03:00