Ticket #72 (closed task-todo: wontfix-wird nicht behoben)

Opened 3 years ago

Last modified 20 months ago

error by session query

Reported by: Daniel Owned by:
Priority: major-schwer Milestone: Clansuite 0.2 alpha
Component: Installation Version: Clansuite v0.1a
Keywords: Cc:
Estimated Number of Hours: 0.0 Add Hours to Ticket: 0
Billable?: yes Total Hours: 0
Internal?: no

Description

Bei der Installation der Rev 2561 des SVN erscheint folgender Fehler im Step5:

error while executing mysql query #239: CREATE TABLE cs_session ...

Installtion wird abgebrochen.

Change History

comment:1 in reply to: ↑ description Changed 3 years ago by Daniel

comment:2 Changed 3 years ago by vain

Danke für den Report. Da war ich wohl etwas zu schnell mit meinen Optimierungsbemühungen: Laut MySQL Manual dürfen MEMORY-Tabellen keine BLOB- oder TEXT-Spalten enthalten. Ich hab schlichtweg die Spalten nicht beachtet.

 http://dev.mysql.com/doc/refman/5.1/de/memory-storage-engine.html

Lösung:

  1. revert to old revision
  2. Memory-Engine für die Session nochmals auf die todo-Liste / Spalten überarbeiten

comment:3 Changed 3 years ago by vain

  • Type changed from defect | bug to task | todo
  • Milestone changed from Clansuite 0.2 alpha to Clansuite 0.3 beta

comment:4 Changed 20 months ago by vain

  • Status changed from new to closed
  • Internal? unset
  • Resolution set to wontfix | wird nicht behoben
  • Billable? set

comment:5 Changed 20 months ago by vain

  • Milestone changed from Clansuite 0.4 beta to Clansuite 0.2 alpha
Note: See TracTickets for help on using tickets.