| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
into polly.local:/home/kaa/src/maint/bug22364/my51-bug22364
|
| |
| |
| |
| |
| |
| |
| |
| | |
In multi_update::send_data(), the counter of matched rows was not correctly incremented, when during insertion of a new row to a temporay table it had to be converted from HEAP to MyISAM.
This fix changes the logic to increment the counter of matched rows in the following cases:
1. If the error returned from write_row() is zero.
2. If the error returned from write_row() is non-zero, is neither HA_ERR_FOUND_DUPP_KEY nor HA_ERR_FOUND_DUPP_UNIQUE, and a call to create_myisam_from_heap() succeeds.
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | | |
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
|
| | | |
|
|\ \ \
| |/ /
|/| /
| |/ |
into recycle.(none):/src/bug23491_ii/my51-bug23491_ii
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | | |
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
|
| |\ \
| | |/
| | |
| | | |
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
|
| | |\
| | | |
| | | |
| | | | |
into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
|
| | | | |
|
| | | |\
| | | | |
| | | | |
| | | | | |
into pilot.blaudden:/home/msvensson/mysql/mysql-4.1-maint
|
| | | | | |
|
| |\ \ \ \
| | |/ / /
| | | | |
| | | | | |
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Remove the setting of --local-load parameter for mysqlbinlog and leave that to the testcases
to decide what params to use.
|
| |\ \ \ \
| | |/ / /
| | | | |
| | | | | |
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
|
| | | | | |
|
| |\ \ \ \
| | |/ / /
| | | | |
| | | | | |
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Add --local-load option to avoidthat the load data file requested
by mysqlbinlog end up in local var/tmp dir and not in system global
tmpdir
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Read the pid from pidfile in order to be able to kill the real process
instead of the pseudo process. Most platforms will have the same real_pid
as pid
- Kill using the real pid
|
| | |\ \ \
| | | | | |
| | | | | |
| | | | | | |
into recycle.(none):/src/bug23491/my50-bug23491
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
|
| | | | | | | |
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | |/ / / / /
| |/| | | | |
| | | | | | | |
into recycle.(none):/src/bug23491/my51-bug23491
|
| | |\ \ \ \ \
| | | | |/ / /
| | | |/| | |
| | | | | | | |
into recycle.(none):/src/bug23491/my51-bug23491
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- mysqldump executes a SHOW CREATE VIEW statement to generate the text
that it outputs. When the function name is retrieved it's database
name is unconditionally prepended. This change causes the function's
database name to be prepended only when it was used to define the
function.
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
- Add MASTER_SSL_VERIFY_SERVER_CERT option to CHANGE MASTER TO
- Add Master_Ssl_Serify_Server_Cert to SHOW SLAVE STATUS
- Save and restore ssl_verify_server_cert to master info file
setting it to disabled as default.
|
| |\ \ \ \ \ \ \
| | | |_|_|/ / /
| | |/| | | | |
| | | | | | | | |
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
|
| | | | | | | | |
|
| | |\ \ \ \ \ \
| | | | |_|_|/ /
| | | |/| | | |
| | | | | | | | |
into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
"replicate-ignore-table"
- GRANT and REVOKE statments didn't have the "updating" flag set and
thus statements with a table specified would not replicate if
slave filtering rules where turned on.
For example "GRANT ... ON test.t1 TO ..." would not replicate.
|
| |\ \ \ \ \ \ \
| | |/ / / / / /
| | | | | | | |
| | | | | | | | |
into quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/51
|
| | |\ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
into quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/50
|
| | |\ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
into mysql.com:/home/ram/work/b21976/my50-b21976
|
| | | |\ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
into mysql.com:/home/ram/work/b21976/my50-b21976
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
post-merge test result fixup
|
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
into quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/51
|
| | |\ \ \ \ \ \ \ \ \ \
| | | | |_|_|/ / / / / /
| | | |/| | | | | | | |
| | | | | | | | | | | | |
into quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/51
|
| | | |\ \ \ \ \ \ \ \ \
| | | | | |_|_|_|_|_|_|/
| | | | |/| | | | | | |
| | | | | | | | | | | | |
into quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/50
|
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
Thanks to Martin Friebe for finding and submitting a fix for this bug!
A table with maximum number of key segments and maximum length key name
would have a corrupted .frm file, due to an incorrect calculation of the
complete key length. Now the key length is computed correctly (I hope) :-)
MyISAM would reject a table with the maximum number of keys and the maximum
number of key segments in all keys. It would allow one less than this total
maximum. Now MyISAM accepts a table defined with the maximum. (This is a
very minor issue.)
|
| | | | |\ \ \ \ \ \ \ \
| | | | | |_|_|_|/ / / /
| | | | |/| | | | | | |
| | | | | | | | | | | | |
into mysql.com:/home/ram/work/b25301/b25301.4.1
|
| | | |\ \ \ \ \ \ \ \ \
| | | | |_|_|/ / / / / /
| | | |/| | | | | | | |
| | | | | | | | | | | | |
into quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/50
|
| | | |\ \ \ \ \ \ \ \ \
| | | | | |_|_|/ / / / /
| | | | |/| | | | | | |
| | | | | | | | | | | | |
into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
|