summaryrefslogtreecommitdiff
path: root/sql/ha_innodb.cc
Commit message (Expand)AuthorAgeFilesLines
* Review fixes.jan@hundin.mysql.fi2004-12-211-3/+3
* Content merge.jan@hundin.mysql.fi2004-12-211-1/+26
|\
| * Merge akopytov@bk-internal.mysql.com:/home/bk/mysql-5.0kaa@polly.local2004-12-171-0/+10
| |\
| | * Forward port of HugeTLB, InnoDB doublewrite and checksums patches to 5.0kaa@polly.local2004-12-141-0/+10
| * | Added support for a CREATE TABLE...AUTO_INCREMENT = x in InnoDB.jan@hundin.mysql.fi2004-12-161-5/+5
| * | Fixed a bug no error message for ALTER with InnoDB and AUTO_INCREMENT (Bug #7...jan@hundin.mysql.fi2004-12-131-41/+15
| * | Fixed a bug no error message for ALTER with InnoDB and AUTO_INCREMENT (Bug #7...jan@hundin.mysql.fi2004-12-131-1/+42
| |/
* | Content merge.jan@hundin.mysql.fi2004-12-091-3/+93
|\ \ | |/ |/|
| * Added support for a LOCK TABLES...WHERE ENGINE = InnoDB query which setsjan@hundin.mysql.fi2004-12-091-3/+93
* | Update results for new varchar handlingmonty@mysql.com2004-12-071-2/+2
* | Merge with new VARCHAR codemonty@mysql.com2004-12-061-16/+11
|\ \
| * | Add support for up to VARCHAR (size up to 65535)monty@mysql.com2004-12-061-16/+11
* | | InnoDB: Fix ctype_utf8 test failure caused by the new record format.marko@hundin.mysql.fi2004-12-031-0/+19
| |/ |/|
* | Many files:marko@hundin.mysql.fi2004-12-021-8/+6
* | Merge jlindstrom@bk-internal.mysql.com:/home/bk/mysql-5.0jan@hundin.mysql.fi2004-12-011-13/+58
|\ \
| * \ Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0brian@avenger.(none)2004-11-301-12/+51
| |\ \
| | * \ Merge for Matt for Innodb bug. brian@avenger.(none)2004-11-301-12/+51
| | |\ \
| | | * | InnoDB: Allow ALTER TABLE to do intermediate COMMIT also when the tablemarko@hundin.mysql.fi2004-11-301-24/+27
| | | * | InnoDB: Make intermediate COMMITs in ALTER TABLE more robust (Bug #6633)marko@hundin.mysql.fi2004-11-271-12/+48
| * | | | row0mysql.h, ha_innodb.cc:heikki@hundin.mysql.fi2004-11-301-1/+7
| |/ / /
* | | | This is a code cleanup patch for X/Open XA. jan@hundin.mysql.fi2004-12-011-2/+2
* | | | Auto merged.jan@hundin.mysql.fi2004-11-301-1/+197
|\ \ \ \ | |/ / / |/| | |
| * | | Added support for X/Open XA prepare, recover, commit and rollback.jan@hundin.mysql.fi2004-11-301-1/+198
* | | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1tomas@poseidon.ndb.mysql.com2004-11-261-0/+3
|\ \ \ \ | | |/ / | |/| |
| * | | ha_innodb.cc:heikki@hundin.mysql.fi2004-11-261-0/+3
* | | | Merge mysql.com:/home/cps/mysql/trees/mysql-5.0petr@mysql.com2004-11-181-0/+90
|\ \ \ \
| * | | | WL 2059 Engine-specific status variables framework and WL 1922petr@mysql.com2004-11-181-0/+90
* | | | | mergedserg@serg.mylan2004-11-171-6/+3
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | ha_innodb.cc:heikki@hundin.mysql.fi2004-11-161-6/+3
| * | | ha_innodb.cc:heikki@hundin.mysql.fi2004-11-161-5/+6
* | | | Fixing a linking problem that occurs with some compilers, due toSinisa@sinisa.nasamreza.org2004-11-161-2/+2
| |/ / |/| |
* | | margebell@sanja.is.com.ua2004-11-131-9/+10
|\ \ \
| * | | now my_printf_error is not better then my_error, but my_error call is shorterbell@sanja.is.com.ua2004-11-131-5/+4
| * | | mergebell@sanja.is.com.ua2004-11-121-8/+10
| |\ \ \ | | |_|/ | |/| |
| | * | post-review fixesbell@sanja.is.com.ua2004-11-121-2/+4
| | * | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-10-221-6/+6
| | |\ \
| | | * | errors without code removedbell@sanja.is.com.ua2004-10-201-6/+6
* | | | | WL#1629: SHOW with WHERE(partially) &gluh@gluh.mysql.r18.ru2004-11-131-0/+98
|/ / / /
* | | | merge on pullmonty@mysql.com2004-11-091-1/+29
|\ \ \ \
| * \ \ \ Merge with 4.1 to get new thd->mem_root handlingmonty@mysql.com2004-11-081-1/+29
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | ha_innodb.cc:marko@hundin.mysql.fi2004-11-041-5/+9
| | * | | InnoDB: commit after every 10000 rows in ALTER TABLEmarko@hundin.mysql.fi2004-11-031-1/+25
| | * | | ha_innodb.cc:heikki@hundin.mysql.fi2004-11-021-1/+1
* | | | | Fixed a bug in UPDATE statement with no index column in where condition jan@hundin.mysql.fi2004-11-081-0/+26
|/ / / /
* | | | merge with 4.1monty@mysql.com2004-10-291-99/+363
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Show table status now shows creation time of the table for InnoDB. Note that jan@hundin.mysql.fi2004-10-221-2/+3
| * | SHOW TABLE STATUS now prints create_time, update_time and check_timejan@hundin.mysql.fi2004-10-211-0/+21
| * | Merge jlindstrom@bk-internal.mysql.com:/home/bk/mysql-4.1jan@hundin.mysql.fi2004-10-211-3/+7
| |\ \
| | * | Fixed bug #5835 load data infile...replace error with InnoDB table.jan@hundin.mysql.fi2004-10-191-3/+7
| * | | Merge with 4.0monty@mysql.com2004-10-201-2/+3
| |\ \ \