truncate must not be run under RSU method

Bug #1048025 reported by Seppo Jaakola
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MySQL patches by Codership
New
Wishlist
Unassigned

Bug Description

Truncate command is treated as DDL and processed either as total order isolation (TOI) or rolling schema upgrade (RSU). However RSU method is not safe for truncate as it would lead to inconsistency between nodes.

Suggested fix is to force always TOI method for truncate command regardless of wsrep_osu_method setting.

Changed in codership-mysql:
importance: Undecided → Wishlist
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.