PDA

View Full Version : Typo in create.sql - zabbix-1.1alpha11


bytesize
03-08-2005, 13:13
Hi guys,

Line 711 (bottom of the file) of create/mysql/schema.sql reads:

notes lob DEFAULT '' NOT NULL,

...which generates an error when inserting the sql into the database. The line should be:

notes blob DEFAULT '' NOT NULL,

Straightforward I know, but there will probably be people following the install instructions who can't figure out why they are getting SQL errors!

If there is a better way to report these very minor bugs, then please let me know!

Regards,

John

Alexei
03-08-2005, 14:06
Thanks for reporting this!

bytesize
03-08-2005, 14:14
Glad I could help in some small way!

Keep up the fantastic work Alexei - Zabbix is definately going places, it blows the other GPL NMS out of the water IMHO!!!

Regards,

John