Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge shellback.(none):/home/msvensson/mysql/bug22139/my50-bug22139 | msvensson@shellback.(none) | 2006-09-15 | 1 | -6/+3 |
|\ | | | | | | | into shellback.(none):/home/msvensson/mysql/mysql-5.0-maint | ||||
| * | Bug#22139 undefined reference to `my_memmem' when compiling ↵ | msvensson@shellback.(none) | 2006-09-12 | 1 | -6/+3 |
| | | | | | | | | | | | | tests/mysql_client_test - Build mysql_client_test from mysql_client_test.c and mysys/my_memmem.c | ||||
* | | make dist changes for Cmake build | georg@lmy002.wdf.sap.corp | 2006-09-01 | 1 | -1/+2 |
|/ | |||||
* | Makefile.am: | kent@suse9-x86.mysql.com | 2006-07-03 | 1 | -0/+6 |
| | | | | | | Avoid duplicate symbol errors on Netware mwldnlm, mwccnlm, mwasmnlm: Filter garbage characters from output | ||||
* | Fix a bunch of non-Linux compile failures. | knielsen@mysql.com | 2006-05-02 | 1 | -1/+1 |
| | |||||
* | SECURITY FIX | cmiller@zippy.(none) | 2006-05-01 | 1 | -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. | ||||
* | Fix build using --without-server. (Bug #11680) | jimw@mysql.com | 2005-08-23 | 1 | -2/+1 |
| | |||||
* | Merge | kent@mysql.com | 2005-07-06 | 1 | -1/+2 |
|\ | |||||
| * | Makefile.am: | kent@mysql.com | 2005-07-05 | 1 | -1/+2 |
| | | | | | | | | | | Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir | ||||
* | | WL#2286 - Compile MySQL w/YASSL support | svoj@mysql.com | 2005-06-12 | 1 | -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-16 | 1 | -1/+1 |
| | | | | | | | | wants this feature look at a web-dav hookup). | ||||
* | | Makefile.am: | bar@mysql.com | 2005-01-25 | 1 | -2/+2 |
| | | | | | | | | after merge fix | ||||
* | | Merge | jimw@mysql.com | 2005-01-24 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | - renamed client_test -> mysql_client_test | lenz@mysql.com | 2005-01-20 | 1 | -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.1 | monty@mysql.com | 2004-10-29 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Makefile.am, client_test.test, mysql-test-run.sh: | kent@mysql.com | 2004-10-08 | 1 | -1/+2 |
| | | | | | | | | To make client_test work as mysql-test-run test case, needs to install it | ||||
* | | client_test.cc -> client_test.c | konstantin@mysql.com | 2004-08-03 | 1 | -1/+1 |
| | | |||||
* | | Followup3: operator new and operator delete are defined in mysys. | konstantin@mysql.com | 2004-08-03 | 1 | -2/+4 |
| | | | | | | | | The fix makes client_test.cc compile with embedded library. | ||||
* | | Port of cursors to be pushed into 5.0 tree: | konstantin@mysql.com | 2004-08-03 | 1 | -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 enabled | konstantin@mysql.com | 2004-06-22 | 1 | -1/+0 |
| | |||||
* | Fix to get thread_test to compile | monty@narttu.mysql.fi | 2003-05-15 | 1 | -0/+3 |
| | |||||
* | Remove warning from automake | monty@narttu.mysql.fi | 2003-05-15 | 1 | -2/+1 |
| | |||||
* | Removed some not used files | monty@narttu.mysql.fi | 2003-04-22 | 1 | -0/+7 |
| | | | | | Remove the 'fs' file systems as this is not maintained. Moved programs from client to tests | ||||
* | removed redundant -I include-dirs | serg@serg.mysql.com | 2002-11-26 | 1 | -3/+1 |
| | |||||
* | Merge with 4.0 | monty@mashka.mysql.fi | 2002-11-21 | 1 | -1/+1 |
|\ | |||||
| * | Extended WEEK() to be able to handle ISO weeks. | monty@mashka.mysql.fi | 2002-11-12 | 1 | -1/+1 |
| | | | | | | | | | | unlink socket file if mysqld dies on startup Some optimization of AND expressions | ||||
* | | client_test.c: | venu@myvenu.com | 2002-06-13 | 1 | -1/+14 |
|/ | | | | | | new file 'C' Test case for all prototype changes - Assert based which covers all most all scenarios | ||||
* | Removed deleted tests | monty@donna.mysql.fi | 2001-04-02 | 1 | -1/+1 |
| | |||||
* | Updated benchmark and results for PostgreSQL 7.0.2 | monty@donna.mysql.com | 2000-08-18 | 1 | -0/+3 |
| | | | | | Added more status to the MyISAM files to avoid checking files that has already been checked. | ||||
* | Import changeset | bk@work.mysql.com | 2000-07-31 | 1 | -0/+27 |