~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/archive_engine.h

Update of the time code. Epoch is now used for timestamp internall (this is
not a user level change). This fixes the issue where some DD were not
displaying the correct column type.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
#include "drizzled/field.h"
18
18
#include "drizzled/field/blob.h"
19
 
#include "drizzled/field/timestamp.h"
20
19
#include "plugin/myisam/myisam.h"
21
20
#include "drizzled/table.h"
22
21
#include "drizzled/session.h"