summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug in MAX() optimizing for BDB tablesmysql-3.23.34unknown2001-03-1012-14/+82
* Fixed wrong option in mysql_install_dbunknown2001-03-0910-11/+56
* Added documentation about mysql-test-rununknown2001-03-082-0/+39
* Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysqlunknown2001-03-086-134/+382
|\
| * Fixed bug in INSERT DELAYED when INSERT generated an errorunknown2001-03-086-113/+249
| * Added documentation about GEMINI tablesunknown2001-03-081-34/+146
* | Make configure always generate a dummy bdb/build_unix/db.h file. Ugh.unknown2001-03-081-4/+8
* | Make configure generate a fake bdb/build_unix/db.h file, so thatunknown2001-03-081-0/+22
* | manual.texi Note about DROP DATABASE and Innobase website to the manualunknown2001-03-081-2/+4
* | row0mysql.c Innobase does not trap now if one creates a table already in Inno...unknown2001-03-081-2/+9
|/
* Changed --with-innobase-db to --with-innobaseunknown2001-03-088-62/+70
* Merge work.mysql.com:/home/bk/mysqlunknown2001-03-071-6/+6
|\
| * Change --with-innobase-db to --with-innobase.unknown2001-03-071-6/+6
* | Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysqlunknown2001-03-0712-138/+79
|\ \
| * | Fixed test cases for innobaseunknown2001-03-0712-138/+79
* | | Merge work:/home/bk/mysqlunknown2001-03-071-0/+8
|\ \ \
| * | | manual.texi Added entry to contrib section.unknown2001-03-071-0/+8
* | | | Mergeunknown2001-03-071-5/+5
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Do-all-build-steps We build with BerkeleyDB now, too.unknown2001-03-071-14/+6
| |/
* | Merge work.mysql.com:/home/bk/mysqlunknown2001-03-075-27/+69
|\ \ | |/ |/|
| * Changes so that 'make distcheck' works with Berkeley DB.unknown2001-03-075-27/+69
* | mem0pool.c Removed excessive out of mem warningsunknown2001-03-071-1/+1
* | ha_innobase.cc Fix a bug in removal of trailing spaces of binary varchar stri...unknown2001-03-071-5/+5
* | row0mysql.c Fix REPLACE problem, non-latin1 charset bugunknown2001-03-073-25/+15
* | Removed duplicated index_init() calls that causes problems with BDBunknown2001-03-077-48/+114
* | Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysqlunknown2001-03-065-18/+60
|\ \
| * | trx0trx.h Innobase now returns the key number in a duplicate key error, remov...unknown2001-03-065-18/+60
| |/
* | Patch from sleepycat to fix problem with BDB and log filesunknown2001-03-0612-28/+185
* | Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysqlunknown2001-03-0633-347/+557
|\ \ | |/ |/|
| * Merged some functions and removed some unused client functions.unknown2001-03-0633-347/+557
* | Make sure ib_config.h is distributed.unknown2001-03-052-4/+17
* | configure.in Add include/Makefile to AC_OUTPUTunknown2001-03-051-1/+2
* | Added include/Makefile.am so that the header files willunknown2001-03-052-2/+58
* | Do-all-build-steps Innobase is included in the distribution.unknown2001-03-051-1/+5
* | Merge work.mysql.com:/home/bk/mysqlunknown2001-03-053-15/+53
|\ \
| * | Berkeley DB now uses our own Makefile.in which translates automakeunknown2001-03-052-14/+51
* | | Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlunknown2001-03-051-1/+2
|\ \ \ | |/ / |/| |
| * | post-commit limit mail to 10,000 linesunknown2001-03-051-1/+2
* | | Small changes to make life with BDB in the tree easier.unknown2001-03-042-4/+4
* | | Search for Berkeley DB in the 'bdb' directory first.unknown2001-03-041-1/+1
* | | Ignore some files in bdb.unknown2001-03-041-0/+6
* | | Turn off SCCS flag for all BDB files.unknown2001-03-046-2/+112
* | | Import changesetunknown2001-03-041442-0/+324740
* | | Add --just-configure (-c) option to BUILD scripts.unknown2001-03-043-9/+22
* | | Make test-make-manual more portable.unknown2001-03-041-5/+6
* | | Fix rare infinite loop in make_join_statistics(). Thanks tounknown2001-03-041-1/+4
* | | Fix minor typos (not bugs).unknown2001-03-043-3/+4
| |/ |/|
* | row0mysql.c Removed a bug in update of a table with no primary keyunknown2001-03-031-6/+18
* | Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysqlunknown2001-03-0355-218/+277
|\ \
| * | row0sel.c Removes now trailing spaces from varcharsunknown2001-03-024-5/+27