a bug in the db_mysql.sql script
Hello, I have just installed free radius 1.0.4 the script db_mysql.sql has a problem. in the 155th line, the id column is being created as int, not null, default 0 and auto increment. default 0 and autoincrement cannot be given together. hope this helps, Regards.
siddharth bhosle wrote:
I have just installed free radius 1.0.4 the script db_mysql.sql has a problem. in the 155th line, the id column is being created as int, not null, default 0 and auto increment. default 0 and autoincrement cannot be given together.
Thanks for the report. The SQL schema was already fixed in CVS head some months ago, but unfortunately the patch was not applied in the 1.0.4 release. This will be fixed in the next version of FreeRADIUS. -- Nicolas Baradakis
participants (2)
-
Nicolas Baradakis -
siddharth bhosle