~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/libdrizzle.c

Cleanup of time code (moved into mysys)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
#include <drizzled/global.h>
21
21
#include <mysys/my_sys.h>
22
 
#include "my_time.h"
23
22
#include "drizzle.h"
24
23
#include "errmsg.h"
25
24
#include <sys/stat.h>