I get following error when activating the Qdrupal core module:

user warning: BLOB/TEXT column 'description' can't have a default value query: CREATE TABLE Xdrupalqdrupal_application ( `aid` VARCHAR(50) NOT NULL DEFAULT '', `title` VARCHAR(128) NOT NULL DEFAULT '', `description` TEXT NOT NULL DEFAULT '', `is_module` TINYINT unsigned NOT NULL, PRIMARY KEY (aid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in C:\www\Zend-CE\Apache2\htdocs\mozaiek\drupal\includes\database.inc on line 517.

My MySQL 5.0.51b-communit- InnoDB database does not allow default values for text fields, in this case the
It can be fixed by removing the default value of '' in the description field of the qdrupal_application table in the qdrupal_schema