~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/tzfile.h

Fixed the test programs linking issue. (I hope)
Made the plugin def use libmyisam.la instead of libmyisam.a so that we 
can take advantage of libtool convenience libs. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
  tzh_leapcnt repetitions of
58
58
    one (char [4])                      coded leap second transition times
59
59
    one (char [4])                      total correction after above
60
 
  tzh_ttisstdcnt (char)s                indexed by type; if true, transition
61
 
                                        time is standard time, if false,
 
60
  tzh_ttisstdcnt (char)s                indexed by type; if TRUE, transition
 
61
                                        time is standard time, if FALSE,
62
62
                                        transition time is wall clock time
63
63
                                        if absent, transition times are
64
64
                                        assumed to be wall clock time
65
 
  tzh_ttisgmtcnt (char)s                indexed by type; if true, transition
66
 
                                        time is UTC, if false,
 
65
  tzh_ttisgmtcnt (char)s                indexed by type; if TRUE, transition
 
66
                                        time is UTC, if FALSE,
67
67
                                        transition time is local time
68
68
                                        if absent, transition times are
69
69
                                        assumed to be local time