| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
into mysql.com:/home/kent/bk/mysql-5.0-merge
|
| |\
| | |
| | |
| | | |
into mysql.com:/home/kent/bk/mysql-5.0
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fix undefined behaviour.
Many files:
Reenabled build outside ource tree
|
|\ \ \
| | | |
| | | |
| | | | |
into dl145s.mysql.com:/data0/bk/team_tree_merge/MERGE/mysql-5.0-opt
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
(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 #)
|
|\ \ \
| |/ /
|/| |
| | | |
into mysql.com:/home/hf/work/mysql-5.0-mrg
|
| |/
| |
| |
| |
| |
| | |
the incompatibility was caused by current_stmt member added to the MYSQL
structure.
It's possible to move it to THD structure instead which saves ABI
|
| |
| |
| |
| |
| | |
Revert 1 June change enough to restore ABI compatibility with previous
versions.
|
| | |
|
|\ \
| |/
| |
| | |
into mysql.com:/home/hf/work/mysql-5.0.mrg
|
| |\
| | |
| | |
| | | |
into mysql.com:/home/hf/work/mysql-4.1.19983
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
| | |
| | | |
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.0-runtime-merge-41
|
| | |
| | |
| | |
| | | |
(implemented by by Josh Chamas)
|
|\ \ \
| |/ / |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
| |
| |
| |
| | |
(Needed for "list of pushes" web page and autopush)
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| | |
- Use libtool to build libraries
|
|\ \
| |/ |
|
| |\
| | |
| | |
| | | |
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-distcheck
|
| | |
| | |
| | |
| | | |
Enable "make distcheck" to work
|
|\ \ \
| | | |
| | | |
| | | | |
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- Remove yassl_libsfrom CLIENT_LIBS var
- Add yassl_libs to libmysql and libmysqld
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- 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.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
--with-embedded-privilege-control options". One more (hopefully last) build
failure which was introduced during work on WL#2787 "Add view definer/owner
to the view definition..."
|
|\ \ \ \
| | |/ /
| |/| |
| | | | |
into mysql.com:/home/dlenev/src/mysql-5.0-merges
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
acl_init".
Updated calls to acl_init()/grant_init() in init_embedded_server() - their
signatures were changed recently, now they don't need argument for passing
pointer to THD object (this code was only compiled if one built embedded
server library with --with-embedded-privilege-control switch).
|
|\ \ \
| | | |
| | | |
| | | | |
into mysql.com:/opt/local/work/mysql-5.0-root
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
cursor is interpreted latin1 character and Bug#9819 "Cursors: Mysql Server
Crash while fetching from table with 5 million records."
A fix for a possible memory leak when fetching into an SP cursor
in a long loop.
The patch uses a common implementation of cursors in the binary protocol and
in stored procedures and implements materialized cursors.
For implementation details, see comments in sql_cursor.cc
|
| | | |
|
|/ / |
|
|\ \
| |/
| |
| | |
into deer.(none):/home/hf/work/mysql-5.0.clean
|
| | |
|
| |
| |
| |
| | |
get_defaults_file() -> get_defaults_options()
|
|\ \
| |/ |
|
| |
| |
| |
| |
| | |
Added -I$(top_builddir)/include for searching
generated header files, when builddir != srcdir
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
open cursor after mysql_stmt_execute" + post-review fixes.
The bug was caused by wrong flags in stmt->server_status on the client
side: if there was no cursor, the server didn't send server_status
flags to the client, and the old flags were used to set up the
fetch function of a statement. Consequently, stmt_read_row_from_cursor was
used when there was no cursor. The fix fixes the server to always
send server flags to the client.
|
| | |
|
|\ \
| | |
| | |
| | | |
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Added /FD flag, to avoid include file warnings
mysqlclient.dsp:
Removed duplicate entry for "strings/ctype-cp932.c"
Added missing "mysys/my_access.c"
libmysqld.dsp:
Added missing "mysys/charset.c"
libmysqld.def:
Added symbol 'get_charset_name'
|