| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|\
| |
| |
| | |
into bk-internal.mysql.com:/data0/bk/mysql-5.1-kt
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- 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
|
|\ \ \
| |/ /
| | |
| | | |
into bk-internal.mysql.com:/data0/bk/mysql-5.1-kt
|
| | |
| | |
| | |
| | |
| | | |
Specify yaSSL .a file, not .la (bug#19966)
Don't use Mac OS X "__.SYMDEF SORTED" file in archives
|
|\ \ \
| |/ /
|/| |
| | | |
into bk-internal.mysql.com:/data0/bk/mysql-5.1-kt
|
| | | |
|
|\ \ \
| |/ /
|/| /
| |/ |
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
|
| | |
|
| |
| |
| |
| | |
shell "if".
|
| |
| |
| |
| |
| |
| | |
"$sqlstoragesources",
shell "for" loops without values to loop over cause syntax errors.
|
|/
|
|
|
|
| |
mixed case filenames since this seems to be required with Cmake 2.4 beta 1.
This is being pushed to a private tree and tested before being sent to the mainline.
|
|\
| |
| |
| | |
into xiphis.org:/home/antony/work2/wl3201.merge
|
| |
| |
| |
| | |
" Configure support for server plugins "
|
| |
| |
| |
| |
| |
| | |
(Problem with embedded server and ndb)
Fix broken mysql-test-run.sh
Removed memory leak in ha_example.cc
|
|\ \ |
|
| | | |
|
| |/
|/| |
|
|\ \
| | |
| | |
| | | |
into shellback.:C:/mysql/my51-bug17368
|
| |/ |
|
|\ \
| | |
| | |
| | | |
into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
|
| |\ \
| | |/
| |/|
| | | |
into mysql.com:/Users/kent/mysql/bk/mysql-5.1-release
|
| | |
| | |
| | |
| | | |
Strip ending ".libs/" in search path for objects
|
|/ / |
|
| |
| |
| |
| | |
After merge correction
|
| | |
|
| | |
|
|/
|
|
| |
a normal 'make dist' source .tar.gz.
|
|\ |
|
| | |
|
| |
| |
| |
| | |
(Needed for "list of pushes" web page and autopush)
|
| | |
|
| |
| |
| |
| | |
THis patch goes along with 1.2098.23.1 to form the complete patch
|
| | |
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
Now it supports queries returning several results
(particularly important with the SP)
|
|\ \ \
| | |/
| |/|
| | |
| | | |
Merge mysql.com:/home/alik/MySQL/devel/5.0-bug15110
into mysql.com:/home/alik/MySQL/devel/5.1-bug15110
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | | |
|
| | |
| | |
| | |
| | | |
after my push of WL#1034 (Internal CRON) into 5.1
|
|\ \ \ |
|
| | |/
| |/| |
|
|\ \ \
| |/ /
|/| |
| | | |
merge before push
|
| | |
| | |
| | |
| | | |
make compile-pentium-debug-max work
|
| |\ \
| | | |
| | | |
| | | | |
into lmy004.:/work/mysql-5.1-tt-copy-works
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
into zim.(none):/home/brian/mysql/archive-5.1
|