Re: [Maria-developers] da5a72f32d4: MDEV-31033 ER_KEY_NOT_FOUND upon online COPY ALTER on a partitioned table

2023-05-09 Thread Sergei Golubchik
Hi, Nikita, On May 08, Nikita Malyavin wrote: > Sorry, the assertion should be > DBUG_ASSERT(table->file == this || dynamic_cast(table->file) > == NULL); > > Well, the tests seem passing after adding this assertion (and a similar one > for myisam): > https://github.com/MariaDB/server/commit/f221b

Re: [Maria-developers] START ALTER replication test cases

2023-05-09 Thread andrei . elkin
Howdy Kristian, > Hi Sachin, Andrei, > > I'm looking at test cases for START ALTER / Lag-free Alter on Slave. And I > happened to notice something in test case rpl.rpl_start_alter_bugs: > > --connection master > set global binlog_alter_two_phase=true; > # ... > ALTER TABLE t1 DROP PRIMARY