[Wifidog] Re: wifidog auth service

Mina Naguib webmaster at topfx.com
Sun Jan 9 22:49:43 EST 2005


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1



Benoit Grégoire wrote:
| That second point is kinda moot since there is still interest in MySql
from
| various parties.  I have thus tried to limit myself to SQL that is as
SQL99
| compliant as possible, and stayed away from triggers.  I did considerable
| work to make the schema usable from MySql with little/no modifications.
| (Well, I'd still need a script to automatically patch the schema to
add the
| mysql innodb type to the table).  It would be a real shame to have two
schema
| to maintain.  Note however that it will not, and never will work with
MyIsam
| tables.

Completely untested, but wouldn't something like this:

create table foo (
	  x foo
	, y bar
) /*! TYPE=InnoDB */

Take care of the innodb problem ? The comment will be ignored by
(hopefully all) DB servers but MySQL will respect it because of the /*!
trick.

Just my $0.02

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFB4ftXeS99pGMif6wRAmdSAJ9eQT4dkay8Fq77z5y/5I2vCy+ZPwCgzTPo
AbltCsgL9gLi6VQFlJr6p4Y=
=3Wcf
-----END PGP SIGNATURE-----


_______________________________________________
Wifidog mailing list
Wifidog at isf.waglo.com
http://isf.waglo.com/mailman/listinfo/wifidog_isf.waglo.com



More information about the Wifidog mailing list