Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge | monty@work.mysql.com | 2001-05-20 | 1 | -4/+4 |
|\ | |||||
| * | Force close of sockets on HPUX 10.20 | monty@donna.mysql.fi | 2001-05-19 | 1 | -5/+5 |
| | | | | | | | | | | | | | | Support option lines longer than 256 chars. Close the slow log at shutdown. Always allow debug options to mysqld. Change some DBUG_PRINT tags. | ||||
* | | Merged with 3.23, needs further fix-up | sasha@mysql.sashanet.com | 2001-05-10 | 1 | -4/+16 |
|\ \ | |/ | |||||
| * | Portability fixes for Ia64 and Sgi compiler | monty@donna.mysql.fi | 2001-04-25 | 1 | -2/+13 |
| | | | | | | | | | | | | DROP DATABASE in mysqladmin asks for confirmation (again) Added examined_rows to slow query log SHOW CREATE for TEMPORARY table | ||||
| * | Portability fixes | monty@donna.mysql.fi | 2001-04-19 | 1 | -1/+1 |
| | | |||||
| * | Added test for PTHREAD_YIELD | monty@donna.mysql.fi | 2001-04-18 | 1 | -2/+3 |
| | | | | | | | | | | | | Removed test of default master parameter Don't lock locked tables in REPAIR Changed optimzation for SELECT * from table,table ORDER BY keypart LIMIT | ||||
* | | Merge | monty@work.mysql.com | 2001-04-19 | 1 | -5/+31 |
|\ \ | |/ | |||||
| * | Fixed that -ldl is not used for clients | monty@donna.mysql.fi | 2001-04-17 | 1 | -2/+15 |
| | | | | | | | | Fixed rpl000001 to handle the most common mysql-test-run ports. | ||||
| * | Try to make MySQL compile under Cygwin. | tim@threads.polyesthetic.msg | 2001-04-14 | 1 | -1/+14 |
| | | | | | | | | | | | | | | Bug fix for Dec OSF on Alpha. Minor bug fix for server RPM. Tweak RPM support for mysqld-max. | ||||
| * | Changed -O6 to -O3 | monty@donna.mysql.fi | 2001-04-13 | 1 | -2/+2 |
| | | | | | | | | Portability fix for Innodb | ||||
* | | merged | serg@serg.mysql.com | 2001-04-13 | 1 | -5/+5 |
|\ \ | |/ | |||||
| * | Changed Innobase to Innodb | monty@donna.mysql.fi | 2001-04-13 | 1 | -5/+5 |
| | | | | | | | | Deleted a lot of old benchmark runs | ||||
* | | Added all changes from old 4.0 version: | monty@work.mysql.com | 2001-04-11 | 1 | -6/+60 |
|/ | | | | | | | | | PSTACK, libmysqld and MySQL filesystem UPDATE ... ORDER BY DELETE ... ORDER BY New faster fulltext handling Faster compressed keys | ||||
* | Merge mysql.sashanet.com:/home/sasha/src/bk/mysql | sasha@mysql.sashanet.com | 2001-04-02 | 1 | -4/+39 |
|\ | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql-fast | ||||
| * | got --with-other-libc to work, finally | sasha@mysql.sashanet.com | 2001-04-02 | 1 | -5/+40 |
| | | |||||
* | | Fixed bug in ALTER TABLE | monty@donna.mysql.fi | 2001-04-01 | 1 | -1/+2 |
|/ | | | | | Removed _mi_rkey() function New fork_big.pl multi-thread test | ||||
* | Changes to make it compile again | sasha@mysql.sashanet.com | 2001-03-22 | 1 | -1/+1 |
| | |||||
* | Added isolation levels | monty@tik.mysql.fi | 2001-03-21 | 1 | -1/+1 |
| | | | | Added SELECT .. FOR UPDATE and SELECT .. IN SHARE MODE | ||||
* | Added fix for using variables with distinct | monty@donna.mysql.fi | 2001-03-15 | 1 | -1/+1 |
| | |||||
* | Optimization of delete with record cache (for MyISAM tables) | monty@donna.mysql.fi | 2001-03-11 | 1 | -1/+1 |
| | | | | Added missing files for innobase to the distribution | ||||
* | Make configure always generate a dummy bdb/build_unix/db.h file. Ugh. | tim@work.mysql.com | 2001-03-08 | 1 | -4/+8 |
| | |||||
* | Make configure generate a fake bdb/build_unix/db.h file, so that | tim@work.mysql.com | 2001-03-08 | 1 | -0/+22 |
| | | | | | | 'make distcheck' will work. I hope. This is an ugly hack.... | ||||
* | Changes so that 'make distcheck' works with Berkeley DB. | tim@threads.polyesthetic.msg | 2001-03-07 | 1 | -3/+25 |
| | |||||
* | Berkeley DB now uses our own Makefile.in which translates automake | tim@threads.polyesthetic.msg | 2001-03-05 | 1 | -14/+2 |
| | | | | targets (like 'distdir') properly. | ||||
* | Portability and bug fixes for Innobase. | tim@threads.polyesthetic.msg | 2001-02-19 | 1 | -0/+11 |
| | | | | Add --with-innobase-db to configure. | ||||
* | Fixed problem with concurrent inserts and read-previous | monty@donna.mysql.com | 2001-02-18 | 1 | -1/+1 |
| | | | | Fix for BSDI 4.0 | ||||
* | Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql | monty@donna.mysql.com | 2001-02-17 | 1 | -1/+1 |
|\ | |||||
| * | Added Innobase to source distribution | monty@donna.mysql.com | 2001-02-17 | 1 | -1/+1 |
| | | |||||
* | | Updates to use db-3.2.9a. | tim@threads.polyesthetic.msg | 2001-02-16 | 1 | -1/+4 |
|/ | |||||
* | Force sockets to be blocking on HPUX 11.0 | monty@donna.mysql.com | 2001-02-07 | 1 | -2/+2 |
| | | | | Changed BITMAP to MY_BITMAP to avoid type conflict on windows | ||||
* | Use new bitmap interface | monty@donna.mysql.com | 2001-02-07 | 1 | -3/+3 |
| | | | | | Patches for Armstrong Removed warnings when using REPAIR TABLE .. EXTENDED | ||||
* | SCO portability fixes and cleanup. | tim@threads.polyesthetic.msg | 2001-02-01 | 1 | -11/+16 |
| | |||||
* | Portability fixes for OPENBSD, OS2 and Windows | monty@donna.mysql.com | 2001-01-27 | 1 | -1/+2 |
| | |||||
* | Changes for --with-server-suffix | monty@donna.mysql.com | 2001-01-21 | 1 | -1/+1 |
| | | | | | Fixed mutex bug in logging (crash on windows when doing SET PASSWORD=) Changed MERGE tables to not use FILE | ||||
* | Add --with-server-suffix (MYSQL_SERVER_SUFFIX). | tim@cane.mysql.fi | 2001-01-19 | 1 | -0/+8 |
| | |||||
* | configure.in top_srcdir -> top_builddir | tim@donna.mysql.com | 2001-01-17 | 1 | -1/+1 |
| | |||||
* | Handle AVAILABLE_LANGUAGES more portably. | tim@donna.mysql.com | 2001-01-16 | 1 | -1/+18 |
| | | | | Fix a typo in BDB configuration. | ||||
* | Patches for NetBSD/macppc | monty@donna.mysql.com | 2001-01-12 | 1 | -1/+1 |
| | | | | | Fixed bug in LEFT JOIN Added bdb_log_buffer_size | ||||
* | Merge | monty@donna.mysql.com | 2001-01-08 | 1 | -1/+1 |
|\ | |||||
| * | Fixed bug when having many binary log files | monty@donna.mysql.com | 2001-01-08 | 1 | -1/+1 |
| | | | | | | | | | | Fixed bug when deleting keys with possible NULL values many changes to mysqltest | ||||
* | | configure.in Change PERL test to use perl instead of perl5, if possible. | tim@cane.mysql.fi | 2001-01-05 | 1 | -4/+12 |
|/ | |||||
* | Fixed gethostname_r tests to be more portable | monty@donna.mysql.com | 2001-01-01 | 1 | -7/+2 |
| | |||||
* | Extended mysqltest with --commands and 'require' | monty@donna.mysql.com | 2000-12-27 | 1 | -1/+1 |
| | | | | | Fixed test results. Added mysqld variable 'have_isam' | ||||
* | Merge | tim@cane.mysql.fi | 2000-12-26 | 1 | -3/+9 |
|\ | |||||
| * | configure.in --without-raid should not #define USE_RAID | tim@cane.mysql.fi | 2000-12-26 | 1 | -3/+9 |
| | | |||||
* | | merge | monty@donna.mysql.com | 2000-12-24 | 1 | -1/+2 |
|\ \ | |/ |/| | |||||
| * | New benchmark test | monty@donna.mysql.com | 2000-12-24 | 1 | -1/+2 |
| | | | | | | | | | | | | | | Fixed bug in REPLACE with BDB tables Prepare for write lock on read for BDB Inform the handler when we want to use IGNORE / REPLACE New manual pages | ||||
* | | Style fix - keep os-specific stuff together. | tim@cane.mysql.fi | 2000-12-22 | 1 | -4/+1 |
| | | |||||
* | | Merge work.mysql.com:/home/bk/mysql | tim@cane.mysql.fi | 2000-12-21 | 1 | -0/+5 |
|\ \ | | | | | | | | | | into cane.mysql.fi:/usr/home/tim/my/work | ||||
| * | | Compatibility fix for BSDi. | tim@cane.mysql.fi | 2000-12-21 | 1 | -0/+5 |
| |/ | | | | | | | | | BSDi uses size_t * for the optlen arg to getsockopt, while other Unixes use socklen_t *. |