Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Distribution cleanups: | lenz@mysql.com | 2003-04-11 | 1 | -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/mysql | serg@sergbook.mysql.com | 2003-02-10 | 1 | -7/+0 |
|\ | | | | | | | into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0 | ||||
| * | - removed LIBOBJS hack (no longer required with newer versions of autoconf | lenz@mysql.com | 2003-02-04 | 1 | -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 Netware | monty@mashka.mysql.fi | 2003-01-28 | 1 | -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.23 | monty@mashka.mysql.fi | 2003-01-16 | 2 | -2/+2 |
|\ \ | |/ | |||||
| * | - Applied various patches provided by Christian Hammers (MySQL maintainer | lenz@mysql.com | 2002-12-23 | 2 | -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-address | monty@mashka.mysql.fi | 2002-11-24 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | - applied patch for AMD x86-64 | lenz@mysql.com | 2002-11-19 | 1 | -0/+2 |
| | | | | | | | | (thanks to Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> | ||||
* | | Merge with 3.23.51 | monty@mashka.mysql.fi | 2002-07-25 | 3 | -0/+35 |
|\ \ | |/ | | | | | Fixed wrong usage of sprintf() in ha_innodb.cc | ||||
| * | Added some patches provided by SuSE to fix build problems on | lenz@mysql.com | 2002-07-15 | 3 | -0/+35 |
| | | | | | | | | | | ppc64 and x86-64, fixed a compile bug when building with TCP wrapper support on Linux | ||||
* | | merge with 3.23.51 | monty@hundin.mysql.fi | 2002-05-16 | 721 | -85520/+1 |
|\ \ | |/ | |||||
| * | Remove docs from the bdb distribution | monty@tik. | 2002-05-07 | 721 | -85520/+1 |
| | | | | | | | | Hack to get MIT-pthreads to compile with glibc 2.2 | ||||
* | | merge | monty@hundin.mysql.fi | 2002-03-06 | 1 | -2/+10 |
|\ \ | |/ | |||||
| * | Update scripts for new POSIX spec | monty@tik.mysql.fi | 2002-03-05 | 1 | -2/+10 |
| | | | | | | | | | | Fix for --enable-local-infile Portability fix for bison | ||||
| * | Update to autoconf 2.52 | monty@hundin.mysql.fi | 2002-02-07 | 1 | -51/+53 |
| | | | | | | | | | | Fix of InnoDB variables in SHOW VARIABLES Fix for ALTER TABLE and InnoDB | ||||
| * | Portability fixes. | monty@hundin.mysql.fi | 2001-11-02 | 2 | -239/+0 |
| | | |||||
* | | Update needed for SuSE 7.3 | monty@hundin.mysql.fi | 2002-01-26 | 1 | -51/+53 |
| | | | | | | | | Update for autoconf 2.52 | ||||
* | | Remove bdb/include/*_ext.h from revision control. They are | tim@black.box | 2001-11-01 | 15 | -937/+0 |
|/ | | | | generated automatically. | ||||
* | More debug info | monty@hundin.mysql.fi | 2001-09-08 | 1 | -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.fi | 2001-08-28 | 1 | -0/+1 |
| | | | | Fix for lower case filenames | ||||
* | delete generated files | monty@hundin.mysql.fi | 2001-08-11 | 2 | -40/+0 |
| | |||||
* | Fixed problem with part keys and BDB tables | monty@hundin.mysql.fi | 2001-07-18 | 1 | -0/+1 |
| | |||||
* | Clean out some more generated files from the bdb tree. Add a hack | tim@threads.polyesthetic.msg | 2001-05-18 | 35 | -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 code | monty@donna.mysql.fi | 2001-05-14 | 1 | -0/+3 |
| | | | | | Updated qsort source from glibc. Add debugging of keycache when EXTRA_DEBUG is specified | ||||
* | Applied patches for BDB tables | monty@donna.mysql.fi | 2001-05-09 | 3 | -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 makefile | monty@donna.mysql.fi | 2001-04-14 | 1 | -1/+5 |
| | |||||
* | Changed Innobase to Innodb | monty@donna.mysql.fi | 2001-04-13 | 1 | -0/+2 |
| | | | | Deleted a lot of old benchmark runs | ||||
* | Remove generated files from bdb source code control. | tim@threads.polyesthetic.msg | 2001-04-05 | 42 | -24407/+0 |
| | |||||
* | Merge work.mysql.com:/home/bk/mysql | tim@threads.polyesthetic.msg | 2001-03-07 | 1 | -1/+2 |
|\ | | | | | | | into threads.polyesthetic.msg:/usr/local/src/my/work | ||||
| * | Changes so that 'make distcheck' works with Berkeley DB. | tim@threads.polyesthetic.msg | 2001-03-07 | 1 | -1/+2 |
| | | |||||
* | | Patch from sleepycat to fix problem with BDB and log files | monty@donna.mysql.fi | 2001-03-06 | 2 | -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 automake | tim@threads.polyesthetic.msg | 2001-03-05 | 1 | -0/+49 |
| | | | | targets (like 'distdir') properly. | ||||
* | Turn off SCCS flag for all BDB files. | tim@threads.polyesthetic.msg | 2001-03-04 | 6 | -2/+112 |
| | | | | Apply MySQL-specific patches. | ||||
* | Import changeset | tim@threads.polyesthetic.msg | 2001-03-04 | 1442 | -0/+324740 |