Both client library and mysql are version 5.1, so this should be fine right?
On Nov 16, 2:00 pm, Felix Filozov <[email protected]> wrote: > I wasn't clear. I meant MySQL version, and MySQL client library version. > > > > On Tue, Nov 16, 2010 at 12:40 PM, psb <[email protected]> wrote: > > Using version 1.00 running on linux. The code is simply: > > > sql.query('SELECT asdf1, asdf2 from testTable', function(res, > > errorNo) > > { > > Ape.log('hey got here'); > > }); > > > following the framework in the wiki example. Unfortunately I am not > > very familiar with the details as a sys admin friend of mine installed > > the package. What do I need to find out? > > > On Nov 16, 10:38 am, Felix Filozov <[email protected]> wrote: > > > There might be a version mismatch. Are you forcing the version with > > > symlinks? > > > > On Tue, Nov 16, 2010 at 10:26 AM, Johnathan Leppert < > > > > [email protected]> wrote: > > > > Which version are you using? Can you post your sample code? > > > > > On Mon, Nov 15, 2010 at 4:10 PM, psb <[email protected]> wrote: > > > > >> I have APE server compiled with MYSQL support. I am trying very simple > > > >> queries to small tables, just selecting a column and doing a count. I > > > >> find that when I do that, it works fine. However, when selecting 2 > > > >> columns, the server seg faults. Each individual column can be > > > >> successfully selected and displayed, but when doing both, it just > > > >> crashes. > > > > >> There must be something very simple I am missing, does anyone have any > > > >> suggestions? > > > > >> -- > > > >> You received this message because you are subscribed to the Google > > > >> Groups "APE Project" group. > > > >> To post to this group, send email to [email protected] > > > >> To unsubscribe from this group, send email to > > > >> [email protected]<ape-project%2bunsubscr...@googlegr > > > >> oups.com> > > <ape-project%2bunsubscr...@googlegr oups.com> > > > >> For more options, visit this group at > > > >>http://groups.google.com/group/ape-project?hl=en > > > >> --- > > > >> APE Project (Ajax Push Engine) > > > >> Official website :http://www.ape-project.org/ > > > >> Git Hub :http://github.com/APE-Project/ > > > > > -- > > > > You received this message because you are subscribed to the Google > > > > Groups "APE Project" group. > > > > To post to this group, send email to [email protected] > > > > To unsubscribe from this group, send email to > > > > [email protected]<ape-project%2bunsubscr...@googlegr > > > > oups.com> > > <ape-project%2bunsubscr...@googlegr oups.com> > > > > For more options, visit this group at > > > >http://groups.google.com/group/ape-project?hl=en > > > > --- > > > > APE Project (Ajax Push Engine) > > > > Official website :http://www.ape-project.org/ > > > > Git Hub :http://github.com/APE-Project/ > > > -- > > You received this message because you are subscribed to the Google > > Groups "APE Project" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected]<ape-project%2bunsubscr...@googlegr > > oups.com> > > For more options, visit this group at > >http://groups.google.com/group/ape-project?hl=en > > --- > > APE Project (Ajax Push Engine) > > Official website :http://www.ape-project.org/ > > Git Hub :http://github.com/APE-Project/ -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
