summaryrefslogtreecommitdiff
path: root/sql/sql_manager.cc
Commit message (Collapse)AuthorAgeFilesLines
* Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.monty@butch.2002-11-071-1/+1
|
* Added macros for nice TIMESPEC usage.monty@hundin.mysql.fi2002-01-021-7/+1
| | | | | | | | Fixes for building MySQL with gcc 3.0 Added SIGNED / UNSIGNED casts Fixed core dump bug in net_clear() with libmysqld. Back to using semaphores in query cache. Added 'Null' and 'Index_type' to SHOW INDEX.
* mysql_priv.h manager_status is volatiletim@threads.polyesthetic.msg2000-11-281-1/+1
| | | | sql_manager.cc manager_status is volatile
* Generalize handle_flush thread to also handle various managementtim@threads.polyesthetic.msg2000-11-271-0/+101
tasks for different handlers. Add a callback from berkeley db to delete log files that are no longer needed.