summaryrefslogtreecommitdiff
path: root/bdb
Commit message (Collapse)AuthorAgeFilesLines
* make dist changes for Cmake buildgeorg@lmy002.wdf.sap.corp2006-09-011-1/+1
|
* Additional files for cmake supportgeorg@lmy002.wdf.sap.corp2006-08-311-0/+44
|
* BUG#15734: Fix undefined awk behaviour breaking compilation on Debian.knielsen@mysql.com2005-12-141-1/+1
|
* sql/mysql_priv.hserg@serg.mylan2005-06-091-1/+2
| | | | | | comments, unused flag OPTION_INTERNAL_SUBTRANSACTIONS removed SELECT_ALL flag moved into this free slot.
* Fix calls to memset() with arguments out of order. (Bug #9323)jimw@mysql.com2005-03-222-2/+2
|
* mysql-test-run.pl:kent@mysql.com2005-03-097-8/+10
| | | | | | | | | | Removed -c from /bin/sh call make_win_src_distribution.sh: Copy all content in mysql-test make_win_binary_distribution.sh, make_binary_distribution.sh: Add Perl version of mysql-test-run to package s_win32_dsp, s_win32, s_vxworks, s_test, s_readme, s_java, s_javah: Bug #6209 changes for building Berkeley DB from BitKeeper on Solaris
* bdb bugfix: LTLIBOBJS didn't take --disable-shared into accountserg@serg.mylan2004-08-231-1/+1
| | | | fix for bdb not ending up into libmysqld.a
* Fix for bug #4307: bdb will not compile on FreeBSD 5 because of ancient awkgluh@gluh.mysql.r18.ru2004-08-111-11/+11
| | | | and some code clean up
* - make sure to generate the BDB tags file, otherwise s_symlink will createlenz@mysql.com2003-04-111-1/+1
| | | | | | | a lot of broken symlinks to the non-existing tags file (which magically causes the source distribution to grow about three times in size (most likely a bug in GNU tar - need to investigate if it still happens with recent versions)
* os_rename.c:ram@mysql.r18.ru2003-03-011-1/+1
| | | | Typo fix.
* os_rename.c:ram@mysql.r18.ru2003-03-011-2/+5
| | | | Portability fix. GetLongPathName is not supported by Windows95.
* Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1ram@mysql.r18.ru2003-02-1574-11771/+6
|\ | | | | | | into mysql.r18.ru:/usr/home/ram/work/mysql-4.1.bdb
| * bdb/ cleanup (SCRUM)ram@mysql.r18.ru2003-01-2274-11771/+6
| |
* | Merge with 4.0.11monty@mashka.mysql.fi2003-02-041-1/+1
|\ \
| * | Fixes for Netwaremonty@mashka.mysql.fi2003-01-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Call pthread_mutex_destroy() on not used mutex. Changed comments in .h and .c files from // -> /* */ Added detection of mutex on which one didn't call pthread_mutex_destroy() Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression" Added optimisation for ORDER BY NULL
| * | Merge with 3.23monty@mashka.mysql.fi2003-01-162-2/+2
| |\ \
| | * | - Applied various patches provided by Christian Hammers (MySQL maintainerlenz@mysql.com2002-12-232-2/+2
| | | | | | | | | | | | | | | | | | | | for the Debian project) to fix some architecture-specific problems and some bugs
| * | | merge with 3.23 to get bugfixes for <=> NULL and --bind-addressmonty@mashka.mysql.fi2002-11-241-0/+2
| |\ \ \ | | |/ /
| | * | - applied patch for AMD x86-64lenz@mysql.com2002-11-191-0/+2
| | | | | | | | | | | | | | | | (thanks to Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>
* | | | - added missing files/directories from bdb and libedit to source distributionlenz@mysql.com2003-02-031-6/+7
| |_|/ |/| | | | | | | | - make sure to not included BK's "SCCS" directories in source distribution
* | | Update to VC++ build filesmonty@mashka.mysql.fi2003-01-211-96/+124
| | |
* | | patches from sleepycat.com have been applied (SCRUM)ram@mysql.r18.ru2002-12-195-32/+60
| | | | | | | | | | | | ha_berkeley::rename_table() has been added (SCRUM)
* | | autoconf version check for BDBram@mysql.r18.ru2002-12-101-0/+3
| | |
* | | bdb build process requires s_testserg@serg.mysql.com2002-11-221-1/+1
| | |
* | | autogenerated files removedserg@serg.mysql.com2002-11-2262-25023/+47
| | | | | | | | | | | | | | | scripts we don't need commented out s_dir script for creating directories bdb build process requires
* | | fix for BDBram@mysql.r18.ru2002-11-192-2/+17
| | |
* | | removed double-ignored files (bk citool bug ?)serg@serg.mysql.com2002-11-111-0/+8
| | |
* | | remove all the auto-generated files but NOT vxworks/* ones.serg@serg.mysql.com2002-11-1127-4841/+0
| | | | | | | | | | | | | | | | | | The reason is that vxworks files are most often, one file per directory, and when such a file is removed directory is gone as well. Though files are auto-generated, directories aren't.
* | | removed auto-generated files, some fixupsserg@serg.mysql.com2002-11-1128-1682/+2
| | |
* | | disable chmod in bdb scripts - bk doesn't like somebody messing with permissionsserg@serg.mysql.com2002-11-1117-5179/+19
| | | | | | | | | | | | | | | delete auto-generated files remove in-place editing
* | | fix for BDB 4.1.24ram@mysql.r18.ru2002-11-054-2807/+5
| | | | | | | | | | | | deleted unnecessary files from bdb/
* | | BDB 4.1.24ram@mysql.r18.ru2002-10-301187-57257/+170239
|/ /
* | Merge with 3.23.51monty@mashka.mysql.fi2002-07-253-0/+35
|\ \ | |/ | | | | Fixed wrong usage of sprintf() in ha_innodb.cc
| * Added some patches provided by SuSE to fix build problems onlenz@mysql.com2002-07-153-0/+35
| | | | | | | | | | ppc64 and x86-64, fixed a compile bug when building with TCP wrapper support on Linux
* | merge with 3.23.51monty@hundin.mysql.fi2002-05-16721-85520/+1
|\ \ | |/
| * Remove docs from the bdb distributionmonty@tik.2002-05-07721-85520/+1
| | | | | | | | Hack to get MIT-pthreads to compile with glibc 2.2
* | mergemonty@hundin.mysql.fi2002-03-061-2/+10
|\ \ | |/
| * Update scripts for new POSIX specmonty@tik.mysql.fi2002-03-051-2/+10
| | | | | | | | | | Fix for --enable-local-infile Portability fix for bison
| * Update to autoconf 2.52monty@hundin.mysql.fi2002-02-071-51/+53
| | | | | | | | | | Fix of InnoDB variables in SHOW VARIABLES Fix for ALTER TABLE and InnoDB
| * Portability fixes.monty@hundin.mysql.fi2001-11-022-239/+0
| |
* | Update needed for SuSE 7.3monty@hundin.mysql.fi2002-01-261-51/+53
| | | | | | | | Update for autoconf 2.52
* | Remove bdb/include/*_ext.h from revision control. They aretim@black.box2001-11-0115-937/+0
|/ | | | generated automatically.
* More debug infomonty@hundin.mysql.fi2001-09-081-1/+1
| | | | | | Fix DBUG_ASSERT() Optimization for BDB tables Fix for BDB under Win98
* Fixed that LOAD DATA INFILE works with transactions.monty@hundin.mysql.fi2001-08-281-0/+1
| | | | Fix for lower case filenames
* delete generated filesmonty@hundin.mysql.fi2001-08-112-40/+0
|
* Fixed problem with part keys and BDB tablesmonty@hundin.mysql.fi2001-07-181-0/+1
|
* Clean out some more generated files from the bdb tree. Add a hacktim@threads.polyesthetic.msg2001-05-1835-7884/+17
| | | | | | | to bdb/dist/s_rpc so that bk doesn't complain about the rpc_server/db_server_proc.c file that gets overwritten (but needs to be stored in BK). Add a bdb/dist/template directory which is needed by bdb/dist/s_recover.
* Cleanup up stacktrace codemonty@donna.mysql.fi2001-05-141-0/+3
| | | | | Updated qsort source from glibc. Add debugging of keycache when EXTRA_DEBUG is specified
* Applied patches for BDB tablesmonty@donna.mysql.fi2001-05-093-6/+11
| | | | | | | Fixes to InnoDB to compile on Windows Fix for temporary InnoDB tables Fixed bug in REPLACE() Fixed sub char keys for InnoDB
* Added clean and distclean to the BDB makefilemonty@donna.mysql.fi2001-04-141-1/+5
|