After merge fix for Bug N22645

parent f29b2bea
......@@ -21,7 +21,6 @@ rpl_ndb_sync : Problem with cluster/def/schema table that is in std_
partition_03ndb : BUG#16385 2006-03-24 mikael Partitions: crash when updating a range partitioned NDB table
ps_7ndb : BUG#18950 2006-02-16 jmiller create table like does not obtain LOCK_open
rpl_locale : Bug#22645 2006-12-05 bar
rpl_ndb_2innodb : BUG#19227 2006-04-20 pekka pk delete apparently not replicated
rpl_ndb_2myisam : BUG#19227 Seems to pass currently
rpl_ndb_dd_partitions : BUG#19259 2006-04-21 rpl_ndb_dd_partitions fails on s/AMD
......
......@@ -1844,7 +1844,7 @@ void Query_log_event::print_query_header(IO_CACHE* file,
}
if (lc_time_names_number != print_event_info->lc_time_names_number)
{
fprintf(file, "SET @@session.lc_time_names=%d;\n", lc_time_names_number);
my_b_printf(file, "SET @@session.lc_time_names=%d;\n", lc_time_names_number);
print_event_info->lc_time_names_number= lc_time_names_number;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment