Re: [Mysql-proxy-discuss] Mysql Proxy UseCase scenario question

2009-02-06 Thread Kay Röpke
On Feb 6, 2009, at 6:35 PM, Diego Medina wrote: If you decide to use the tokenizer, note that the tutorial files from trunk are broken for now, but you can look at the tutorial files on this branch https://code.launchpad.net/~diego-fmpwizard/mysql-proxy/tutorials in fact, i just merged thos

Re: [Mysql-proxy-discuss] Mysql Proxy UseCase scenario question

2009-02-06 Thread Diego Medina
Zoly, On Fri, Feb 6, 2009 at 8:35 AM, Kay Röpke wrote: > Hi! > > On Feb 6, 2009, at 12:22 AM, zoly farkas wrote: [cut] > You could even use the tokenizer we ship and build a simplistic parser by > hand or, if you are truly lucky, get by with some string matching (regexes, > lpegs or substring mat

Re: [Mysql-proxy-discuss] Mysql Proxy UseCase scenario question

2009-02-06 Thread Kay Röpke
Hi! On Feb 6, 2009, at 12:22 AM, zoly farkas wrote: I have a set of mysql servers with identical schemas, but with different data, that I want to access as one database. I would like the backend database to be selected by something provided in the sql query like a hint, or a where clause (