summaryrefslogtreecommitdiff
path: root/sql/handler.h
Commit message (Expand)AuthorAgeFilesLines
* backported:Sergey Glukhov2010-01-151-0/+1
* WL#2360 Performance schemaMarc Alff2010-01-061-3/+52
* WL#4738 streamline/simplify @@variable creation processSergei Golubchik2009-12-221-6/+1
* Merge mysql-next-mr to mysql-next-mr-svoj.Sergey Vojtovich2009-12-091-3/+67
|\
| * merging with mysql-next-mr-svojV Narayanan2009-12-081-0/+23
| |\
| | * WL#4454 change sql_insert.cc::last_uniq_key to match keys in any orderV Narayanan2009-12-031-0/+23
| * | WL#2511 - Add a new table to the Information Schema for TABLESPACE'sSergey Vojtovich2009-12-071-0/+1
| * | WL#4448 Generalize the handlerton::fill_files_table call with handlerton::fil...V Narayanan2009-12-031-3/+43
| |/
* | Manual resolving for the following filesAndrei Elkin2009-12-011-12/+0
|\ \
| * \ merging from 5.1 to rep+2 starting at gca(5.1, next-mr) == build@mysql.com-20...Andrei Elkin2009-11-301-1/+0
| |\ \
| * \ \ manual merge: mysql-5.1-rep+2 (bug tree) --> mysql-5.1-rep+2 (latest)Luis Soares2009-11-131-12/+0
| |\ \ \
| | * | | BUG#48048: Deprecated constructs need removal in BetonyLuis Soares2009-11-041-12/+0
| * | | | merging 5.1 main -> rpl+2. Some manual work required mostly due to bug46640Andrei Elkin2009-11-061-0/+9
| |\ \ \ \ | | |/ / / | |/| | |
* | | | | Backport of:Konstantin Osipov2009-11-231-2/+0
| |_|_|/ |/| | |
* | | | Auto-merge from mysql-trunk-merge.Alexander Nozdrin2009-11-061-1/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Bug#46944 Internal prepared XA transction XIDs are notKristofer Pettersson2009-10-121-1/+0
| | |/ | |/|
* | | Merge from mysql-next-mr.Alexander Nozdrin2009-10-281-0/+11
|\ \ \
| * \ \ manual merge: mysql-5.1-rep+2-delivery1 --> mysql-5.1-rpl-mergeLuis Soares2009-10-221-0/+11
| |\ \ \ | | |/ / | |/| / | | |/
| | * Backport BUG#41013 main.bootstrap coredumps in 6.0-rplHe Zhenxing2009-10-021-0/+7
| | * WL#5016: Fix header file include guardsMats Kindahl2009-09-231-0/+4
* | | Merge from mysql-next-mr.Alexander Nozdrin2009-10-231-0/+9
|\ \ \ | |/ /
| * | Bug#46760: Fast ALTER TABLE no longer works for InnoDBGeorgi Kodinov2009-09-181-0/+9
| |/
* | Backport of:Konstantin Osipov2009-10-161-0/+1
* | Backport of:Konstantin Osipov2009-10-161-1/+1
* | Backport of:Konstantin Osipov2009-10-141-5/+4
|/
* automergeGeorgi Kodinov2009-08-171-2/+2
|\
| * Merge mysql-5.1-innodb_plugin to mysql-5.1.Sergey Vojtovich2009-08-111-2/+2
| |\
| | * Backport WL#3653 to 5.1 to enable bundled innodb plugin.Vladislav Vaintroub2009-06-101-2/+2
* | | A follow up patch for the follow up patch for Bug#45829 Konstantin Osipov2009-08-121-0/+4
* | | A follow up patch for Bug#45829 "CREATE TABLE TRANSACTIONAL Konstantin Osipov2009-08-121-6/+0
|/ /
* | Bug#45829 "CREATE TABLE TRANSACTIONAL PAGE_CHECKSUM ROW_FORMAT=PAGE accepted,...Guilhem Bichot2009-07-291-3/+8
|/
* BUG#39802 On Windows, 32-bit time_t should be enforcedNarayanan V2009-05-041-6/+6
* Merge from mysql-5.1.30-releasetimothy.smith@sun.com2008-11-271-1/+1
|\
| * Added "Sun Microsystems, Inc." to copyright headers on files modifiedBuild Team2008-11-101-1/+1
* | mergeMattias Jonsson2008-11-051-0/+3
|\ \
| * | Bug#39084: Getting intermittent errors with statement-based binary loggingMattias Jonsson2008-10-291-0/+3
| |/
* | mergeMattias Jonsson2008-10-291-1/+1
|\ \ | |/ |/|
| * Bug#37453: Dropping/creating index on partitioned table withMattias Jonsson2008-10-051-0/+6
* | Fix for bug#39585: innodb and myisam corruption after binary Ramil Kalimullin2008-10-081-0/+1
* | Bug#37453: Dropping/creating index on partitioned table withMattias Jonsson2008-10-081-0/+6
* | Fix for BUG#31612Guilhem Bichot2008-10-061-1/+9
* | Bug#38804: Query deadlock causes all tables to be inaccessible.Mattias Jonsson2008-09-081-5/+6
|/
* Bug#20129: ALTER TABLE ... REPAIR PARTITION ... complains thatMattias Jonsson2008-08-111-12/+0
* Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-mainjani@a88-113-38-195.elisa-laajakaista.fi2008-03-281-0/+5
|\
| * Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-mainjani@a88-113-38-195.elisa-laajakaista.fi2008-03-071-0/+5
| |\
| | * Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-mainjani@a88-113-38-195.elisa-laajakaista.fi2008-02-081-0/+5
| | |\
| | | * Moved a lot of old bug fixes and safe cleanups from Maria 5.1 tree to 5.1monty@mysql.com/narttu.mysql.fi2007-10-111-0/+5
* | | | merge bug 26461 to 5.1-optgkodinov/kgeorge@macbook.gmz2008-03-231-1/+1
|/ / /
* | | A fix and a test case for Bug#12713 "Error in a stored function called from kostja@dipika.(none)2008-02-191-9/+113
|/ /
* | A pre-requisite for the fix for Bug#12713 "Error in a stored function kostja@bodhi.(none)2007-12-201-89/+123