Merge MDEV-4506: Parallel replication into 10.0-base.

This commit is contained in:
unknown 2013-11-01 09:17:06 +01:00
commit cb86ce60b9
64 changed files with 4464 additions and 1176 deletions

View file

@ -6574,3 +6574,7 @@ ER_CANNOT_GRANT_ROLE
ER_CANNOT_REVOKE_ROLE
eng "Cannot revoke role '%s' from: %s."
rum "Rolul '%s' nu poate fi revocat de la: %s."
ER_CHANGE_SLAVE_PARALLEL_THREADS_ACTIVE
eng "Cannot change @@slave_parallel_threads while another change is in progress"
ER_PRIOR_COMMIT_FAILED
eng "Commit failed due to failure of an earlier commit on which this one depends"