summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Another incarnation of the patch for Bug#30708Alexander Nozdrin2010-05-191-3/+0
| | | | | | | | | (make relies GNU extentions). The patch was partially backport from 6.0. Original comment: bug#30708: make relies GNU extensions. Now that we no longer use BitKeeper we can safely remove the SCCS handling with no loss of functionality.
* Bug #43397 mysql headers redefine pthread_mutex_initStaale Smedseng2009-07-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | unnecessarily The problem is that libmysqlclient.so is built with THREAD undefined, while a client compiling against the same header files will see THREAD as defined and definitions in my_pthread.h will be included, possibly resulting in undefined symbols that cannot be resolved with libmysqlclient.so. The suggested solution is to require that clients wanting to link with libmysqlclient.so should be built with MYSQL_CLIENT_NO_THREADS defined. This requires a documentation change, and more details for this will be supplied if this patch is approved. The MYSQL_CLIENT_NO_THREADS define was renamed from UNDEF_THREADS_HACK, to get a more suitable (less suspicious) name for the define. (The UNDEF_THREADS_HACK is retained for backwards compatibility, though.) This patch is also in anticipation of WL#4958, which will remove this problem altogether by dropping the building of libmysqlclient.
* Merge xiphis.org:/anubis/antony/work/p2-bug25714.1acurtis/antony@ltamd64.xiphis.org2007-07-241-1/+4
|\ | | | | | | into xiphis.org:/anubis/antony/work/p2-bug25714.1.merge-5.1
| * Bug#25714antony@pcg5ppc.xiphis.org2007-07-231-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | "getGeneratedKeys() does not work with FEDERATED table" mysql_insert() expected the storage engine to update the row data during the write_row() operation with the value of the new auto- increment field. The field must be updated when only one row has been inserted as mysql_insert() would ignore the thd->last_insert. This patch implements HA_STATUS_AUTO support in ha_federated::info() and ensures that ha_federated::write_row() does update the row's auto-increment value. The test case was written in C as the protocol's 'id' value is accessible through libmysqlclient and not via SQL statements. mysql-test-run.pl was extended to enable running the test binary.
* | Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maintmsvensson@pilot.blaudden2007-03-191-1/+1
|\ \ | |/ | | | | into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
| * Remove test/udf_test and test/udf_test.res, since udf's are nowadaysmsvensson@pilot.blaudden2007-03-151-1/+1
| | | | | | | | tested by mysql-test-run.pl
* | Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-311-1/+1
|\ \ | |/ | | | | into mysql.com:/home/kent/bk/main/mysql-5.1
| * my_strtoll10-x86.s:kent@mysql.com/kent-amd64.(none)2006-12-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrected spelling in copyright text Makefile.am: Don't update the files from BitKeeper Many files: Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header Adjusted year(s) in copyright header Many files: Added GPL copyright text Removed files: Docs/Support/colspec-fix.pl Docs/Support/docbook-fixup.pl Docs/Support/docbook-prefix.pl Docs/Support/docbook-split Docs/Support/make-docbook Docs/Support/make-makefile Docs/Support/test-make-manual Docs/Support/test-make-manual-de Docs/Support/xwf
* | Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-231-2/+2
|\ \ | |/ | | | | into mysql.com:/home/kent/bk/main/mysql-5.1
| * Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+2
| | | | | | | | Changed header to GPL version 2 only
* | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maintmsvensson@neptunus.(none)2006-11-131-11/+3
|\ \ | |/ | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
| * Bug#19817 error when try to compile PHP5.1 with mysql 5.0.21 static libsmsvensson@neptunus.(none)2006-11-131-11/+3
| | | | | | | | | | | | | | - Most likely caused by linking with libmysqlclient using gcc and not g++. - Removing our "yassl_dummy_link_fix" hacks so some test programs are linked with gcc - Remove build of non working test programs in vio
| * Merge shellback.(none):/home/msvensson/mysql/bug22139/my50-bug22139msvensson@shellback.(none)2006-09-151-6/+3
| |\ | | | | | | | | | into shellback.(none):/home/msvensson/mysql/mysql-5.0-maint
| * | make dist changes for Cmake buildgeorg@lmy002.wdf.sap.corp2006-09-011-1/+2
| | |
* | | Merge shellback.(none):/home/msvensson/mysql/bug22139/my50-bug22139msvensson@shellback.(none)2006-09-151-6/+3
|\ \ \ | | |/ | |/| | | | into shellback.(none):/home/msvensson/mysql/bug22139/my51-bug22139
| * | Bug#22139 undefined reference to `my_memmem' when compiling ↵msvensson@shellback.(none)2006-09-121-6/+3
| |/ | | | | | | | | | | tests/mysql_client_test - Build mysql_client_test from mysql_client_test.c and mysys/my_memmem.c
* | Merge chilla.local:/home/mydev/mysql-5.0-mmergeingo/mydev@chilla.local2006-07-201-0/+6
|\ \ | |/ | | | | into chilla.local:/home/mydev/mysql-5.1-amain
| * Makefile.am:kent@suse9-x86.mysql.com2006-07-031-0/+6
| | | | | | | | | | | | Avoid duplicate symbol errors on Netware mwldnlm, mwccnlm, mwasmnlm: Filter garbage characters from output
* | Mergekent@mysql.com2006-05-171-1/+8
|\ \
| * | mysql.spec.sh:kent@mysql.com2006-05-161-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed Berkeley DB configure.in: Adjusted Netware support basic.t.c: Change for Netware Makefile.am: Use thread safe libmysqlclient_r if it was built valgrind.supp: Hide report about strlen/_dl_init_paths ha_tina.cc: Temporarely disable CSV engine on Netware, as the engine depends on mmap() net_serv.cc: Include <sys/select.h> for Netware
* | | Rename cmakelists.txt -> CMakeLists.txtmsvensson@neptunus.(none)2006-05-121-1/+1
|/ /
* | Merge mysql.com:/home/dlenev/mysql-5.0-bg11081dlenev@mysql.com2006-05-021-1/+1
|\ \ | |/ | | | | into mysql.com:/home/dlenev/mysql-5.1-merges
| * Fix a bunch of non-Linux compile failures.knielsen@mysql.com2006-05-021-1/+1
| |
* | Merge zippy.(none):/home/cmiller/work/mysql/mysql-5.0__bug17667cmiller@zippy.(none)2006-05-021-1/+1
|\ \ | |/ | | | | into zippy.(none):/home/cmiller/work/mysql/mysql-5.1-new__bug17667
| * SECURITY FIXcmiller@zippy.(none)2006-05-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | Bug#17667: An attacker has the opportunity to bypass query logging. This adds a new, local-only printf format specifier to our *printf functions that allows us to print known-size buffers that must not be interpreted as NUL-terminated "strings." It uses this format-specifier to print to the log, thus fixing this problem.
* | Some changes to make it possible to build for Windows with CMake fromknielsen@mysql.com2006-03-241-1/+2
|/ | | | a normal 'make dist' source .tar.gz.
* Fix build using --without-server. (Bug #11680)jimw@mysql.com2005-08-231-2/+1
|
* Mergekent@mysql.com2005-07-061-1/+2
|\
| * Makefile.am:kent@mysql.com2005-07-051-1/+2
| | | | | | | | | | Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir
* | WL#2286 - Compile MySQL w/YASSL supportsvoj@mysql.com2005-06-121-1/+8
| | | | | | | | Fix for link failures on boxes with non-gnu compiler.
* | Removed support for RAID, mit-threads, and MySQL FS (really, if someone ↵brian@zim.(none)2005-03-161-1/+1
| | | | | | | | wants this feature look at a web-dav hookup).
* | Makefile.am:bar@mysql.com2005-01-251-2/+2
| | | | | | | | after merge fix
* | Mergejimw@mysql.com2005-01-241-2/+2
|\ \ | |/
| * - renamed client_test -> mysql_client_testlenz@mysql.com2005-01-201-3/+3
| | | | | | | | | | | | | | - renamed the tests that use the embedded server (client_test -> mysql_client_test_embedded, mysqltest -> mysql_test_embedded and changed some Makefiles and scripts so they are installed in $bindir (required to be able to run the test suite against the embedded server)
* | merge with 4.1monty@mysql.com2004-10-291-1/+2
|\ \ | |/
| * Makefile.am, client_test.test, mysql-test-run.sh:kent@mysql.com2004-10-081-1/+2
| | | | | | | | To make client_test work as mysql-test-run test case, needs to install it
* | client_test.cc -> client_test.ckonstantin@mysql.com2004-08-031-1/+1
| |
* | Followup3: operator new and operator delete are defined in mysys.konstantin@mysql.com2004-08-031-2/+4
| | | | | | | | The fix makes client_test.cc compile with embedded library.
* | Port of cursors to be pushed into 5.0 tree:konstantin@mysql.com2004-08-031-1/+1
|/ | | | | | | - client side part is simple and may be considered stable - server side part now just joggles with THD state to save execution state and has no additional locking wisdom. Lot's of it are to be rewritten.
* - automatic dependency tracking for client_test enabledkonstantin@mysql.com2004-06-221-1/+0
|
* Fix to get thread_test to compilemonty@narttu.mysql.fi2003-05-151-0/+3
|
* Remove warning from automakemonty@narttu.mysql.fi2003-05-151-2/+1
|
* Removed some not used filesmonty@narttu.mysql.fi2003-04-221-0/+7
| | | | | Remove the 'fs' file systems as this is not maintained. Moved programs from client to tests
* removed redundant -I include-dirsserg@serg.mysql.com2002-11-261-3/+1
|
* Merge with 4.0monty@mashka.mysql.fi2002-11-211-1/+1
|\
| * Extended WEEK() to be able to handle ISO weeks.monty@mashka.mysql.fi2002-11-121-1/+1
| | | | | | | | | | unlink socket file if mysqld dies on startup Some optimization of AND expressions
* | client_test.c:venu@myvenu.com2002-06-131-1/+14
|/ | | | | | new file 'C' Test case for all prototype changes - Assert based which covers all most all scenarios
* Removed deleted testsmonty@donna.mysql.fi2001-04-021-1/+1
|
* Updated benchmark and results for PostgreSQL 7.0.2monty@donna.mysql.com2000-08-181-0/+3
| | | | | Added more status to the MyISAM files to avoid checking files that has already been checked.
* Import changesetbk@work.mysql.com2000-07-311-0/+27