Re: [Maria-developers] [Commits] 511bd2c: MDEV-10216: Assertion `strcmp(share->unique_file_name, filename) ||

2016-06-16 Thread Sergey Vojtovich
Hi Nirbhay, last_version of MyISAM is used for debugging only and has no functional effect. last_version of Aria has some functional effect. Effect of HA_EXTRA_PREPARE_FOR_RENAME for MyISAM is flush key blocks and reset last_version. Effect of HA_EXTRA_PREPARE_FOR_RENAME for Aria is more complex.

Re: [Maria-developers] [Commits] b21e7af: MDEV-9969 mysql_install_db error processing ignore_db_dirs.

2016-06-16 Thread Sergei Golubchik
Hi, Alexey! On Jun 16, Alexey Botchkov wrote: > revision-id: b21e7af20ed4e694376b6a2a246af9dd481d7bb0 > (mariadb-10.0.25-7-gb21e7af) > parent(s): 0e50b924820d365bcc1659eec2cad606f6887597 > committer: Alexey Botchkov > timestamp: 2016-06-16 13:41:45 +0400 > message: > > MDEV-9969 mysql_install_db

Re: [Maria-developers] Parallel replication slave stops with duplicate key errors

2016-06-16 Thread Kristian Nielsen
Sergey Petrunia writes: > I ran sysbench there to load the dataset ("prepare" mode, about 10M rows IIRC) > then I restarted the master and ran sysbench in "run" mode a few times. > Then I restarted the master again an ran a "CREATE TABLE" statement manually. > Just so that I have third binlog. I