summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug in counting open files when using many filesmonty@hundin.mysql.fi2001-09-271-3/+2
* OS2 patchmonty@hundin.mysql.fi2001-09-121-39/+0
* More debug infomonty@hundin.mysql.fi2001-09-081-1/+1
* Make killing of threads safermonty@hundin.mysql.fi2001-09-011-4/+4
* Fixed problem with INSERT DELAYEDmonty@hundin.mysql.fi2001-08-311-5/+18
* Fixed bug in auto-increment handling with InnoDBmonty@hundin.mysql.fi2001-08-261-12/+20
* Fixes for OS2.monty@hundin.mysql.fi2001-08-2239-113/+1415
* Fix for bug in the Sun Workshop compilermonty@bitch.mysql.fi2001-08-181-1/+4
* Fixed optimizer bug in ORDER BY where some ORDER BY parts where ignored.monty@tik.mysql.fi2001-07-301-1/+1
* Upgrade TL_WRITE_CONCURRENT_INSERT to TL_WRITE_LOW_PRIORITY ifmonty@hundin.mysql.fi2001-07-181-4/+5
* Removed wrong warning from thr_lockmonty@hundin.mysql.fi2001-07-171-16/+20
* Changed compare in MyISAM to use my_pread()monty@tik.mysql.fi2001-06-111-3/+3
* Declare stpcpy() to fix portability problem on AIX with gcc 2.95.3monty@hundin.mysql.fi2001-06-031-1/+1
* Added ABS() to make tests more portable.monty@hundin.mysql.fi2001-06-031-0/+2
* Fixed bugs in symlink codemonty@hundin.mysql.fi2001-06-021-5/+10
* Fixed bug that caused client to hang because mysqld never did send anmonty@hundin.mysql.fi2001-06-021-2/+2
* Added --skip-symlinksmonty@hundin.mysql.fi2001-06-012-2/+5
* Added symlink support to mysys library.monty@hundin.mysql.fi2001-06-014-47/+148
* Added functions for symbolic link handling to make it possible tomonty@hundin.mysql.fi2001-05-314-5/+181
* Fixed problems with decimals withing IF()monty@donna.mysql.fi2001-05-291-1/+6
* Merge work:/my/mysql into tik.mysql.fi:/home/my/mysqlmonty@tik.mysql.fi2001-05-231-5/+5
|\
| * Updated documentation of how to add new native functions.monty@tik.mysql.fi2001-05-231-5/+5
* | Merge work.mysql.com:/home/bk/mysqltim@threads.polyesthetic.msg2001-05-222-3/+3
|\ \ | |/
| * Force close of sockets on HPUX 10.20monty@donna.mysql.fi2001-05-192-3/+3
* | getvar.c atoll() -> strtoll() (portability fix)tim@threads.polyesthetic.msg2001-05-181-1/+1
|/
* Fixed bug when using MERGE on files > 4Gmonty@donna.mysql.fi2001-05-172-11/+9
* Cleanup up stacktrace codemonty@donna.mysql.fi2001-05-142-121/+110
* cleanupmonty@donna.mysql.fi2001-05-121-6/+6
* Fixed all mysqldump output to use 'result_file'monty@donna.mysql.fi2001-04-262-7/+7
* Fixed that -ldl is not used for clientsmonty@donna.mysql.fi2001-04-171-1/+1
* Fixed bug with UPDATE/DELETE on UNIQUE key which could be NULLmonty@donna.mysql.fi2001-04-101-6/+6
* got --with-other-libc to work, finallysasha@mysql.sashanet.com2001-04-021-7/+7
* Added test case that crashed Innobasemonty@donna.mysql.fi2001-03-261-2/+3
* Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macromonty@donna.mysql.fi2001-03-263-5/+5
* Added defines for fast mutex in glibc 2.2 (should be safe)monty@donna.mysql.fi2001-03-246-30/+41
* Added isolation levelsmonty@tik.mysql.fi2001-03-211-9/+12
* Merged some functions and removed some unused client functions.monty@donna.mysql.fi2001-03-061-25/+22
* Fixes for innobasemonty@donna.mysql.fi2001-02-212-2/+4
* Fixed problem with concurrent inserts and read-previousmonty@donna.mysql.com2001-02-181-1/+1
* Fixed that myisamchk -R works on text columnsmonty@donna.mysql.com2001-02-181-3/+4
* Added locks needed for Innobasemonty@donna.mysql.com2001-02-182-4/+13
* Added Innobase to source distributionmonty@donna.mysql.com2001-02-171-3/+3
* Changed --replace to --replace_result in mysqltestmonty@donna.mysql.com2001-02-153-7/+7
* Fixed bug in bitmap handlingmonty@donna.mysql.com2001-02-091-1/+2
* Force sockets to be blocking on HPUX 11.0monty@donna.mysql.com2001-02-072-8/+5
* Use new bitmap interfacemonty@donna.mysql.com2001-02-072-19/+43
* Workaround for bug in thread library in Unixware 7monty@donna.mysql.com2001-02-031-0/+3
* Changes prompted by manual comments.jcole@tetra.spaceapes.com2001-02-012-2/+2
* New myisamchk option --sort-recovermonty@donna.mysql.com2001-01-311-22/+43
* mergemonty@donna.mysql.com2001-01-285-3/+78
|\