| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
into mysql.com:/home/my/mysql-5.1
|
| |
| |
| |
| |
| |
| |
| | |
(Mostly in DBUG_PRINT() and unused arguments)
Fixed bug in query cache when used with traceing (--with-debug)
Fixed memory leak in mysqldump
Removed warnings from mysqltest scripts (replaced -- with #)
|
| |
| |
| |
| |
| | |
Revert 1 June change enough to restore ABI compatibility with previous
versions.
|
| |
| |
| |
| |
| | |
Revert 1 June change enough to restore ABI compatibility with previous
versions.
|
| | |
|
| |
| |
| |
| | |
Quote variable in "for"-loop head, in case it can be empty.
|
| |
| |
| |
| |
| |
| |
| | |
Problem is that some files moved to storage/*/ still are dependent
on sql/ code (usually use members of THD structure)
that can get different being compiled with another #define-s
Code added to recompile these for the embedded server
|
|\ \
| | |
| | |
| | | |
into mockturtle.local:/home/dlenev/src/mysql-5.1-rt-merge
|
| |\ \
| | | |
| | | |
| | | | |
into bk-internal.mysql.com:/data0/bk/mysql-5.1-wl3337
|
| | |\ \
| | | | |
| | | | |
| | | | | |
into example.com:/work/mysql-5.1-runtime-wl3337
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Infrastructure built. Added the foreseen files and change Makefile.am/CMakeLists.txt
accordingly.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
into bk-internal.mysql.com:/data0/bk/mysql-5.1-kt
|
| |/ / / / |
|
|\ \ \ \ \
| |/ / / /
|/| | | /
| | |_|/
| |/| | |
into production.mysql.com:/usersnfs/rburnett/mysql-5.1
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
into zim.(none):/home/brian/mysql/arch-5.1
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
also includes updates for all engines include patch for windows builds.
|
| | | | | |
|
| | | | | |
|
|/ / / /
| | | |
| | | |
| | | |
| | | | |
Deleted config/ac-macros/ha_berkeley.m4
Removed more referenses to bdb
|
| | | |
| | | |
| | | |
| | | | |
reference to BDB.
|
| | | | |
|
| |/ /
|/| | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
into govinda.patg.net:/home/patg/mysql-build/mysql-5.1-5.0-merge2
Push by holyfoot@production.mysql.com on Tue Jul 25 13:41:40 2006:
bk clone -l -r'holyfoot/hf@mysql.com/deer.(none)|ChangeSet|20060725085017|41021' mysql-5.0 tmp_merge
|
| |\ \
| | | |
| | | |
| | | | |
into mysql.com:/home/hf/work/mysql-5.0.mrg
|
| | |\ \
| | | | |
| | | | |
| | | | | |
into mysql.com:/home/hf/work/mysql-4.1.19983
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | | |
into rama.(none):/home/jimw/my/mysql-5.1-clean
|
| | | | | |
|
| |\ \ \ \
| | |/ / /
| | | | |
| | | | | |
into mysql.com:/home/hf/work/mysql-5.0.mrg
|
| | |\ \ \
| | | | | |
| | | | | |
| | | | | | |
into mysql.com:/home/hf/work/mysql-4.1.16017
|
| | | |/ /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
There actually was 3 different problems -
hash_user_connections wasn't cleaned
one strdupped database name wasn't freed
and stmt->mem_root wasn't cleaned as it was
replased with mysql->field_alloc for result
For the last one - i made the library using stmt's
fields to store result if it's the case.
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | | |
into bodhi.local:/opt/local/work/mysql-5.1-runtime-merge
|
| |\ \ \ \
| | |/ / /
| | | | |
| | | | | |
into bodhi.local:/opt/local/work/mysql-5.0-runtime-merge-41
|
| | | | |
| | | | |
| | | | |
| | | | | |
(implemented by by Josh Chamas)
|
| |\ \ \ \
| | |/ / / |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
catch that.
Stale CMakeLists.txt
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | | |
into chilla.local:/home/mydev/mysql-5.1-ateam
|
| |\ \ \ \
| | |/ / /
| |/| / /
| | |/ / |
into mysql.com:/home/mydev/mysql-5.0-ateam
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
there was two problems about charsets in embedded server
1. mysys/charset.c - defined there default_charset_info variable is
modified by both server and client code (particularly when
--default-charset option is handled)
In embedded server we get two codelines modifying one variable.
I created separate default_client_charset_info for client code
2. mysql->charset and mysql->options.charset initialization isn't
properly done for embedded server - necessary calls added
|
| | |
| | |
| | |
| | | |
into mysql.com:/home/mydev/mysql-4.1-bug5390
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- 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.
|
| | |
| | |
| | |
| | |
| | | |
- Add function mysql_get_ssl_cipher
- Use function mysql_get_ssl_cipher from mysql
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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)
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| |\ \ \ |
|