summaryrefslogtreecommitdiff
path: root/innobase/read
Commit message (Collapse)AuthorAgeFilesLines
* Removed innobase/my_cnf, innobase/include/makefilewin.i,aivanov@mysql.com2005-10-261-7/+0
| | | | and innobase/*/makefilewin (which are unused now).
* merge with 4.0monty@mysql.com2004-03-161-5/+7
|\
| * Allow UNIV_SYNC_DEBUG to be disabled while UNIV_DEBUG is enabledmarko@hundin.mysql.fi2004-03-121-5/+7
| |
* | Add cast of integer/longlong to (ulong) to make printf/sprintf 64 bit safemonty@mysql.com2003-12-201-8/+8
|/ | | | A after merge fix for last merge
* - Fixed bug in "make DESTDIR=<dir> install" - the InnoDB staticlenz@mysql.com2003-04-101-1/+1
| | | | | | | libraries always ended up in "dir..", even though they were not supposed to be installed anyway (they are only required at link time). Fixed it by replacing libs_LIBRARIES with noinst_LIBRARIES for all InnoDB Makefile.am files and by removing "libsdir = " from innobase/include/Makefile.i .
* Many files:heikki@hundin.mysql.fi2002-10-291-0/+22
| | | | | | Merge InnoDB-4.0.5: new isolation levels READ COMMITTED and READ UNCOMMITTED now supported, selective deadlock resolution mysqld.cc: Change MySQL default isolation level to REPEATABLE READ; note that InnoDB has always had that default, and BDB and MyISAM always run at SERIALIZABLE level anyway
* Mergemonty@donna.mysql.fi2001-10-301-3/+37
|
* Added Innobase to source distributionmonty@donna.mysql.com2001-02-173-0/+232