summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Use our version of RWLOCKS on UNIXWARE 7monty@hundin.mysql.fi2002-08-211-1/+1
| | | | | | | | More DBUG info for replication Better error messages from replication Fixed bug in replication code when connecting to 'localhost' (time was not released properly) Block ALARM signal on Linux for signal handler thread (Fixes problem with running mysqld with --debug) Removed warning when setting an AUTO_INCREMENT field to NULL
* Fixed timing problem with rpl000001 replication test.monty@hundin.mysql.fi2002-08-181-1/+1
| | | | | | | Fixed configure problems with HPUX and openbsd SHOW SLAVE STATUS returns empty set if slave is not initialized SHOW MASTER STATUS returns empty set if binary logging is not enabled. Fixed shutdown problem on Solaris.
* Fixed bug in SAFEMALLOC for systems that requires longlong data to be ↵monty@hundin.mysql.fi2002-08-171-0/+1
| | | | | | | aligned on 8 byte boundaries (like sparc) Removed thread marking of safemalloc blocks (becasue of alignment problems) Temporary fix for bigint comparison.
* Merge hundin.mysql.fi:/my/mysql-3.23monty@hundin.mysql.fi2002-08-171-2/+2
|\ | | | | | | into hundin.mysql.fi:/my/bk/mysql-4.0
| * Fix for HPUX 11 and pthread_mutex_lockmonty@hundin.mysql.fi2002-08-161-2/+2
| |
| * - Tagged 3.23.52 releaselenz@mysql.com2002-08-161-1/+1
| | | | | | | | | | - Added 3.23.53 News section to the manual - Updated version number in configure.in to 3.23.53
* | Merge sergbook.mysql.com:/usr/home/serg/Abk/mysqlserg@sergbook.mysql.com2002-08-131-0/+1
|\ \ | |/ | | | | into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
| * disable "dvi" target in TeX is not installedserg@sergbook.mysql.com2002-08-131-0/+1
| |
| * Backported pthread_mutex_trylock code from MySQL 4.0 to fix problem on HPUX.monty@hundin.mysql.fi2002-08-061-2/+2
| | | | | | | | Removed Heikki's patch for handling this.
| * my_pthread.h, configure.in:heikki@hundin.mysql.fi2002-08-061-2/+2
| | | | | | | | In HP-UX-10.20, but not in HP-UX-11.0, the return value of pthread_mutex_trylock is inverted
* | mergemonty@hundin.mysql.fi2002-08-081-0/+13
|\ \
| * | Fix for Intel compiler (ecc)monty@hundin.mysql.fi2002-08-081-0/+13
| | | | | | | | | | | | | | | Minor cleanups to other patches. Make --temp-pool default
* | | Merge with 3.23.51monty@mashka.mysql.fi2002-07-251-0/+1
|\ \ \ | |/ / |/| / | |/ Fixed wrong usage of sprintf() in ha_innodb.cc
| * In my previous commit I didn't notice that we already have brazilian ↵bar@bar.udmsearch.izhnet.ru2002-07-161-1/+1
| | | | | | | | portuguese :(
| * Adding pt_brbar@bar.udmsearch.izhnet.ru2002-07-161-1/+1
| |
| * - Updated OS/2 port with files provided by Yuri Dario <mc6530@mclink.it> lenz@mysql.com2002-07-151-1/+1
| | | | | | | | | | | | | | from TeamOS/2 Italy - removed some obsolete files on Yuri's request - Added missing os2 related files outside the os2 subdirectory to the distribution
| * Added -DHAVE_BROKEN_REALPATH to the Mac OS X (darwin) compile options inlenz@mysql.com2002-06-211-1/+1
| | | | | | | | configure.in
| * Bump up version number to 3.23.52 in configure.in since version 3.23.51lenz@mysql.com2002-06-171-1/+1
| | | | | | | | has finally been released
* | New SET syntax & system variables.monty@mashka.mysql.fi2002-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Made a some new buffers thread specific and changeable. Resize of key_buffer. AUTO_COMMIT -> AUTOCOMMIT Fixed mutex bug in DROP DATABASE Fixed bug when using auto_increment as second part of a key where first part could include NULL. Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers. Don't write message to error log when slave reconnects becasue of timeout. Fixed possible update problem when using DELETE/UPDATE on small tables (In some cases we used index even if table scanning would be better) A lot of minior code cleanups
* | Update for running gcc 3.x (mainly on HPUX)monty@hundin.mysql.fi2002-06-301-3/+2
| | | | | | | | | | | | | | | | Portability fixes for HPUX Rename of CHECK_LOCK to IS_FREE_LOCK Apply lower_case_table_names also to databases Cleanup of describe code Don't allow \ in database names
* | Added support for semaphores in mysys.monty@hundin.mysql.fi2002-06-291-1/+1
| | | | | | | | (Needed for query cache for systems which doesn't have native semaphores)
* | Removed file include/getopt.h and added missing files tolenz@mysql.com2002-06-231-1/+1
| | | | | | | | | | | | | | include/Makefile.am to resolve broken dependencies in "make distcheck" Added -DHAVE_BROKEN_REALPATH to the Mac OS X (darwin) compile options in configure.in
* | Removed fix that broke compilation when not using mit-pthreadsmonty@hundin.mysql.fi2002-06-201-7/+0
| |
* | Fixed some bugs after last mergemonty@hundin.mysql.fi2002-06-201-3/+14
| | | | | | | | Added semaphore support to MIT-pthreads.
* | Merge jcole@work.mysql.com:/home/bk/mysql-4.0jcole@mugatu.spaceapes.com2002-06-081-4/+7
|\ \ | | | | | | | | | into mugatu.spaceapes.com:/home/jcole/bk/mysql-4.0
| * \ merge with 3.23monty@hundin.mysql.fi2002-06-021-4/+4
| |\ \ | | |/
| | * Portability fixes for SCO and HPUXmonty@hundin.mysql.fi2002-05-311-4/+4
| | | | | | | | | | | | | | | Change TRUNCATE(number) to truncate towards zero for negative numbers Fix NULL handling for DESCRIBE table_name
| * | Fixed bug in wait_for_relay_log_space()monty@hundin.mysql.fi2002-06-021-0/+3
| | | | | | | | | | | | Added checking of sem_init() in configure.
* | | Merge jcole@work.mysql.com:/home/bk/mysql-4.0jcole@mugatu.spaceapes.com2002-05-241-1/+5
|\ \ \ | |/ / | | | | | | into mugatu.spaceapes.com:/home/jcole/bk/mysql-4.0
| * | merge to 3.23.51monty@hundin.mysql.fi2002-05-201-1/+1
| |\ \ | | |/
| | * Added os2 source directory to source distributionlenz@mysql.com2002-05-171-1/+1
| | | | | | | | | | | | (thanks to Yuri Dario <mc6530@mclink.it> for pointing this out)
| * | merge with 3.23.51monty@hundin.mysql.fi2002-05-161-0/+4
| |\ \ | | |/
| | * Fixed sql_yacc.yy to be compatible with bison 1.31 and above.lenz@mysql.com2002-05-151-0/+3
| | | | | | | | | | | | | | | Made detection of GNU tar a bit more flexible. Only use /usr/local/mysql-glibc if it actually exists
| | * Fixed problems with DECIMAL() type on overflow.monty@hundin.mysql.fi2002-05-021-1/+5
| | |
* | | Aesthetic cleanups to acinclude.m4 and configure.in.jcole@mugatu.spaceapes.com2002-05-121-12/+19
|/ /
* | Re-added the missing comma as required by the manual style guidelenz@mysql.com2002-05-031-1/+1
| |
* | Added "gnutar" to the TARs to check for, since this seems to belenz@mysql.com2002-05-031-3/+3
| | | | | | | | | | how it's named on Mac OS X (thanks to Paul DuBois <paul@snake.net> for the hint)
* | Reworked the RPM spec file and added several fixes to make thelenz@mysql.com2002-05-031-0/+3
| | | | | | | | build scripts work again.
* | Fixed a typo and the wording of the message that is being displayed after ↵lenz@mysql.com2002-04-261-3/+4
| | | | | | | | "configure" has run
* | mergemonty@hundin.mysql.fi2002-04-251-6/+6
|\ \ | |/
| * Removed wrong configure line from configure.inmonty@hundin.mysql.fi2002-04-171-1/+0
| |
| * Cleanup of pthread_cond_timedwait for HPUXmonty@tik.mysql.fi2002-04-171-6/+6
| |
| * Small fix for HP-UX 10.20 with DCE threadsSinisa@sinisa.nasamreza.org2002-04-161-0/+1
| | | | | | | | Also --with-libwrap is tested on Linux just fine.
* | query cache code can be excluded from serverbell@sanja.is.com.ua2002-04-151-1/+1
| |
* | Mergemonty@hundin.mysql.fi2002-04-021-6/+2
|\ \ | |/
| * Fixed help typos in mysql.ccmonty@hundin.mysql.fi2002-04-021-6/+2
| |
* | Fix for HAVE_QUERY_CACHEmonty@hundin.mysql.fi2002-04-021-6/+5
| | | | | | | | Remove not used flag CLIENT_CHANGE_USER
* | merge (remove conflicting zip files)monty@hundin.mysql.fi2002-03-271-15/+44
|\ \
| * \ merge with 3.23.50monty@hundin.mysql.fi2002-03-271-14/+42
| |\ \ | | |/
| | * Move test of gcc 3.0 from BUILD to configuremonty@hundin.mysql.fi2002-03-261-0/+13
| | |