~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/tztime.cc

  • Committer: Brian Aker
  • Date: 2008-10-20 03:40:03 UTC
  • mto: (492.3.21 drizzle-clean-code)
  • mto: This revision was merged to the branch mainline in revision 530.
  • Revision ID: brian@tangent.org-20081020034003-t2dcnl0ayr2ymm8k
THD -> Session rename

Show diffs side-by-side

added added

removed removed

Lines of Context:
1038
1038
    1 - Error
1039
1039
*/
1040
1040
bool
1041
 
my_tz_init(THD *thd, const char *default_tzname)
 
1041
my_tz_init(Session *thd, const char *default_tzname)
1042
1042
{
1043
1043
  if (default_tzname)
1044
1044
  {
1156
1156
 
1157
1157
*/
1158
1158
Time_zone *
1159
 
my_tz_find(THD *thd __attribute__((unused)),
 
1159
my_tz_find(Session *thd __attribute__((unused)),
1160
1160
           const String *name __attribute__((unused)))
1161
1161
{
1162
1162
  return NULL;