Skip to content

MySql AllXml-column is too small #1

@atifaziz

Description

@atifaziz

What steps will reproduce the problem?

  1. Get an error on a page with a lot of text in the error message.

What is the expected output? What do you see instead?

The error is logged to the database but is truncated so I can't open it later on when I visit elmah.axd.

What version of the product are you using? On what operating system?

Elmah 1.2, self compiled with a few modifications.

Additional information

The MySql AllXml-column is of type "text" which only handles up to 16kb of text which is enough for most cases but not all. It should be changed to "mediumtext" instead to be sure that the whole error log fits in it.


Originally reported on Google Code with ID 248

Reported by karl.sjogren on 2011-08-19 21:08:38

Copied from original issue: elmah/Elmah#248

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions