An error occurred fetching the project authors.
- 27 Mar, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
- Move the link_sources command from top level Makefile into each subdir that need to link files
-
- 31 Dec, 2006 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
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
-
- 23 Dec, 2006 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
Changed header to GPL version 2 only
-
- 23 Nov, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 13 Nov, 2006 4 commits
-
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
- 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
-
guilhem@gbichot3.local authored
in Makefile.am.
-
msvensson@neptunus.(none) authored
- Cleanup the Makefile for client - Don't link mysqltest with mysys as it's been compiled with different flags.
-
- 03 Oct, 2006 2 commits
-
-
msvensson@shellback.(none) authored
-
msvensson@shellback.(none) authored
- ie. backport from 5.1 - also update testcase error dected by new version
-
- 13 Sep, 2006 1 commit
-
-
tsmith/tim@siva.hindu.god authored
- Remove extra EXTRA_DIST from several Makefile.ams - Add dummy primary key to test table in loaddata_autocom.inc
-
- 01 Sep, 2006 1 commit
-
-
georg@lmy002.wdf.sap.corp authored
-
- 30 Jul, 2006 1 commit
-
-
msvensson@shellback.(none) authored
-
- 24 Jul, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
- Add printout in write_footer to tell that mysqldump has completed. Ex: -- Dump completed 2006-07-24 8:55:05
-
- 06 Jun, 2006 1 commit
-
-
monty@mysql.com authored
Add define YASSL_PREFIX when compiling yassl Import patch from yaSSL - avoid allocating memory for each call to 'EVP_md5' and 'EVP_des_ede3_cbc' which were not released until server was stopped - Those functions are used from the SQL function 'des_encrypt' and 'des_decrypt'. Add new define YASSL_PREFIX beforee including ssl.h to activate inclusion of prefix_*.h files Bug#20022 mysql-test-run can't be run with secure connections turned on for all testcases - Part 1, fixes rpl- and federated-tests where connection is made to 127.0.0.1 - 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. Bug#18235: assertion/crash when windows mysqld is ended with ctrl-c Two threads both try a shutdown sequence which creates a race to the de-init/free of certain resources. This exists in similar form in the client as 17926: "mysql.exe crashes when ctrl-c is pressed in windows." Update after merge to 5.0 BUG#18669: Session COM_STATISTICS breaks mysqladmin status. Changed COM_STATISTICS to display the global status, instead of thead status, for slow queries and table opens. - In function 'handle_grant_struct' when searching the memory structures for an entry to modify, convert all entries here host.hostname is NULL to "" and compare that with the host passed in argument "user_from". - A user created with hostname "" is stored in "mysql.user" table as host="" but when loaded into memory it'll be stored as host.hostname NULL. Specifiying "" as hostname means that "any host" can connect. Thus is's correct to turn on allow_all_hosts when such a user is found. - Review and fix other places where host.hostname may be NULL. BUG#19394 OPT_INNODB_THREAD_CONCURRENCY duplicated Removed duplication (not a user-visible change)
-
- 31 May, 2006 1 commit
-
-
msvensson@shellback.(none) authored
- 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.
-
- 28 May, 2006 1 commit
-
-
serg@serg.mylan authored
mysql_parse() and mysql_add_word() now take a MYSQL_FTPARSER_PARAM*, not a mysql_ftparam.
-
- 12 May, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 28 Apr, 2006 1 commit
-
-
holyfoot@deer.(none) authored
pushed in 5.0
-
- 12 Apr, 2006 1 commit
-
-
jimw@mysql.com authored
and various stuff in Docs/. Also move the certificates used for testing into mysql-test/std_data from the top-level SSL directory (now gone).
-
- 24 Mar, 2006 1 commit
-
-
knielsen@mysql.com authored
a normal 'make dist' source .tar.gz.
-
- 18 Mar, 2006 1 commit
-
-
holyfoot@deer.(none) authored
-
- 24 Feb, 2006 1 commit
-
-
kent@mysql.com authored
Conditionally link with libmysqlclient.la or libmysqlclient_r.la configure.in: Corrected help text for --with-debug option Changed default to be with thread safe client Added THREAD_SAFE_CLIENT to be used in 'if' in make files
-
- 20 Feb, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 19 Feb, 2006 1 commit
-
-
brian@zim.tangent.org authored
Fixed some threading issues that Guilhem found (and its what I get for copy and pasting from elsewhere without thinking about it). Added depracted messages to BACKUP, RESTORE, and LOAD TABLE FROM MASTER (which doesn't work well).
-
- 18 Feb, 2006 1 commit
-
-
kent@mysql.com authored
Add an extra -lpthread before first -lc, to solve link problems when statically linking with glibc 2.2.5 make_win_src_distribution.sh: Added copying of the include/mysql directory
-
- 13 Feb, 2006 2 commits
-
-
brian@zim.tangent.org authored
-
brian@zim.tangent.org authored
Adding thread support for mysqlimport. You can now specify a number of threads to use and it will thread the loading of the database. Anyone who has had to go through the pain of loading the database will immediatly get the reason for this.
-
- 16 Jan, 2006 1 commit
-
-
SergeyV@selena. authored
makefile.am. Instead of adding lpthread directly it is added $CLIENT_THREAD_LIBS, which is evaluated during configure.
-
- 12 Jan, 2006 1 commit
-
-
brian@zim.tangent.org authored
-
- 10 Jan, 2006 1 commit
-
-
anozdrin@mysql.com authored
There are two main idea of this fix: - introduce a common function for server and client to split user value (<user name>@<host name>) into user name and host name parts; - dump DEFINER clause in correct format in mysqldump.
-
- 29 Dec, 2005 1 commit
-
-
brian@zim.(none) authored
Added option --lock-directory so that you can now syncronize several mysqlslap processes across several machines. Not perfect yet. Added --slave option if you are trying to syncronize around one server using the lock-directory option plus NFS. Added options to allow you to run several concurrency runs in one call. aka --concurrency="1, 8, 64, 128" Time collection is now done in a finer grain manner, and is linked to the sync call (doesn't count the cost of the blocked processes that are setup to run).
-
- 22 Dec, 2005 1 commit
-
-
lars@mysql.com authored
This includes both code and test cases.
-
- 30 Nov, 2005 1 commit
-
-
patg@krsna.patg.net authored
and modifications to mysql-test-run(.pl/.sh)
-
- 09 Nov, 2005 1 commit
-
-
kent@mysql.com authored
-
- 18 Oct, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Use yassl_includes and yassl_libs instead of openssl_includes and openssl_libs to avoid that mysql_config returns that libyassl and libtaocrypt are needed for linking.
-
- 24 Sep, 2005 1 commit
-
-
kent@mysql.com authored
Enable "make distcheck" to work
-
- 05 Jul, 2005 1 commit
-
-
kent@mysql.com authored
Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir
-
- 12 Jun, 2005 1 commit
-
-
svoj@mysql.com authored
Fix for link failures on boxes with non-gnu compiler.
-
- 30 Apr, 2005 1 commit
-
-
serg@serg.mylan authored
remove FIX_GCC_LINKING_PROBLEM and -DDEFINE_CXA_PURE_VIRTUAL replace echo in configure.in with AC_MSG_WARN/AC_MSG_ERROR don't set -DUSE_MYSYS_NEW for gcc 2.95 set $USE_MYSYS_NEW even if CXX is g++ yassl bugfixes instantiate all yassl templates explicitly
-