summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Collapse)AuthorAgeFilesLines
* Removed wrong "Found lock of type # that is write and read locked" warnings.monty@narttu.mysql.fi2003-07-181-7/+14
|
* Fixed memory overrun when doing REPAIR on table with multi-part ↵monty@narttu.mysql.fi2003-07-181-3/+3
| | | | auto_increment key where one part was a packed CHAR
* Fix VC++ compiler error on Windowsmiguel@hegel.(none)2003-07-021-1/+1
|
* merge changesSinisa@sinisa.nasamreza.org2003-07-021-0/+5
|\
| * Fixed memory allocation in Unique to not allocate too much memorymonty@mashka.mysql.fi2003-06-261-0/+5
| |
* | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2003-06-251-7/+19
|\ \ | |/ | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.0
| * Simple code cleanupmonty@narttu.mysql.fi2003-06-231-7/+19
| |
* | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2003-06-176-244/+235
|\ \ | |/ | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.0
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@narttu.mysql.fi2003-06-124-230/+209
| |\ | | | | | | | | | into narttu.mysql.fi:/my/mysql-4.0
| | * Changed safemalloc structure to not have to be 8 byte aligned. (Portability ↵monty@narttu.mysql.fi2003-06-124-183/+167
| | | | | | | | | | | | problem)
| | * Indentationmonty@narttu.mysql.fi2003-06-121-128/+123
| | |
| * | removed a wrong cast that limited ulonglong options to max. ulong value.serg@serg.mylan2003-06-121-2/+2
| |/
| * Don't install signal handler for SIGINT by defaultmonty@narttu.mysql.fi2003-06-101-4/+5
| | | | | | | | | | Added option --gdb Free memory used by replicate_xxx and binglog_xxx options
| * Added function commentmonty@narttu.mysql.fi2003-06-051-3/+15
| |
| * Print error if we can't delete an alarmmonty@narttu.mysql.fi2003-06-051-6/+5
| | | | | | | | | | More debugging variables Increment aborted_threads in case of killed or too big packet
* | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2003-06-022-35/+102
|\ \ | |/ | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.0
| * Small fixes (nothing nameworthy)monty@narttu.mysql.fi2003-06-011-10/+31
| |
| * Fix for 64 bit machines (To remove warnings on Itanium)monty@narttu.mysql.fi2003-05-261-0/+1
| |
| * Merge jani@192.168.0.2:/my/mysql-4.0jani@ua126d19.elisa.omakaista.fi2003-05-261-28/+47
| |\ | | | | | | | | | into ua126d19.elisa.omakaista.fi:/home/my/bk/mysql-4.0
| | * Fixed core dump bug when shuting down mysqldmonty@narttu.mysql.fi2003-05-261-28/+47
| | |
| * | Fixed a bug with having comments after options in config files.jani@hynda.(none)2003-05-141-2/+28
| |/ | | | | | | Bug ID: 235
* | several bug fixesSinisa@sinisa.nasamreza.org2003-05-311-0/+1
|/
* Fix for UNION and LEFT JOIN (Bug #386)monty@narttu.mysql.fi2003-05-131-0/+3
| | | | Fixed wrong logging of Access denied error (Bug #398)
* Safety fix to enable RAID in max binariesmonty@mashka.mysql.fi2003-05-131-2/+2
| | | | | Better fix for format('nan') Fix for HAVING COUNT(DISTINCT...)
* count_bits() moved to mysys/serg@serg.mylan2003-05-041-0/+42
|
* more #ifdef THREAD addedserg@serg.mylan2003-04-301-2/+2
|
* Better test for regular files.monty@mashka.mysql.fi2003-04-281-2/+7
|
* Merge gweir@bk-internal.mysql.com:/home/bk/mysql-4.0greg@mysql.com2003-04-272-0/+26
|\ | | | | | | into mysql.com:/home/greg/bk/mysql-4.0
| * Change to NetWare platform mods, per Montygreg@mysql.com2003-04-271-1/+1
| |
| * Changes from Novell for NetWare platformgreg@mysql.com2003-04-242-0/+26
| |
* | Merge with 3.23:monty@mashka.mysql.fi2003-04-261-1/+1
|\ \ | |/ |/| | | | | | | Set innobase_flush_log_at_trx_commit to 1 by default Fix problem with timestamp on 64 bit systems Reserve alarms for up to 10 slave threads
| * Fix possible memory overrun when reading broken character set filesmonty@mashka.mysql.fi2003-04-261-1/+1
| |
* | - Only ignore _regular_ world-writeable files (thanks to Tim Bunce forlenz@mysql.com2003-04-231-1/+2
| | | | | | | | discovering this)
* | Merge narttu.mysql.fi:/my/mysql-3.23 into narttu.mysql.fi:/my/mysql-4.0monty@narttu.mysql.fi2003-04-031-1/+7
|\ \ | |/
| * Fixed bug in memory allocation that could affect 64 bit systems (affected ↵monty@narttu.mysql.fi2003-04-031-1/+8
| | | | | | | | hammer)
* | Post-4.0.12 changes from Novell: mostly NetWare-related code changes to ↵greg@mysql.com2003-03-214-31/+3
| | | | | | | | utilize new LibC
* | Simple fixes (nothing notable)monty@mashka.mysql.fi2003-03-121-1/+1
| |
* | merge with 3.23 to get:monty@mashka.mysql.fi2003-03-111-2/+17
|\ \ | |/ | | | | | | - Better detection of crashed .MYI file - Ignore writeable config files
| * warning addedserg@serg.mysql.com2003-03-101-1/+5
| |
| * Merge bk-internal:/home/bk/mysql-3.23/serg@serg.mysql.com2003-03-101-2/+13
| |\ | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql
| | * ignore world-writeable my.cnf'sserg@serg.mysql.com2003-03-101-2/+13
| | |
* | | mergemonty@narttu.mysql.fi2003-03-102-10/+24
|\ \ \
| * | | after merge fixesmonty@narttu.mysql.fi2003-03-101-2/+2
| | | |
| * | | Merge with 3.23 to get fixes for --user and BACKUP TABLEmonty@narttu.mysql.fi2003-03-101-8/+22
| |\ \ \ | | |/ /
| | * | Don't allow BACKUP TABLE to overwrite filesmonty@narttu.mysql.fi2003-03-101-8/+22
| | |/ | | | | | | | | | Fixed memory leak when replication restarts in debug mode
* | | Portability fix for IBM compiler on AIXmonty@mashka.mysql.fi2003-03-071-2/+8
|/ /
* | Fixed bug in LOCK TABLE + DROP TABLE when other thread was waiting for a ↵monty@narttu.mysql.fi2003-03-041-0/+48
| | | | | | | | table that was locked bug not droped
* | Safety fix (caused a core dump on slave during shutdown when shutting down ↵monty@narttu.mysql.fi2003-02-261-0/+2
| | | | | | | | replication on some OS)
* | Portability fix for HPUX10.20monty@narttu.mysql.fi2003-02-251-1/+11
| |
* | Fixed multi-table-delete for InnoDB tablesmonty@mashka.mysql.fi2003-02-172-3/+4
| | | | | | | | Novell patches