1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-10 23:02:54 +03:00
Commit Graph

3 Commits

Author SHA1 Message Date
Fariha Shaikh
67d2d73d1f MDEV-36385 Fix slave_parallel_threads_basic test in view-protocol mode
Add explicit column aliases to SELECT statements in
slave_parallel_threads_basic to ensure consistent column names across
both normal and view-protocol modes.

The test sys_vars.slave_parallel_threads_basic.test was failing in
view-protocol mode due to different column naming behavior.

Without an explicit column alias, view-protocol mode generates an
automatic name (Name_exp_1) while normal mode uses the full expression
as the column name.

All new code of the whole pull request, including one or several files
that are either new files or modified ones, are contributed under the
BSD-new license. I am contributing on behalf of my employer Amazon Web
Services, Inc.
2025-08-01 09:10:56 +10:00
Kristian Nielsen
ed04c40b01 MDEV-5289: master server starts slave parallel threads
Delay spawning parallel replication worker threads until a slave SQL
thread is running, and de-spawn them when the last SQL thread stops.

This is especially useful to avoid needless threads on a master in a
setup where same my.cnf is used on masters and slaves.
2015-03-11 09:18:16 +01:00
unknown
6d5f237e09 MDEV-4506: Parallel replication: Intermediate commit.
Fix a number of failures in the test suite.
2013-07-09 13:15:53 +02:00