Re: [Maria-developers] Memory barrier problem in InnoDB/XtraDB mutex implementation causing hangs

2015-05-22 Thread Stewart Smith
Kristian Nielsen writes: > MARK CALLAGHAN writes: > >> Did this ever get resolved? I enjoyed reading this, you did a nice job >> explaining the problem. > > It was resolved for x86 in the sense that the code was reverted to the old > behaviour. The code is semantically incorrect (uses the wrong

Re: [Maria-developers] Features Wish-list in MariaDB 10.1.

2015-05-22 Thread Kristian Nielsen
So my opinion on these below two points was requested, let's keep it on the public mailing list: > * Crash-Safe replication with filename and position (not depending on >GTIDs) >Something similar as what is described in the following link would >be good: >http://blog.booking.com/b

[Maria-developers] How do I read information_schema.global_status not using query.

2015-05-22 Thread kyung nam Kim
Hi, I hava a trouble with getting a data from informaition_schema.global_status table not using query. I wrote below code and it's possible to get data from some table in performance_schema . ** reader.cc =