summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
Commit message (Expand)AuthorAgeFilesLines
* post-review fixesSergei Golubchik2009-01-151-4/+3
* Merge of 5.1-main into 5.1-maria. There were no changes to storage/myisam, my...Guilhem Bichot2008-12-101-158/+286
|\
| * Merge with base Maria treeMichael Widenius2008-12-091-6/+6
| * Fixed warnings and errors discovered by pushbuild2Michael Widenius2008-12-041-1/+1
| * Merge with base MySQL-5.1-mariaMichael Widenius2008-12-031-35/+60
| |\
| | * Fix of the small merge bug.unknown2008-11-251-1/+2
| | * Merge of 5.1-main into 5.1-maria. There were no changes to storage/myisam, or...Guilhem Bichot2008-11-211-35/+59
| | |\
| * | | WL#3262 add mutex lock order checking to safemutex (also called safe_mutex_de...Michael Widenius2008-12-031-4/+51
| * | | Remove not used signal handling for ending a threadMichael Widenius2008-12-021-25/+13
| |/ /
| * | Fix for bug#39226 Maria: crash with FLUSH TABLES WITH READ LOCK after LOCK TA...Michael Widenius2008-10-121-0/+3
| * | Merged 5.1 maria with 5.1 maria team tree. Automerge.Michael Widenius2008-10-111-2/+2
| |\ \
| | * | Bug#39392: Maria: if INSERT in UNIQUE finds uncommitted same key, error inste...Sergei Golubchik2008-09-111-2/+2
| * | | Merged 5.1 with maria 5.1Michael Widenius2008-10-101-14/+36
| |\ \ \ | | |/ / | |/| |
| * | | wt: comments, OOM checks, test case for deadlock detectionSergei Golubchik2008-08-281-4/+4
| * | | proc_info_hook, mysys access to thd->proc_infoSergei Golubchik2008-08-271-0/+3
| * | | wt_thd_lazy_init(), per-thread deadlock search depths and timeoutsSergei Golubchik2008-08-081-1/+25
| * | | move wt* maintainance from maria to the serverSergei Golubchik2008-08-071-0/+4
| * | | Fix for BUG#36104 "INFORMATION_SCHEMA.TABLES shows TRANSACTIONAL=1 twice in C...Guilhem Bichot2008-06-031-1/+0
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2008-05-291-1/+1
| |\ \ \
| | * | | WL#3138: Maria - fast "SELECT COUNT(*) FROM t;" and "CHECKSUM TABLE t"unknown2008-05-291-1/+1
| * | | | Merge mysql.com:/home/my/mysql-5.1unknown2008-04-281-44/+274
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | fix for compilation failure in non-debug buildsunknown2008-03-041-0/+2
| * | | | Fixed crashing bug when starting mysqld with --dbugunknown2008-03-041-4/+6
| * | | | Fixed compiler warnings in a lot of filesunknown2008-02-131-32/+38
| * | | | dbug/dbug.cunknown2008-02-061-5/+0
| * | | | after-mergeunknown2008-02-061-0/+7
| * | | | Merge janus.mylan:/usr/home/serg/Abk/mysql-5.1unknown2008-02-051-3/+23
| |\ \ \ \
| * | | | | cleanupunknown2008-02-051-3/+1
| * | | | | Fixed compiler warnings by adding casts and changing variable typesunknown2008-01-111-1/+1
| * | | | | Added --loose-skip-maria to MYSQLD_BOOTSTRAP_CMD to get bootstrap.test to workunknown2008-01-111-1/+1
| * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2008-01-101-0/+7
| |\ \ \ \ \
| | * | | | | Added --with-maria-tmp-tables (default one) to allow on to configure if Maria...unknown2008-01-101-0/+7
| * | | | | | Windows fixesunknown2008-01-101-0/+2
| |/ / / / /
| * | | | | Bugs fixed:unknown2008-01-071-4/+3
| * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-12-301-68/+74
| |\ \ \ \ \
| | * | | | | UNDO of rows now puts back all part of the row on their original pages and po...unknown2007-12-301-72/+78
| * | | | | | Merge janus.mylan:/usr/home/serg/Abk/mysql-5.1unknown2007-12-271-50/+87
| |\ \ \ \ \ \
| | * | | | | | - Clean up function for my_uuid()unknown2007-12-181-3/+2
| | * | | | | | Merge jani@marvel:/my/bk/mysql-maria.newunknown2007-12-181-1/+1
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Fixed several bugs in page CRC handlingunknown2007-12-181-1/+1
| | * | | | | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-12-171-0/+1
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | my_uuid_init() was forgottenunknown2007-12-161-0/+1
| | * | | | | | Removed wrong patch. SELECT UUID() crashed the server due tounknown2007-12-171-1/+3
| | * | | | | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-12-161-3/+1
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | include sys/stat.hunknown2007-12-151-3/+1
| | * | | | | | Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-mainunknown2007-12-161-52/+84
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Added error HA_ERR_FILE_TOO_SHORT to be used when files are shorter than expe...unknown2007-12-041-1/+7
| | | * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-11-201-9/+29
| | | |\ \ \ \ \
| | | | * | | | | WL#3071 Maria checkpoint, WL#3072 Maria recoveryunknown2007-11-161-9/+29
| | | * | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-10-201-79/+3
| | | |\ \ \ \ \ \ | | | | |/ / / / /