summaryrefslogtreecommitdiff
path: root/bdb
Commit message (Collapse)AuthorAgeFilesLines
* Distribution cleanups:lenz@mysql.com2003-04-111-40/+40
| | | | | | | | | - added Dummy file Docs/manual_toc.html to make "make dist" happy if the real manual.texi has not been copied into Docs/ (which would make sure a "real" manual_toc.html would be created - fixed symlinking in the bdb subdirectory (docs are not included anyway) - added dist-hook to Makefile.am to remove superfluous SCCS directories from the source distribution
* Merge sergbook.mysql.com:/usr/home/serg/Abk/mysqlserg@sergbook.mysql.com2003-02-101-7/+0
|\ | | | | | | into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
| * - removed LIBOBJS hack (no longer required with newer versions of autoconflenz@mysql.com2003-02-041-7/+0
| | | | | | | | | | | | | | and actually results in an error with very recent autoconf versions! (see http://www.gnu.org/manual/autoconf/html_node/autoconf_165.html or "AC_LIBOBJ vs. LIBOBJS" in the autoconf documentation) Please merge this into 4.0 as well!
* | 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>
* | 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
|
* Changed Innobase to Innodbmonty@donna.mysql.fi2001-04-131-0/+2
| | | | Deleted a lot of old benchmark runs
* Remove generated files from bdb source code control.tim@threads.polyesthetic.msg2001-04-0542-24407/+0
|
* Merge work.mysql.com:/home/bk/mysqltim@threads.polyesthetic.msg2001-03-071-1/+2
|\ | | | | | | into threads.polyesthetic.msg:/usr/local/src/my/work
| * Changes so that 'make distcheck' works with Berkeley DB.tim@threads.polyesthetic.msg2001-03-071-1/+2
| |
* | Patch from sleepycat to fix problem with BDB and log filesmonty@donna.mysql.fi2001-03-062-0/+88
|/ | | | | Print full command name to log files Convert table type to supported onces on ALTER TABLE
* Berkeley DB now uses our own Makefile.in which translates automaketim@threads.polyesthetic.msg2001-03-051-0/+49
| | | | targets (like 'distdir') properly.
* Turn off SCCS flag for all BDB files.tim@threads.polyesthetic.msg2001-03-046-2/+112
| | | | Apply MySQL-specific patches.
* Import changesettim@threads.polyesthetic.msg2001-03-041442-0/+324740