65 Commits (1ee94dc2f7f3deb81eadd52b546b827ca76c24a9)

Author SHA1 Message Date
Michael Widenius e63b5546c5 Implementation of MWL#172: Add support for prepared statements to HANDLER READ 15 years ago
Michael Widenius c4a5cf111b Fixed wrong queue_replace(), which caused timeout failure in pbxt.flush_read_lock_kill 15 years ago
Michael Widenius ecbcddc03d Improved speed of thr_alarm from O(N) to O(1). thr_alarm is used to handle timeouts and kill of connections. 16 years ago
Alexey Kopytov f3ccf5061f Bug#54667: Unnecessary signal handler redefinition 16 years ago
unknown 8def2e0993 Avoid compilation problem on AIX. 18 years ago
unknown 205d448b01 fixes for build failures due to my yesterday's changeset forbidding 18 years ago
unknown 8665ae2c1f Fix for build failures. Putting back "#define bool BOOL" under Windows 18 years ago
unknown 09a53f28a7 Fixed a lot of compiler warnings and errors detected by Forte C++ on Solaris 19 years ago
unknown b59217ebbb Slow query log to file now displays queries with microsecond precission 19 years ago
unknown f252f9248a WL#3817: Simplify string / memory area types and make things more consistent (first part) 19 years ago
unknown 0fdd64ba63 Merged from 5.0 19 years ago
unknown 8f93150d20 restored run-time thread lib detection 19 years ago
unknown f8eed3c1ce restored run-time thread lib detection 19 years ago
unknown d89329c685 reverted linuxthreads thr_client_alarm fix (not future-proof) 19 years ago
unknown 6e1f446ae1 move thr_client_alarm initialization to mysqld.cc 19 years ago
unknown 9e6784924a Fixed compiler warnings 19 years ago
unknown cf933534ea After-merge fix: 19 years ago
unknown 715281a94b Fix a linkage problem with the previous patch for "thr_client_alarm". 19 years ago
unknown efc2771dde Excluded wrongly merged changeset. 19 years ago
unknown cdf6001aeb Cleanup of thread-type (linuxthread or NTPL) detection code 19 years ago
unknown 2ec2fa6d08 Cleanup of thread-type (linuxthread or NTPL) detection code 19 years ago
unknown 454c763c6b Fix for configure to detect library correctly. 19 years ago
unknown 6b0853a398 Many files: 19 years ago
unknown 13bb3fa823 Disabled syncronization test at it fails on multiple platforms. (Bug #24529) 19 years ago
unknown c447803076 thr_alarm.c, thr_lock.c, my_global.h: 19 years ago
unknown 06e8697d04 Another long patch to remove the rest of the OS2 support. 20 years ago
unknown bcc1ecd37b locking issues, 20 years ago
unknown e61dea1b36 Fix wait_timeout (and kill) handling on Mac OS X by cleaning up how 20 years ago
unknown 05c7edf648 Move reset of insert_values to ensure it's done also during error conditions 21 years ago
unknown 446d4631c7 BUG#9626 21 years ago
unknown ef342b743e Change update_auto_increment to return 1 if get_auto_increment() returned ~(ulonglong) 21 years ago
unknown 8bdb500105 fixes/cleanups according to Coverity report 21 years ago
unknown f7d0dfd9e8 Changed %lx -> 0x%lx (for easier comparison of debug files) 22 years ago
unknown f203bebafc assert.h needed for my_dbug.h now is included in my_dbug.h, where it for 22 years ago
unknown b57a1dd227 Safety fix for alarms on windows. 22 years ago
unknown c97a38c4d3 Call my_sync() after all data is written to .frm file 22 years ago
unknown 48446c0f73 Updated comments 22 years ago
unknown 08a08a67db fix_max_connections to resize alarm_queue (Bug #1435) 23 years ago
unknown 628c2c389a Fix VC++ compiler error on Windows 23 years ago
unknown a1a58d6c5a Don't install signal handler for SIGINT by default 23 years ago
unknown a3afb2bcbe Added function comment 23 years ago
unknown cd7148472a Print error if we can't delete an alarm 23 years ago
unknown 3f7dfc4df3 Small fixes (nothing nameworthy) 23 years ago
unknown 6f8e0d1364 Fix for 64 bit machines (To remove warnings on Itanium) 23 years ago
unknown 306b74fcc8 Fixed core dump bug when shuting down mysqld 23 years ago
unknown 6e2ee18779 Safety fix (caused a core dump on slave during shutdown when shutting down replication on some OS) 23 years ago
unknown 84f81dc593 Fixes for Netware 23 years ago
unknown 6f043c359c - replaced all occurences of HPUX with HPUX10 (to be prepared for eventual 23 years ago
unknown 8f232cb75f Portability fixes. 24 years ago
unknown c58354509a syntactic error.. 24 years ago