summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Many files:kent@mysql.com/kent-amd64.(none)2006-11-291-3/+2
| | | | | | | | Changed paths to ndb include directory to include "storage" Makefile.am: Adjusted path to yaSSL libtool libraries ssl.m4: Use libtool way of specifying yaSSL libraries
* Merge mysql.com:/home/kent/bk/mysql-5.0kent@kent-amd64.(none)2006-11-271-1/+1
|\ | | | | | | into mysql.com:/home/kent/bk/mysql-5.1
| * ha_innodb.m4, Makefile.am, ha_ndbcluster.m4, Makefile.shared, ha_berkeley.m4:kent@mysql.com/kent-amd64.(none)2006-11-273-8/+8
| | | | | | | | Reenabled build outside source tree
| * Use a direct reference to the yassl and taocrypt libtool libraries to link with msvensson@shellback.(none)2006-09-211-1/+2
| |
| * Bug#21327 OpenSSL-checking in configuremsvensson@neptunus.(none)2006-08-141-2/+2
| | | | | | | | | | - Change $d to $libs as suggested. - Thanks to Michael Prohm for the patch!
| * Merge xiphis.org:/home/antony/work2/p4-bug12096.2acurtis@xiphis.org2006-06-281-0/+22
| |\ | | | | | | | | | into xiphis.org:/home/antony/work2/p4-bug12096.2-merge
| * | Bug#19575 MySQL-shared-5.0.21-0.glibc23 causes segfault in SSL_library_initmsvensson@shellback.(none)2006-05-311-2/+0
| | | | | | | | | | | | | | | | | | | | | - Include prefix files that renames all public functions in yaSSLs OpenSSL API to ya<function_name>. They will otherwise conflict with OpenSSL functions if loaded by an application that uses OpenSSL as well as libmysqlclient with yaSSL support.
* | | Merge trift2.:/MySQL/M51/clone-5.1joerg@trift2.2006-11-011-0/+32
|\ \ \ | | | | | | | | | | | | into trift2.:/MySQL/M51/push-5.1
| * | | libmysqld/Makefile.am fixedholyfoot/hf@mysql.com/deer.(none)2006-10-191-5/+5
| | | |
| * | | letter's case fixedholyfoot/hf@mysql.com/deer.(none)2006-10-181-3/+3
| | | |
| * | | bug #23369 (Embedded library can't be linked)holyfoot/hf@mysql.com/deer.(none)2006-10-181-3/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem is that some files moved to storage/*/ still are dependent on sql/ code (usually use members of THD structure) that can get different being compiled with another #define-s Code added to recompile these for the embedded server
* | | | BUG#21253 NdbApi.h should not include my_config.hstewart@willster.(none)2006-10-161-0/+13
|/ / /
* | | WL#3504 "plugin actions for engines' and plugins' unit tests"guilhem@gbichot3.local2006-09-151-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for push in 5.1 (I will inform Trudy). Storage engines and plugins can now have unit tests to test their components; such test must be an executable C/C++ program which name ends with '-t' and which is obeys the mytap protocol, it must be stored in the storage engine's or plugin's source directory (storage/<engine> or plugin/<plugin>) or any subdirectories of this. The top-level Makefile target "test-unit" will run all unit tests: it will scan the engines' and plugins' directories, recursively, and execute all executable files which name ends with '-t'."
* | | Many files:kent@mysql.com/g4-2.local2006-08-211-263/+0
| | | | | | | | | | | | | | | Deleted config/ac-macros/ha_berkeley.m4 Removed more referenses to bdb
* | | compile-time definition of intptr typeserg@janus.mylan2006-08-011-30/+0
| | |
* | | Merge xiphis.org:/home/antony/work2/p4-bug12096.2acurtis@ltamd64.xiphis.org2006-06-221-0/+22
|\ \ \ | | |/ | |/| | | | into xiphis.org:/home/antony/work2/p4-bug12096.3
| * | traditional grep does not have -q optionacurtis@xiphis.org2006-06-211-1/+1
| | |
| * | Bug#12096acurtis@xiphis.org2006-05-311-0/+22
| |/ | | | | | | | | | | "Add line for non-executable stack in .s files" Fix so that configure will use "--noexecstack" for assembler if gcc supports option and compiled C doesn't need executable stack.
* | don't call plugins' configure scripts manually, use AC_CONFIG_SUBDIRSserg@serg.mylan2006-06-151-1/+1
| | | | | | | | | | don't add CFLAGS/CXXFLAGS to ./configure command line in config.status but _do_ add them before calling plugins' configure scripts
* | Merge jonas@perch:src/51-jonastomas@poseidon.ndb.mysql.com2006-06-121-1/+1
|\ \ | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
| * | ndb -jonas@perch.ndb.mysql.com2006-06-091-1/+1
| | | | | | | | | | | | restore --with-ndb-ccflags functionality
* | | unittest:serg@serg.mylan2006-06-011-97/+0
|/ / | | | | | | | | | | | | | | | | | | | | | | | | rename *.t* to *-t* to be automake-friendly simplify Makefiles test_atomic.c: move to unittest, add GPL comment, fix warnings, convert to tap framework. configure: remove custom tests for available types, use AC_CHECK_TYPE instead x86-gcc.h: fix gcc -ansi errors while maintaining readability ignore: added *-t
* | Bug#20002 Old --with-openssl and --with-yassl options just silently ignoredmsvensson@neptunus.(none)2006-05-231-2/+12
| | | | | | | | - Terminate configure with error(and message) if --with-yassl or --with-openssl is used.
* | Merge neptunus.(none):/home/msvensson/mysql/bug18818/my51-bug18818msvensson@neptunus.(none)2006-05-184-185/+205
|\ \ | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.1
| * | BUG#18818 configure: No longer finds OpenSSL on Mac OS Xmsvensson@neptunus.(none)2006-05-173-183/+200
| | | | | | | | | | | | - Implement new switch --with-ssl to configure used for both bundled yaSSL or OpenSSL
| * | Merge neptunus.(none):/home/msvensson/mysql/bug18818/my50-bug18818msvensson@neptunus.(none)2006-05-122-8/+11
| |\ \ | | |/ | | | | | | into neptunus.(none):/home/msvensson/mysql/bug18818/my51-bug18818
| | * Bug#18818 configure: No longer finds OpenSSL on Mac OS Xmsvensson@neptunus.(none)2006-05-122-8/+11
| | | | | | | | | | | | | | | - Remove usage of $shrext_cmds variable - Test for libs using all known library file endings
* | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-newtomas@poseidon.ndb.mysql.com2006-05-152-2/+2
|\ \ \ | |/ / |/| | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
| * | Mergeholyfoot@mysql.com2006-05-1212-332/+745
| |\ \
| * \ \ Merge bk@192.168.21.1:mysql-5.1-newholyfoot@mysql.com2006-05-023-4/+9
| |\ \ \ | | | | | | | | | | | | | | | into mysql.com:/home/hf/work/mysql-5.1.18518
| * \ \ \ Merge bk@192.168.21.1:mysql-5.1-newholyfoot@mysql.com2006-04-272-2/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into mysql.com:/home/hf/work/mysql-5.1.18518
| | * | | | bug #18518 (embedded server crashes starting)holyfoot@deer.(none)2006-04-242-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem is that now server works properly only with the row-based replication
* | | | | | apparently "sinclude" is consireded by aclocal (up to 1.9.5)serg@sergbook.mysql.com2006-05-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | by a dirty word, and it complains about it, even in a comment.
* | | | | | a workaround for aclocal-1.8 bugserg@sergbook.mysql.com2006-05-101-1/+4
| | | | | |
* | | | | | auto-set MYSQL_PLUGIN_DIRECTORY for plug.in filesserg@sergbook.mysql.com2006-05-061-0/+6
| | | | | |
* | | | | | auto-include plug.in, remove the need for plugins to modify configure.inserg@sergbook.mysql.com2006-05-041-1/+21
| | | | | |
* | | | | | cleanup - don't test in configure what belongs to m4serg@sergbook.mysql.com2006-05-041-5/+5
| |_|_|/ / |/| | | |
* | | | | fix legacy configure option handlingacurtis@xiphis.org2006-05-031-2/+3
| | | | |
* | | | | Fixed dependency checkingserg@sergbook.mysql.com2006-05-031-3/+4
| | | | |
* | | | | WL#3201 post-review fixupsacurtis@xiphis.org2006-05-021-3/+19
| | | | |
* | | | | WL#3201 additional post-review fixesacurtis@xiphis.org2006-05-021-4/+4
| | | | |
* | | | | Merge xiphis.org:/home/antony/work2/mysql-5.1acurtis@xiphis.org2006-05-0112-332/+727
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | into xiphis.org:/home/antony/work2/wl3201-post-review.2
| * | | | WL#3201 post-review fixupsacurtis@xiphis.org2006-05-011-263/+288
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | end plugin/module naming schizophrenia fixup shell code and m4 macro comments cmakelists.txt included in EXTRA_DIST
| * | | | fixesserg@sergbook.mysql.com2006-04-301-41/+39
| | | | |
| * | | | make distcheck and cosmetic fixesserg@sergbook.mysql.com2006-04-294-301/+307
| | | | |
| * | | | WL#3201acurtis@xiphis.org2006-04-241-0/+18
| | | | | | | | | | | | | | | | | | | | post-merge fixes
| * | | | Merge xiphis.org:/home/antony/work2/wl3201.3acurtis@xiphis.org2006-04-2411-318/+666
| |\ \ \ \ | | |/ / / | |/| | | | | | | | into xiphis.org:/home/antony/work2/wl3201.merge
| | * | | WL#3201acurtis@xiphis.org2006-04-202-68/+128
| | | | | | | | | | | | | | | | | | | | Fixes after first review
| | * | | WL#3201acurtis@xiphis.org2006-04-1311-318/+606
| | | | | | | | | | | | | | | | | | | | " Configure support for server plugins "
* | | | | Clean up after big mergejimw@mysql.com2006-05-011-1/+4
| | | | |