Re: How to slim MySQL?

2010-07-07 Thread Nima Mohammadi
give it a try. I think watching for the open() function will suffice (strace -e open). Is there any other syscall I should be worry about? -- Nima Mohammadi

Re: How to slim MySQL?

2010-07-06 Thread Nima Mohammadi
mory when we command it to do so. Hope the scenario is clear now! Did you really need this explanation to answer my question? -- Nima Mohammadi

Re: How to slim MySQL?

2010-07-06 Thread Nima Mohammadi
On Tue, Jul 6, 2010 at 2:00 PM, Joerg Bruehe wrote: > Hi! > > > Nima Mohammadi wrote: > > On Mon, Jul 5, 2010 at 8:26 PM, Rob Wultsch wrote: > > > >> [[...]] > >> > >> You probably want to compile your own version of MySQL. You probably >

Re: How to slim MySQL?

2010-07-05 Thread Nima Mohammadi
> > > -- > Rob Wultsch > wult...@gmail.com > As a low budget, semi-student project, I don't see that as an option! *-- Nima Mohammadi*

Re: How to slim MySQL?

2010-07-05 Thread Nima Mohammadi
7;m not sure which engine we're going to use, so I'll have to defer this to another time. Is there any other work I could do to strip MySQL? *-- Nima Mohammadi*

How to slim MySQL?

2010-07-05 Thread Nima
I think removing the 'include', 'mysql-test' and 'sql-bench' directories may be a good start, but I'm still far away from having a tiny little mysql! BTW, I tried MySQL Embedded, but it seems that it doesn't meet our needs. Any help would be highly appreciated :) *-- Nima Mohammadi*