summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Collapse)AuthorAgeFilesLines
* BDB 4.1.24ram@mysql.r18.ru2002-10-301-18/+22
|
* Fixes after last merge.monty@hundin.mysql.fi2002-10-161-1/+6
| | | | Ignore changed keyblocks when on does DELETE FROM table_name;
* - Applied required modifications for automake 1.5lenz@mysql.com2002-10-011-565/+0
| | | | | - some additional small fixes - added "depcomp" for automake 1.5
* - Fix checking for $orbit_config_path in acinclude.m4 (gave an errorlenz@mysql.com2002-09-271-1/+1
| | | | message on STDOUT on AIX and assigned the wrong value)
* Fixed searching after ssl directories.monty@mashka.mysql.fi2002-09-051-6/+6
| | | | | | | | | | | Fixed that GRANT ... REQUIRE options are not forgot when doing new GRANT Changed fn_ext to point at first '.' after directory. FLUSH LOGS removed numerical extension for all future update logs. Fixed the mysqld --help reports right values for --datadir and --bind-address --log-binary=a.b.c now properly strips of .b.c Fix that one can DROP UDF functions that was not loaded at startup Made AND optional in REQUIRE Added REQUIRE NONE
* Update for running gcc 3.x (mainly on HPUX)monty@hundin.mysql.fi2002-06-301-4/+6
| | | | | | | | 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
* Aesthetic cleanups to acinclude.m4 and configure.in.jcole@mugatu.spaceapes.com2002-05-121-2/+2
|
* Cleanupsmonty@hundin.mysql.fi2002-04-021-2/+2
| | | | Don't use DBUG library for struct st_my_thread_var to make code less complicated.
* mergemonty@hundin.mysql.fi2002-03-061-4/+5
|\
| * Fix for --enable-local-infilemonty@hundin.mysql.fi2002-03-061-5/+5
| |
| * Update to autoconf 2.52monty@hundin.mysql.fi2002-02-071-51/+50
| | | | | | | | | | Fix of InnoDB variables in SHOW VARIABLES Fix for ALTER TABLE and InnoDB
* | Update needed for SuSE 7.3monty@hundin.mysql.fi2002-01-261-15/+20
| | | | | | | | Update for autoconf 2.52
* | Portability fix.monty@hundin.mysql.fi2001-11-071-1/+1
| | | | | | | | Fixed linking problem with InnoDB.
* | Fixed processor detection script to be more portabletonu@volk.internalnet2001-10-301-6/+6
| |
* | Fast fix to support one more possible directory of OpenSSL include files.tonu@volk.internalnet2001-10-191-1/+2
| |
* | mergemonty@hundin.mysql.fi2001-10-101-42/+0
|\ \
| * | Remved Gemini code.monty@hundin.mysql.fi2001-10-101-42/+0
| | |
* | | Add --without-isam configure switch.tim@black.box2001-10-091-0/+17
|/ / | | | | | | Portability fix for mysqlmanager.
* | mergemonty@hundin.mysql.fi2001-10-081-1/+8
|\ \
| * | Updated manual about embedded version.monty@hundin.mysql.fi2001-10-081-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | Speed up column-completion in 'mysql' Don't use ISAM if HAVE_ISAM is not defined A lot of fixes for the embedded version. All libraries are now included in libmysqld.a Changed arguments to convert_dirname() to make it more general. Renamed files in the 'merge' directory to all use a common prefix. Don't compile both assembler and C functions on x86
| * | Fixed some build problems.monty@hundin.mysql.fi2001-10-041-1/+1
| | | | | | | | | | | | | | | | | | Fix that compressed packets and normal packets looks indentical before calling net_real_write() (Needed for query cache) Optimize IS NULL handling
* | | SSL fixtonu@volk.internalnet2001-10-051-1/+1
| | |
* | | changes to make things work in the max versionsasha@mysql.sashanet.com2001-10-041-9/+35
|/ /
* | Portability fixmonty@hundin.mysql.fi2001-09-301-1/+2
| |
* | Merge work.mysql.com:/home/bk/mysql-4.0tonu@volk.internalnet2001-09-301-3/+3
|\ \ | | | | | | | | | into volk.internalnet:/home/tonu/mysql-4.0
| * | SSL compiles and works as far as can see. Continue testing..tonu@volk.internalnet2001-09-301-3/+3
| | |
* | | Fixes for RPM buildmonty@hundin.mysql.fi2001-09-291-5/+5
| | |
* | | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0monty@hundin.mysql.fi2001-09-281-6/+9
|\ \ \
| * | | Fixed that one can always get a name for a compiled charactersetmonty@hundin.mysql.fi2001-09-281-2/+6
| | | |
| * | | Final fixes for INSERT into MERGE tables.monty@tik.mysql.fi2001-09-271-7/+6
| |/ / | | | | | | | | | | | | | | | Move MAX_BLOB_WIDTH to be global Added full support for unsigned BIGINT Fixed spelling errors
* | | mergemonty@work.mysql.com2001-09-281-1/+1
|\ \ \ | |/ / |/| / | |/
| * Cleaned up udf_example.cc and mysql_fix_privilege_tablesmonty@tik.mysql.fi2001-09-271-1/+1
| |
* | Added support of INSERT to MERGE tablesmonty@hundin.mysql.fi2001-09-221-5/+3
| | | | | | | | Fixes for embedded libary and openssl
* | Merge work.mysql.com:/home/bk/mysqlmonty@work.mysql.com2001-09-201-2/+1
|\ \ | |/ | | | | into work.mysql.com:/home/bk/mysql-4.0
| * Some fixes for Geminimonty@hundin.mysql.fi2001-09-201-2/+1
| |
* | Fixed locking problem when using bulk insertmonty@hundin.mysql.fi2001-09-171-36/+36
| | | | | | | | | | Fixed array overrun when using drop_db Portability fixes
* | Add some examples for using libmysqld, including a hack for running thetim@black.box2001-09-161-36/+36
| | | | | | | | | | | | | | | | | | mysql test suite. A few minor libmysqld fixes. Add mysql_server_init() and _end() to mysql.cc and mysqltest.c, so they can be linked against libmysqlclient or libmysqld.
* | -DCPU flag addedtonu@x153.internalnet2001-08-261-2/+1
| |
* | mergedsasha@mysql.sashanet.com2001-08-111-0/+432
|\ \ | |/
| * acinclude.m4:tim@bitch.mysql.fi2001-08-101-0/+432
| | | | | | | | | | | | | | | | | | Paste the libtool.m4 from libtool version 1.3.4 into aclinclude.m4; this should make our configure work even when the user has libtool version 1.4 installed. This should be removed, and everyone should upgrade to libtool 1.4; until then, this is a quick hack to make things work.
* | Added CPU automatic detection. It examines /proc/cpuinfo (if exists) and ↵tonu@x153.internalnet2001-08-091-0/+47
| | | | | | | | | | | | | | finds out flags for -mcpu and -march. TODO is --with-cpu configure option to force some other processor type. Problem is not big as any Intel 686+ CPU will use -mcpu=pentiumpro anyway. Exceptions are Athlons and 586 processors.
* | mergemonty@work.mysql.com2001-05-311-2/+2
|\ \ | |/
| * Pushing all the Gemini changes above the table handler.mikef@nslinux.bedford.progress.com2001-05-291-2/+2
| |
* | acinclude.m4 openssl supporttonu@x3.internalnet2001-05-201-2/+2
| |
* | .del-violite.c~984c09cffe14a11b Delete: libmysql/violite.croot@x3.internalnet2001-05-201-0/+51
| | | | | | | | | | acconfig.h openssl support acinclude.m4 openssl support
* | Merged with 3.23, needs further fix-upsasha@mysql.sashanet.com2001-05-101-1/+39
|\ \ | |/
| * Portability fixes for Ia64 and Sgi compilermonty@donna.mysql.fi2001-04-251-3/+4
| | | | | | | | | | | | 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-231-0/+1
| |
| * Added test for PTHREAD_YIELDmonty@donna.mysql.fi2001-04-181-0/+36
| | | | | | | | | | | | Removed test of default master parameter Don't lock locked tables in REPAIR Changed optimzation for SELECT * from table,table ORDER BY keypart LIMIT
* | mergedserg@serg.mysql.com2001-04-131-21/+21
|\ \ | |/