Skip to content

Conversation

grooverdan
Copy link

Patch removes copy(ied)_files

To reproduce:
$ env | grep MTR
MTR_PARALLEL=50
MTR_MEM=1
MTR_PARALLEL_MAX=160
$ (cd mysql-test; ./mtr --force --max-test-fail=40 --repeat=10 --suite=binlog)

...
binlog.log_builtin_as_identified_by_password 'mix' w42 [ pass ] 934
binlog.binlog_database 'row' w37 [ pass ] 612
binlog.log_builtin_as_identified_by_password 'row' w9 [ pass ] 671
binlog.binlog_max_extension 'stmt' w5 [ pass ] 4158
binlog.binlog_user_if_exists 'row' w17 [ pass ] 858
binlog.binlog_gtid_next_xa 'stmt' w46 [ pass ] 2075
binlog.binlog_grant_alter_user 'stmt' w4 [ pass ] 1249
binlog.binlog_grant_alter_user 'mix' w2 [ pass ] 1120
binlog.binlog_database 'stmt' w41 [ pass ] 1108
binlog.binlog_mysqlbinlog_start_stop 'stmt' w48 [ pass ] 3682
binlog.binlog_bug36391 'mix' w20 [ retry-fail ]
Test ended at 2016-03-24 14:54:38

CURRENT_TEST: binlog.binlog_bug36391
mysqltest: At line 26: command "copy_file" failed with error 1. my_errno=17

$ extra/perror 17
OS error code 17: File exists

Patch removed copy(ied)_files

To reproduce:
$ env | grep MTR
MTR_PARALLEL=50
MTR_MEM=1
MTR_PARALLEL_MAX=160
$ (cd mysql-test; ./mtr --force --max-test-fail=40 --repeat=10 --suite=binlog)

...
binlog.log_builtin_as_identified_by_password 'mix' w42 [ pass ]    934
binlog.binlog_database 'row'             w37 [ pass ]    612
binlog.log_builtin_as_identified_by_password 'row' w9 [ pass ]    671
binlog.binlog_max_extension 'stmt'       w5 [ pass ]   4158
binlog.binlog_user_if_exists 'row'       w17 [ pass ]    858
binlog.binlog_gtid_next_xa 'stmt'        w46 [ pass ]   2075
binlog.binlog_grant_alter_user 'stmt'    w4 [ pass ]   1249
binlog.binlog_grant_alter_user 'mix'     w2 [ pass ]   1120
binlog.binlog_database 'stmt'            w41 [ pass ]   1108
binlog.binlog_mysqlbinlog_start_stop 'stmt' w48 [ pass ]   3682
binlog.binlog_bug36391 'mix'             w20 [ retry-fail ]
        Test ended at 2016-03-24 14:54:38

CURRENT_TEST: binlog.binlog_bug36391
mysqltest: At line 26: command "copy_file" failed with error 1. my_errno=17

$ extra/perror 17
OS error code  17:  File exists
@mysql-oca-bot
Copy link

Hi, thank you for your contribution. Please confirm this code is submitted under the terms of the OCA (Oracle's Contribution Agreement) you have previously signed by cutting and pasting the following text as a comment:
"I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it."
Thanks

@grooverdan
Copy link
Author

I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.

@mysql-oca-bot
Copy link

Hi, thank you for your contribution. Your code has been assigned to an internal queue. Please follow
bug http://bugs.mysql.com/bug.php?id=80881 for updates.
Thanks

vmg pushed a commit to planetscale/mysql-server that referenced this pull request Nov 21, 2023
New variable and behavior: fast_analyze_table for, well, faster `ANALYZE TABLE`.
hustjieke pushed a commit to hustjieke/mysql-server that referenced this pull request Sep 4, 2024
to support in-memory column store.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants