summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug in counting open files when using many filesunknown2001-09-271-3/+2
* OS2 patchunknown2001-09-121-39/+0
* More debug infounknown2001-09-081-1/+1
* Make killing of threads saferunknown2001-09-011-4/+4
* Fixed problem with INSERT DELAYEDunknown2001-08-311-5/+18
* Fixed bug in auto-increment handling with InnoDBunknown2001-08-261-12/+20
* Fixes for OS2.unknown2001-08-2239-113/+1415
* Fix for bug in the Sun Workshop compilerunknown2001-08-181-1/+4
* Fixed optimizer bug in ORDER BY where some ORDER BY parts where ignored.unknown2001-07-301-1/+1
* Upgrade TL_WRITE_CONCURRENT_INSERT to TL_WRITE_LOW_PRIORITY ifunknown2001-07-181-4/+5
* Removed wrong warning from thr_lockunknown2001-07-171-16/+20
* Changed compare in MyISAM to use my_pread()unknown2001-06-111-3/+3
* Declare stpcpy() to fix portability problem on AIX with gcc 2.95.3unknown2001-06-031-1/+1
* Added ABS() to make tests more portable.unknown2001-06-031-0/+2
* Fixed bugs in symlink codeunknown2001-06-021-5/+10
* Fixed bug that caused client to hang because mysqld never did send anunknown2001-06-021-2/+2
* Added --skip-symlinksunknown2001-06-012-2/+5
* Added symlink support to mysys library.unknown2001-06-014-47/+148
* Added functions for symbolic link handling to make it possible tounknown2001-05-314-5/+181
* Fixed problems with decimals withing IF()unknown2001-05-291-1/+6
* Merge work:/my/mysql into tik.mysql.fi:/home/my/mysqlunknown2001-05-231-5/+5
|\
| * Updated documentation of how to add new native functions.unknown2001-05-231-5/+5
* | Merge work.mysql.com:/home/bk/mysqlunknown2001-05-222-3/+3
|\ \ | |/
| * Force close of sockets on HPUX 10.20unknown2001-05-192-3/+3
* | getvar.c atoll() -> strtoll() (portability fix)unknown2001-05-181-1/+1
|/
* Fixed bug when using MERGE on files > 4Gunknown2001-05-172-11/+9
* Cleanup up stacktrace codeunknown2001-05-142-121/+110
* cleanupunknown2001-05-121-6/+6
* Fixed all mysqldump output to use 'result_file'unknown2001-04-262-7/+7
* Fixed that -ldl is not used for clientsunknown2001-04-171-1/+1
* Fixed bug with UPDATE/DELETE on UNIQUE key which could be NULLunknown2001-04-101-6/+6
* got --with-other-libc to work, finallyunknown2001-04-021-7/+7
* Added test case that crashed Innobaseunknown2001-03-261-2/+3
* Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macrounknown2001-03-263-5/+5
* Added defines for fast mutex in glibc 2.2 (should be safe)unknown2001-03-246-30/+41
* Added isolation levelsunknown2001-03-211-9/+12
* Merged some functions and removed some unused client functions.unknown2001-03-061-25/+22
* Fixes for innobaseunknown2001-02-212-2/+4
* Fixed problem with concurrent inserts and read-previousunknown2001-02-181-1/+1
* Fixed that myisamchk -R works on text columnsunknown2001-02-181-3/+4
* Added locks needed for Innobaseunknown2001-02-182-4/+13
* Added Innobase to source distributionunknown2001-02-171-3/+3
* Changed --replace to --replace_result in mysqltestunknown2001-02-153-7/+7
* Fixed bug in bitmap handlingunknown2001-02-091-1/+2
* Force sockets to be blocking on HPUX 11.0unknown2001-02-072-8/+5
* Use new bitmap interfaceunknown2001-02-072-19/+43
* Workaround for bug in thread library in Unixware 7unknown2001-02-031-0/+3
* Changes prompted by manual comments.unknown2001-02-012-2/+2
* New myisamchk option --sort-recoverunknown2001-01-311-22/+43
* mergeunknown2001-01-285-3/+78
|\