Re: [Maria-developers] query cache issue

2013-06-26 Thread Oleksandr Byelkin
25.06.2013 16:58, Roberto Spadim пишет: it's a memory in client side with query_parameters (sql_mode, query text, schema used, and others flags that change results) + query_results example in php $query_cache= array( sql_mode=12341234124124;SELECT * from query_Table = array(

Re: [Maria-developers] Rev 3766: Added separation between roles and users in the mysql.user table

2013-06-26 Thread Sergei
Hi, Vicențiu! On Jun 25, nore...@launchpad.net wrote: revno: 3766 committer: Vicențiu Ciorbaru cvicen...@gmail.com branch nick: trunk timestamp: Tue 2013-06-25 23:52:30 +0300 message: Added separation between roles and users in

Re: [Maria-developers] Review request: mdev-4634

2013-06-26 Thread Alexander Barkov
Hi Sergei, Please review a small patch that fixes the exact problem reported in 4634 (and nothing else). Thanks. (the other problems from the original big patch are now reported separately, with some of them already fixed). On 06/13/2013 12:08 PM, Sergei Golubchik wrote: Hi, Alexander! On

Re: [Maria-developers] query cache issue

2013-06-26 Thread Roberto Spadim
Nice, in this case, should be nice implement a cache server, and mysql servers will send cache to it? something like: 5 mysql clients (no cache here) - 10 mysql servers (100mb of cache each) - 2 cache servers (16gb of cache each) we could use local cache + remote cache, for example, with