summaryrefslogtreecommitdiff
path: root/innobase/dict/dict0boot.c
Commit message (Collapse)AuthorAgeFilesLines
* InnoDB: Fix ut0dbg compilation errors on NetWaremarko@hundin.mysql.fi2005-06-161-9/+0
|
* InnoDB: Remove redundant page_no field from dict_index_t.marko@hundin.mysql.fi2005-01-141-15/+16
| | | | This completes the patch for fast TRUNCATE TABLE.
* InnoDB: Implement fast TRUNCATE TABLE (Bug #7150)marko@hundin.mysql.fi2005-01-111-0/+3
|
* Many files:marko@hundin.mysql.fi2004-12-021-9/+9
| | | | | Implement more compact InnoDB record format. Old format is available as CREATE TABLE ... ROW_FORMAT=DYNAMIC.
* InnoDB cleanup:marko@hundin.mysql.fi2004-05-271-56/+49
| | | | | | Disable log archiving code unless #ifdef UNIV_LOG_ARCHIVE Remove (char*) casts of string constants; add const qualifiers Remove some Hot Backup code unless #ifdef UNIV_HOTBACKUP
* Merge with 4.0monty@mishka.local2004-04-261-1/+2
|\
| * InnoDB: send diagnostic output to stderr or filesmarko@hundin.mysql.fi2004-04-061-1/+2
| | | | | | | | instead of stdout or fixed-size memory buffers
* | merge with 4.0monty@mysql.com2004-03-161-13/+12
|\ \ | |/
| * Remove constant parameter MLOG_8BYTES from mtr_read_dulint() and ↵marko@hundin.mysql.fi2004-03-121-12/+8
| | | | | | | | mlog_write_dulint()
| * Allow UNIV_SYNC_DEBUG to be disabled while UNIV_DEBUG is enabledmarko@hundin.mysql.fi2004-03-121-1/+4
| |
* | dict0boot.c:heikki@hundin.mysql.fi2003-11-251-2/+6
| | | | | | | | Marko's patch: check the position of some system table columns already at C compile time
* | Many files:heikki@hundin.mysql.fi2003-10-071-2/+0
|/ | | | | | | | Multiple tablespaces for InnoDB sql_table.cc: Tell explicitly that InnoDB should retrieve all columns in CHECKSUM TABLE sql_update.cc, sql_select.cc, my_base.h: More descriptive flag name HA_EXTRA_RETRIEVE_ALL_COLS
* Many files:heikki@hundin.mysql.fi2003-06-151-8/+8
| | | | Merge InnoDB-4.0.14: SAVEPOINT now implemented; InnoDB now accepts also column prefix keys; crashing bug in ON UPDATE CASCADE fixed; page checksum formula fixed
* Added xml patch to mysqldump.jani@hynda.mysql.fi2001-11-051-53/+56
| | | | | | | | | | | | Made innodb to compile more cleanly with debugging options enabled. Fixed a few bugs and found a few possible bugs, which I hope Heikki will check. Comments needs to be fixed too. Some while() functions should be changed to do ... until for documenting purposes, because some of them must and will be processed at least once, or a variable would be used uninitialized. Regards, Jani
* Mergemonty@donna.mysql.fi2001-10-301-0/+59
|
* sync0sync.c Do not use in-line assembly in GCCheikki@donna.mysql.fi2001-06-241-4/+5
| | | | | | | | | | | | | srv0start.c Eliminate a deadlock of threads at startup row0mysql.c Several bug fixes row0umod.c Several bug fixes row0upd.c Several bug fixes os0file.c Revert back to fsync as default flush method log0recv.c Several bug fixes ibuf0ibuf.c Several bug fixes fsp0fsp.c Several bug fixes trx0undo.c Put some assertions to uncover possible bugs dict0boot.c Several bug fixes
* Added Innobase to source distributionmonty@donna.mysql.com2001-02-171-0/+361