summaryrefslogtreecommitdiff
path: root/sql/ha_innodb.cc
Commit message (Expand)AuthorAgeFilesLines
* a compiler must see '#pragma implementation' *before*unknown2005-06-051-1/+2
* Move USE_PRAGMA_IMPLEMENTATION to proper placeunknown2005-06-031-4/+1
* tztime.cc:unknown2005-06-021-0/+2
* Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2005-05-271-1/+2
|\
| * don't downgrade the lock for CREATE ... SELECT (bug#6678)unknown2005-05-271-1/+2
* | Add ifdefs to control when "#pragma implementation" should be usedunknown2005-05-261-1/+1
|/
* Merge marko@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-05-061-9/+37
|\
| * InnoDB: Truncate SHOW INNODB STATUS output at the start of the listunknown2005-04-191-9/+37
* | Fig compiler error.unknown2005-05-051-0/+1
* | Initial value for a auto_increment can now be set using ALTER TABLEunknown2005-05-041-3/+18
* | Fixed a bug using mysqldump to InnoDB tables causes error (Bug #10200).unknown2005-04-271-4/+3
* | Style change. Use 1 and 0 instead of true and false.unknown2005-04-191-4/+4
|/
* Fixed a bug: deadlock without any locking, simple select and update (Bug #7975).unknown2005-04-181-4/+15
* ha_innodb.cc:unknown2005-04-131-1/+2
* InnoDB: Ignore character set mismatch in ALTER TABLE and RENAME TABLEunknown2005-04-121-0/+4
* InnoDB: Prevent ALTER TABLE ... ENGINE=...unknown2005-04-071-0/+26
* ha_innodb.cc:unknown2005-04-041-6/+7
* ha_innodb.cc:unknown2005-04-041-17/+35
* ha_innodb.cc:unknown2005-03-041-0/+1
* InnoDB: Commit inserts to the temporary tables created byunknown2005-03-011-1/+3
* Merge hundin.mysql.fi:/home/marko/k/mysql-4.0unknown2005-02-151-1/+1
|\
| * InnoDB: Create temporary files in the MySQL tmpdir instead of $TMPDIR.unknown2005-02-151-1/+1
* | Relaxed locking in INSERT...SELECT, single table UPDATE...SELECT and unknown2005-02-081-2/+21
* | After merge fixesunknown2005-02-011-9/+9
|\ \ | |/
| * InnoDB: Tolerate negative return values from ftell().unknown2005-01-271-9/+9
| * ha_innodb.cc:unknown2005-01-131-2/+7
| * InnoDB: Use system-supplied tmpfile() on Netware, as there is nounknown2005-01-121-0/+2
* | Merge marko@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-01-141-2/+7
|\ \
| * | ha_innodb.cc:unknown2005-01-131-2/+7
* | | Merge marko@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-01-121-25/+19
|\ \ \ | |/ /
| * | ha_innodb.cc:unknown2004-12-271-11/+9
| * | ha_innodb.cc, row0ins.c, fil0fil.c:unknown2004-12-271-1/+1
| * | Many files:unknown2004-12-271-14/+1
| * | ha_innodb.cc:unknown2004-12-221-0/+8
| * | Merge hundin.mysql.fi:/home/heikki/mysql-4.0unknown2004-12-221-1/+2
| |\ \ | | |/
| | * ha_innodb.cc:unknown2004-12-221-1/+2
| | * dict0dict.h, dict0dict.c, ha_innodb.cc:unknown2004-12-101-0/+5
| | * ha_innodb.cc:unknown2004-11-161-5/+6
| | * ha_innodb.cc:unknown2004-11-021-1/+3
* | | InnoDB: Fixed bugs in the padding and trimming of trailing spacesunknown2004-12-171-0/+2
|/ /
* | InnoDB: Allow ALTER TABLE to do intermediate COMMIT also when the tableunknown2004-11-301-24/+27
* | InnoDB: Make intermediate COMMITs in ALTER TABLE more robust (Bug #6633)unknown2004-11-271-12/+48
* | ha_innodb.cc:unknown2004-11-261-0/+3
* | ha_innodb.cc:unknown2004-11-161-6/+3
* | ha_innodb.cc:unknown2004-11-161-5/+6
* | ha_innodb.cc:unknown2004-11-041-5/+9
* | InnoDB: commit after every 10000 rows in ALTER TABLEunknown2004-11-031-1/+25
* | ha_innodb.cc:unknown2004-11-021-1/+1
* | Show table status now shows creation time of the table for InnoDB. Note that unknown2004-10-221-2/+3
* | SHOW TABLE STATUS now prints create_time, update_time and check_timeunknown2004-10-211-0/+21