An error occurred fetching the project authors.
- 22 Sep, 2006 1 commit
-
-
georg@lmy002.wdf.sap.corp authored
-
- 21 Sep, 2006 1 commit
-
-
georg@lmy002.wdf.sap.corp authored
-
- 07 Sep, 2006 1 commit
-
-
brian@zim.(none) authored
-
- 01 Sep, 2006 1 commit
-
-
georg@lmy002.wdf.sap.corp authored
-
- 20 Aug, 2006 1 commit
-
-
brian@zim.(none) authored
This changeset moves the ha_myisam files to their storage directories. It also includes updates for all engines include patch for windows builds.
-
- 19 Aug, 2006 4 commits
-
-
brian@zim.(none) authored
-
brian@zim.(none) authored
-
brian@zim.(none) authored
Major changes are plug.in files created for almost all storage engines. A few stray BDB references removed.
-
malff/marcsql@weblab.(none) authored
Corrected build issues : the build can not be conditional. to keep a unique source .tar.gz distribution.
-
- 17 Aug, 2006 2 commits
-
-
malff/marcsql@weblab.(none) authored
Changed the automake build process : - ./configure.in - ./sql/Makefile.am to compile an instrumented parser for debug=yes or debug=full builds Changed the (primary) runtime invocation of the parser : - sql/sql_parse.cc to generate bison traces in stderr when the DBUG "parser_debug" flag is set.
-
andrey@example.com authored
Post-review fixes. Mostly whitespace, int-to-bool return value, fixed comments
-
- 11 Aug, 2006 1 commit
-
-
baker/brian@zim.(none) authored
-
- 10 Aug, 2006 2 commits
-
-
brian@zim.(none) authored
This is the second patch for bdb removeal. This takes care of all options and variables that rely on bdb.
-
brian@zim.(none) authored
-
- 29 Jul, 2006 1 commit
-
-
Converted "udf_example.cc" to C, avoids C++ runtime lib dependency (bug#21336)
-
- 13 Jul, 2006 1 commit
-
-
andrey@lmy004. authored
-
- 12 Jul, 2006 1 commit
-
-
andrey@lmy004. authored
event_scheduler_ng.cc/h is no more
-
- 04 Jul, 2006 2 commits
-
-
andrey@lmy004. authored
Cut Nr. 8. All tests pass. Separated Event_scheduler into Event_queue and Event_scheduler. Added new Event_scheduler_ng which is the new scheduler and is used system-wide. Will be moved to the event_scheduler.cc in the future. Using Event_timed in Event_queue as well as cloned during execution. Next step is to have Event_worker_data which will be used during execution and will take ::compile()/::execute() out of Event_timed.
-
bar@mysql.com authored
(implemented by by Josh Chamas)
-
- 27 Jun, 2006 2 commits
-
-
andrey@lmy004. authored
5th cut, moved DB related code to Event_db_repository and updated accordingly the remanining code. Moved change/restore_security_context() to class THD Removed events_priv.h Next step is to reorganize create/update_event() and parsing for them. But probably some other refactoring could be done in the meanwhile. The changes so far pass the test suite.
-
andrey@lmy004. authored
Infrastructure built. Added the foreseen files and change Makefile.am/CMakeLists.txt accordingly.
-
- 21 Jun, 2006 1 commit
-
-
andrey@lmy004. authored
-
- 08 Jun, 2006 1 commit
-
-
andrey@lmy004. authored
Unify method naming -> create/update/drop_event Move class Event_timed to event_timed.h class Events is in events.h (renamed from event.h) The implementation is in events.cc (renamed from event.h)
-
- 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.
-
- 30 May, 2006 1 commit
-
-
serg@sergbook.mysql.com authored
sql/discover.cc: close(-1) bug sql/slave.cc: DBUG_ENTER/RETURN tags ha_archive.cc: double-close bug
-
- 24 May, 2006 1 commit
-
-
knielsen@mysql.com authored
-
- 22 May, 2006 1 commit
-
-
andrey@lmy004. authored
- Scheduler is either initialized at server start or never. Starting & stopping is now suspending & resuming. - The scheduler has clear OO interface - Now all calls to the scheduler are synchronous - GLOBAL event_scheduler uses thd::sys_var_tmp (see set_var.cc) - External API is encapsulated into class Events - Includes fixes for all comments of Kostja's review of 19.05.2005 Starting to merge into 5.1-release (5.1.10) and push
-
- 12 May, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 03 May, 2006 1 commit
-
-
mats@mysql.com authored
Extended replication to allow extra columns added last on slave as compared with table on master.
-
- 29 Apr, 2006 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 13 Apr, 2006 1 commit
-
-
acurtis@xiphis.org authored
" Configure support for server plugins "
-
- 28 Mar, 2006 1 commit
-
-
brian@zim.(none) authored
There still may be issues on the Window's side from what I can see from doing a grep.
-
- 24 Mar, 2006 1 commit
-
-
knielsen@mysql.com authored
a normal 'make dist' source .tar.gz.
-
- 10 Mar, 2006 2 commits
-
-
msvensson@neptunus.(none) authored
Remove STANDARD define when compile udf_example.so
-
msvensson@devsrv-b.mysql.com authored
- Update of test toolsand Makefiles to make it possible to test always test udf's as part of the mysql test suite
-
- 21 Feb, 2006 1 commit
-
-
reggie@linux.site authored
-
- 16 Feb, 2006 2 commits
-
-
reggie@big_geek. authored
cleaned up some files from the partition code move
-
reggie@big_geek. authored
Also, moved some of the code out of handler.h and into partition specific files for better separation. Also, moved some of the C funcs into partition_info as formal C++ methods
-
- 20 Jan, 2006 1 commit
-
-
serg@serg.mylan authored
-