summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* mergemonty@work.mysql.com2001-05-201-4/+4
|\
| * Force close of sockets on HPUX 10.20monty@donna.mysql.fi2001-05-191-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-upsasha@mysql.sashanet.com2001-05-101-4/+16
|\ \ | |/
| * Portability fixes for Ia64 and Sgi compilermonty@donna.mysql.fi2001-04-251-2/+13
| | | | | | | | | | | | DROP DATABASE in mysqladmin asks for confirmation (again) Added examined_rows to slow query log SHOW CREATE for TEMPORARY table
| * Portability fixesmonty@donna.mysql.fi2001-04-191-1/+1
| |
| * Added test for PTHREAD_YIELDmonty@donna.mysql.fi2001-04-181-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
* | Mergemonty@work.mysql.com2001-04-191-5/+31
|\ \ | |/
| * Fixed that -ldl is not used for clientsmonty@donna.mysql.fi2001-04-171-2/+15
| | | | | | | | Fixed rpl000001 to handle the most common mysql-test-run ports.
| * Try to make MySQL compile under Cygwin.tim@threads.polyesthetic.msg2001-04-141-1/+14
| | | | | | | | | | | | | | Bug fix for Dec OSF on Alpha. Minor bug fix for server RPM. Tweak RPM support for mysqld-max.
| * Changed -O6 to -O3monty@donna.mysql.fi2001-04-131-2/+2
| | | | | | | | Portability fix for Innodb
* | mergedserg@serg.mysql.com2001-04-131-5/+5
|\ \ | |/
| * Changed Innobase to Innodbmonty@donna.mysql.fi2001-04-131-5/+5
| | | | | | | | Deleted a lot of old benchmark runs
* | Added all changes from old 4.0 version:monty@work.mysql.com2001-04-111-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/mysqlsasha@mysql.sashanet.com2001-04-021-4/+39
|\ | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql-fast
| * got --with-other-libc to work, finallysasha@mysql.sashanet.com2001-04-021-5/+40
| |
* | Fixed bug in ALTER TABLEmonty@donna.mysql.fi2001-04-011-1/+2
|/ | | | | Removed _mi_rkey() function New fork_big.pl multi-thread test
* Changes to make it compile againsasha@mysql.sashanet.com2001-03-221-1/+1
|
* Added isolation levelsmonty@tik.mysql.fi2001-03-211-1/+1
| | | | Added SELECT .. FOR UPDATE and SELECT .. IN SHARE MODE
* Added fix for using variables with distinctmonty@donna.mysql.fi2001-03-151-1/+1
|
* Optimization of delete with record cache (for MyISAM tables)monty@donna.mysql.fi2001-03-111-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.com2001-03-081-4/+8
|
* Make configure generate a fake bdb/build_unix/db.h file, so thattim@work.mysql.com2001-03-081-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.msg2001-03-071-3/+25
|
* Berkeley DB now uses our own Makefile.in which translates automaketim@threads.polyesthetic.msg2001-03-051-14/+2
| | | | targets (like 'distdir') properly.
* Portability and bug fixes for Innobase.tim@threads.polyesthetic.msg2001-02-191-0/+11
| | | | Add --with-innobase-db to configure.
* Fixed problem with concurrent inserts and read-previousmonty@donna.mysql.com2001-02-181-1/+1
| | | | Fix for BSDI 4.0
* Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysqlmonty@donna.mysql.com2001-02-171-1/+1
|\
| * Added Innobase to source distributionmonty@donna.mysql.com2001-02-171-1/+1
| |
* | Updates to use db-3.2.9a.tim@threads.polyesthetic.msg2001-02-161-1/+4
|/
* Force sockets to be blocking on HPUX 11.0monty@donna.mysql.com2001-02-071-2/+2
| | | | Changed BITMAP to MY_BITMAP to avoid type conflict on windows
* Use new bitmap interfacemonty@donna.mysql.com2001-02-071-3/+3
| | | | | Patches for Armstrong Removed warnings when using REPAIR TABLE .. EXTENDED
* SCO portability fixes and cleanup.tim@threads.polyesthetic.msg2001-02-011-11/+16
|
* Portability fixes for OPENBSD, OS2 and Windowsmonty@donna.mysql.com2001-01-271-1/+2
|
* Changes for --with-server-suffixmonty@donna.mysql.com2001-01-211-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.fi2001-01-191-0/+8
|
* configure.in top_srcdir -> top_builddirtim@donna.mysql.com2001-01-171-1/+1
|
* Handle AVAILABLE_LANGUAGES more portably.tim@donna.mysql.com2001-01-161-1/+18
| | | | Fix a typo in BDB configuration.
* Patches for NetBSD/macppcmonty@donna.mysql.com2001-01-121-1/+1
| | | | | Fixed bug in LEFT JOIN Added bdb_log_buffer_size
* Mergemonty@donna.mysql.com2001-01-081-1/+1
|\
| * Fixed bug when having many binary log filesmonty@donna.mysql.com2001-01-081-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.fi2001-01-051-4/+12
|/
* Fixed gethostname_r tests to be more portablemonty@donna.mysql.com2001-01-011-7/+2
|
* Extended mysqltest with --commands and 'require'monty@donna.mysql.com2000-12-271-1/+1
| | | | | Fixed test results. Added mysqld variable 'have_isam'
* Mergetim@cane.mysql.fi2000-12-261-3/+9
|\
| * configure.in --without-raid should not #define USE_RAIDtim@cane.mysql.fi2000-12-261-3/+9
| |
* | mergemonty@donna.mysql.com2000-12-241-1/+2
|\ \ | |/ |/|
| * New benchmark testmonty@donna.mysql.com2000-12-241-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.fi2000-12-221-4/+1
| |
* | Merge work.mysql.com:/home/bk/mysqltim@cane.mysql.fi2000-12-211-0/+5
|\ \ | | | | | | | | | into cane.mysql.fi:/usr/home/tim/my/work
| * | Compatibility fix for BSDi.tim@cane.mysql.fi2000-12-211-0/+5
| |/ | | | | | | | | BSDi uses size_t * for the optlen arg to getsockopt, while other Unixes use socklen_t *.