[Maria-discuss] New Question: where can i download connector c which build with glibc2.11

2016-08-10 Thread AskMonty KB
Hello, A new question has been asked in "MariaDB Connector/C" by shuianle. Please answer it at http://mariadb.com/kb/en/where-can-i-download-connector-c-which-build-with-glibc211/ as the person asking the question may not be subscribed to the mailing list. i

Re: [Maria-discuss] Known limitation with TokuDB in Read Free Replication & parallel replication ?

2016-08-10 Thread Rich Prohaska
Or could change get/set_client_id APIs to include extra in addition to id parameters. On Wed, Aug 10, 2016 at 10:34 AM, Rich Prohaska wrote: > Could add some methods to tokuft like set/get client_extra (void *extra) > where the extra is the THD pointer in the case of

Re: [Maria-discuss] Known limitation with TokuDB in Read Free Replication & parallel replication ?

2016-08-10 Thread Rich Prohaska
Could add some methods to tokuft like set/get client_extra (void *extra) where the extra is the THD pointer in the case of tokudb. On Wed, Aug 10, 2016 at 10:03 AM, Kristian Nielsen wrote: > Rich, > > Cool, thanks for the pointers, that looks very helpful. I'll try to

Re: [Maria-discuss] Known limitation with TokuDB in Read Free Replication & parallel replication ?

2016-08-10 Thread Kristian Nielsen
Rich, Cool, thanks for the pointers, that looks very helpful. I'll try to see if I can come up with something. - Kristian. ___ Mailing list: https://launchpad.net/~maria-discuss Post to : maria-discuss@lists.launchpad.net Unsubscribe :

Re: [Maria-discuss] Known limitation with TokuDB in Read Free Replication & parallel replication ?

2016-08-10 Thread Rich Prohaska
On Wed, Aug 10, 2016 at 8:02 AM, Kristian Nielsen wrote: > Kristian Nielsen writes: > > > Rich Prohaska writes: > > > >> Is TokuDB supposed to call the thd report wait for API just prior to a > >> thread about to wait on

Re: [Maria-discuss] Known limitation with TokuDB in Read Free Replication & parallel replication ?

2016-08-10 Thread Kristian Nielsen
Kristian Nielsen writes: > Rich Prohaska writes: > >> Is TokuDB supposed to call the thd report wait for API just prior to a >> thread about to wait on a tokudb lock? > > If I wanted to look into implementing this, do you have a quick pointer to >

Re: [Maria-discuss] Known limitation with TokuDB in Read Free Replication & parallel replication ?

2016-08-10 Thread Kristian Nielsen
Rich Prohaska writes: > Is TokuDB supposed to call the thd report wait for API just prior to a > thread about to wait on a tokudb lock? If I wanted to look into implementing this, do you have a quick pointer to where in the TokuDB code I could start looking? Like the place