Re: [Maria-developers] [Commits] Rev 3565: MDEV-492: fixed incorrect error check. in file:///home/bell/maria/bzr/work-maria-5.3-MDEV-492/

2012-08-28 Thread Sergei Golubchik
Hi, Sanja! On Aug 27, sa...@askmonty.org wrote: > message: > MDEV-492: fixed incorrect error check. > === modified file 'mysql-test/t/errors.test' > --- a/mysql-test/t/errors.test2012-03-12 07:56:56 + > +++ b/mysql-test/t/errors.test2012-08-27 14:29:26 + > @@ -85,3 +85,1

Re: [Maria-developers] New replication hook

2012-08-28 Thread m...@rpzdesign.com
Sergei: Thanks for the answers. Instead of having a DEBATE among Maria developers exactly how replication should work, there should be an option to fully externalize replication to another process and put all replication logic there to handle fault tolerance and scaling. The various Maria re

Re: [Maria-developers] New replication hook

2012-08-28 Thread Sergei Golubchik
Hi, md! On Aug 27, m...@rpzdesign.com wrote: > I was looking at sql_update.cc, sql_insert.cc, sql_delete.cc so I > could insert a hook to feed an external replication engines by > choosing the update, delete, insert AFTER trigger points to insert > logic that is db scope and not table scope. > >