Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Many files: | kent@mysql.com/kent-amd64.(none) | 2006-11-29 | 1 | -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.0 | kent@kent-amd64.(none) | 2006-11-27 | 1 | -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-27 | 3 | -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-21 | 1 | -1/+2 |
| | | |||||
| * | Bug#21327 OpenSSL-checking in configure | msvensson@neptunus.(none) | 2006-08-14 | 1 | -2/+2 |
| | | | | | | | | | | - Change $d to $libs as suggested. - Thanks to Michael Prohm for the patch! | ||||
| * | Merge xiphis.org:/home/antony/work2/p4-bug12096.2 | acurtis@xiphis.org | 2006-06-28 | 1 | -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_init | msvensson@shellback.(none) | 2006-05-31 | 1 | -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.1 | joerg@trift2. | 2006-11-01 | 1 | -0/+32 |
|\ \ \ | | | | | | | | | | | | | into trift2.:/MySQL/M51/push-5.1 | ||||
| * | | | libmysqld/Makefile.am fixed | holyfoot/hf@mysql.com/deer.(none) | 2006-10-19 | 1 | -5/+5 |
| | | | | |||||
| * | | | letter's case fixed | holyfoot/hf@mysql.com/deer.(none) | 2006-10-18 | 1 | -3/+3 |
| | | | | |||||
| * | | | bug #23369 (Embedded library can't be linked) | holyfoot/hf@mysql.com/deer.(none) | 2006-10-18 | 1 | -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.h | stewart@willster.(none) | 2006-10-16 | 1 | -0/+13 |
|/ / / | |||||
* | | | WL#3504 "plugin actions for engines' and plugins' unit tests" | guilhem@gbichot3.local | 2006-09-15 | 1 | -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.local | 2006-08-21 | 1 | -263/+0 |
| | | | | | | | | | | | | | | | Deleted config/ac-macros/ha_berkeley.m4 Removed more referenses to bdb | ||||
* | | | compile-time definition of intptr type | serg@janus.mylan | 2006-08-01 | 1 | -30/+0 |
| | | | |||||
* | | | Merge xiphis.org:/home/antony/work2/p4-bug12096.2 | acurtis@ltamd64.xiphis.org | 2006-06-22 | 1 | -0/+22 |
|\ \ \ | | |/ | |/| | | | | into xiphis.org:/home/antony/work2/p4-bug12096.3 | ||||
| * | | traditional grep does not have -q option | acurtis@xiphis.org | 2006-06-21 | 1 | -1/+1 |
| | | | |||||
| * | | Bug#12096 | acurtis@xiphis.org | 2006-05-31 | 1 | -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_SUBDIRS | serg@serg.mylan | 2006-06-15 | 1 | -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-jonas | tomas@poseidon.ndb.mysql.com | 2006-06-12 | 1 | -1/+1 |
|\ \ | | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb | ||||
| * | | ndb - | jonas@perch.ndb.mysql.com | 2006-06-09 | 1 | -1/+1 |
| | | | | | | | | | | | | restore --with-ndb-ccflags functionality | ||||
* | | | unittest: | serg@serg.mylan | 2006-06-01 | 1 | -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 ignored | msvensson@neptunus.(none) | 2006-05-23 | 1 | -2/+12 |
| | | | | | | | | - Terminate configure with error(and message) if --with-yassl or --with-openssl is used. | ||||
* | | Merge neptunus.(none):/home/msvensson/mysql/bug18818/my51-bug18818 | msvensson@neptunus.(none) | 2006-05-18 | 4 | -185/+205 |
|\ \ | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.1 | ||||
| * | | BUG#18818 configure: No longer finds OpenSSL on Mac OS X | msvensson@neptunus.(none) | 2006-05-17 | 3 | -183/+200 |
| | | | | | | | | | | | | - Implement new switch --with-ssl to configure used for both bundled yaSSL or OpenSSL | ||||
| * | | Merge neptunus.(none):/home/msvensson/mysql/bug18818/my50-bug18818 | msvensson@neptunus.(none) | 2006-05-12 | 2 | -8/+11 |
| |\ \ | | |/ | | | | | | | into neptunus.(none):/home/msvensson/mysql/bug18818/my51-bug18818 | ||||
| | * | Bug#18818 configure: No longer finds OpenSSL on Mac OS X | msvensson@neptunus.(none) | 2006-05-12 | 2 | -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-new | tomas@poseidon.ndb.mysql.com | 2006-05-15 | 2 | -2/+2 |
|\ \ \ | |/ / |/| | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb | ||||
| * | | Merge | holyfoot@mysql.com | 2006-05-12 | 12 | -332/+745 |
| |\ \ | |||||
| * \ \ | Merge bk@192.168.21.1:mysql-5.1-new | holyfoot@mysql.com | 2006-05-02 | 3 | -4/+9 |
| |\ \ \ | | | | | | | | | | | | | | | | into mysql.com:/home/hf/work/mysql-5.1.18518 | ||||
| * \ \ \ | Merge bk@192.168.21.1:mysql-5.1-new | holyfoot@mysql.com | 2006-04-27 | 2 | -2/+2 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | into mysql.com:/home/hf/work/mysql-5.1.18518 | ||||
| | * | | | | bug #18518 (embedded server crashes starting) | holyfoot@deer.(none) | 2006-04-24 | 2 | -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.com | 2006-05-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | by a dirty word, and it complains about it, even in a comment. | ||||
* | | | | | | a workaround for aclocal-1.8 bug | serg@sergbook.mysql.com | 2006-05-10 | 1 | -1/+4 |
| | | | | | | |||||
* | | | | | | auto-set MYSQL_PLUGIN_DIRECTORY for plug.in files | serg@sergbook.mysql.com | 2006-05-06 | 1 | -0/+6 |
| | | | | | | |||||
* | | | | | | auto-include plug.in, remove the need for plugins to modify configure.in | serg@sergbook.mysql.com | 2006-05-04 | 1 | -1/+21 |
| | | | | | | |||||
* | | | | | | cleanup - don't test in configure what belongs to m4 | serg@sergbook.mysql.com | 2006-05-04 | 1 | -5/+5 |
| |_|_|/ / |/| | | | | |||||
* | | | | | fix legacy configure option handling | acurtis@xiphis.org | 2006-05-03 | 1 | -2/+3 |
| | | | | | |||||
* | | | | | Fixed dependency checking | serg@sergbook.mysql.com | 2006-05-03 | 1 | -3/+4 |
| | | | | | |||||
* | | | | | WL#3201 post-review fixups | acurtis@xiphis.org | 2006-05-02 | 1 | -3/+19 |
| | | | | | |||||
* | | | | | WL#3201 additional post-review fixes | acurtis@xiphis.org | 2006-05-02 | 1 | -4/+4 |
| | | | | | |||||
* | | | | | Merge xiphis.org:/home/antony/work2/mysql-5.1 | acurtis@xiphis.org | 2006-05-01 | 12 | -332/+727 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | into xiphis.org:/home/antony/work2/wl3201-post-review.2 | ||||
| * | | | | WL#3201 post-review fixups | acurtis@xiphis.org | 2006-05-01 | 1 | -263/+288 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | end plugin/module naming schizophrenia fixup shell code and m4 macro comments cmakelists.txt included in EXTRA_DIST | ||||
| * | | | | fixes | serg@sergbook.mysql.com | 2006-04-30 | 1 | -41/+39 |
| | | | | | |||||
| * | | | | make distcheck and cosmetic fixes | serg@sergbook.mysql.com | 2006-04-29 | 4 | -301/+307 |
| | | | | | |||||
| * | | | | WL#3201 | acurtis@xiphis.org | 2006-04-24 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | post-merge fixes | ||||
| * | | | | Merge xiphis.org:/home/antony/work2/wl3201.3 | acurtis@xiphis.org | 2006-04-24 | 11 | -318/+666 |
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | into xiphis.org:/home/antony/work2/wl3201.merge | ||||
| | * | | | WL#3201 | acurtis@xiphis.org | 2006-04-20 | 2 | -68/+128 |
| | | | | | | | | | | | | | | | | | | | | Fixes after first review | ||||
| | * | | | WL#3201 | acurtis@xiphis.org | 2006-04-13 | 11 | -318/+606 |
| | | | | | | | | | | | | | | | | | | | | " Configure support for server plugins " | ||||
* | | | | | Clean up after big merge | jimw@mysql.com | 2006-05-01 | 1 | -1/+4 |
| | | | | |