summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Expand)AuthorAgeFilesLines
* Portability fixes (mostly test suite)unknown2003-12-161-0/+1
* Mergeunknown2003-12-131-1/+11
|\
| * Fix autoincrement for signed columns (Bug #1366)unknown2003-12-121-1/+11
* | Fix for Bug #1952unknown2003-12-121-161/+178
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-114-26/+53
|\
| * Fixed a possible memory leak on MacOSX when using the shared libmysql.so libr...unknown2003-12-114-26/+53
* | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-101-0/+3
|\ \ | |/ |/|
| * Fix for #1890 and #1959unknown2003-12-051-0/+3
* | Added checking of return value from my_once_alloc() in charsetunknown2003-12-101-15/+39
|/
* Fixed Bug#1907, option of type GET_BOOL with arg type OPT_ARGunknown2003-11-241-2/+0
* Merge with 3.23 (only comment changes)unknown2003-11-171-0/+2
|\
| * Safety fix for alarms on windows.unknown2003-11-171-1/+2
* | Merge service name codeunknown2003-11-171-1/+1
|\ \
| * | Fix for service names on windows; Now we always put the service name last wh...unknown2003-11-171-1/+1
* | | Call my_sync() after all data is written to .frm fileunknown2003-11-025-5/+75
* | | fix for bug #1634 '"operator new" in my_new wastes memory'unknown2003-10-301-2/+2
|/ /
* | Safety fix to detect multiple calls to my_thread_end()unknown2003-10-162-25/+50
* | Better fix for CREATE TABLE IF NOT EXISTS ... SELECTunknown2003-10-151-6/+7
* | Updated commentsunknown2003-10-152-5/+29
* | fix_max_connections to resize alarm_queue (Bug #1435)unknown2003-10-062-7/+27
* | Code cleanup of new patchesunknown2003-09-232-15/+35
* | Fixed a bug in default.c, which caused quoted arguments notunknown2003-09-171-0/+8
* | Removed restriction not to be able use non regular files.unknown2003-08-281-2/+0
* | Add detection of in_addr_tunknown2003-08-282-45/+102
* | Added a warning to my_print_defaults if --verbose is givenunknown2003-08-271-25/+34
* | vio ssl structure renames (to get rid of ending _)unknown2003-08-271-2/+1
* | Better fix for myisamchk --sort-index on windowsunknown2003-08-251-5/+13
* | Update of VC++ project files (to remove link warnings)unknown2003-08-251-3/+4
* | Use my_b_append instead of my_b_write on a SEQ_READ_APPEND cache, when we writeunknown2003-08-191-0/+14
* | Cleanups to recent patchesunknown2003-08-151-71/+56
* | nothing interestingunknown2003-08-131-1/+1
* | Merge mysql.com:/home/wax/mysql/mysql-4.0unknown2003-08-101-9/+1
|\ \
| * | Review of changesets since last pull.unknown2003-08-071-9/+1
* | | BUGunknown2003-08-101-18/+18
* | | Merge mysql.com:/home/wax/mysql/mysql-4.0unknown2003-07-311-16/+39
|\ \ \ | |/ / |/| |
| * | BUGunknown2003-07-311-16/+39
* | | Fix for service issue with paths having spaces (bug #687)unknown2003-07-231-0/+8
* | | Removed wrong "Found lock of type # that is write and read locked" warnings.unknown2003-07-181-7/+14
* | | Fixed memory overrun when doing REPAIR on table with multi-part auto_incremen...unknown2003-07-181-3/+3
|/ /
* | Fix VC++ compiler error on Windowsunknown2003-07-021-1/+1
* | merge changesunknown2003-07-021-0/+5
|\ \
| * | Fixed memory allocation in Unique to not allocate too much memoryunknown2003-06-261-0/+5
* | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-06-251-7/+19
|\ \ \ | |/ /
| * | Simple code cleanupunknown2003-06-231-7/+19
* | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-06-176-244/+235
|\ \ \ | |/ /
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-06-124-230/+209
| |\ \
| | * | Changed safemalloc structure to not have to be 8 byte aligned. (Portability p...unknown2003-06-124-183/+167
| | * | Indentationunknown2003-06-121-128/+123
| * | | removed a wrong cast that limited ulonglong options to max. ulong value.unknown2003-06-121-2/+2
| |/ /
| * | Don't install signal handler for SIGINT by defaultunknown2003-06-101-4/+5