Re: stored procedures and triggers

2002-09-03 Thread yvictorovich
That's only if you access it directly from client. What I was talking about is AppServer sitting next to MySQL server. Preferably on the same computer. Agree that for some cascade actions triggers are very useful. But most of the folks just try to push all business logic into sp/triggers. And th

Re: stored procedures and triggers

2002-09-02 Thread yvictorovich
I would like to see the triggers/stored procedures/views in MySQL also. And the only estimate I saw somewhere was "around version 5.0". But think about this this way: in the complex enterprise-level system you would probably need some kind of application server instead of direct client-db access.

Re: InnoDB on FreeBSD-Alpha problem

2002-08-17 Thread yvictorovich
Heikki, > if you can compile with the gcc -g option and run mysqld inside gdb, > then > you probably see in what function and line it crashes. That's what I am going to do. > If you just take a connection to mysqld, it does not execute InnoDB code > at > all. Well I was connecting to it before ok