MDEV-31244 Assertion "not SELECT" in vers_set_hist_part()
The assertion was to make sure we don't do vers_set_hist_part() for SELECT (or any non-DML). But actually we must do it if SELECT calls some function that does DML. Patch moves the assertion to non-routines only.
Showing
Please register or sign in to comment