mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
cleanup: rename Protocol::store() to Protocol::store_datetime()
to match the naming pattern of all other Protocol::store_xxx() methods
This commit is contained in:
@ -9840,7 +9840,7 @@ static bool show_create_trigger_impl(THD *thd, Trigger *trigger)
|
||||
thd->variables.time_zone->gmt_sec_to_TIME(×tamp,
|
||||
(my_time_t)(trigger->create_time/100));
|
||||
timestamp.second_part= (trigger->create_time % 100) * 10000;
|
||||
p->store(×tamp, 2);
|
||||
p->store_datetime(×tamp, 2);
|
||||
}
|
||||
else
|
||||
p->store_null();
|
||||
|
Reference in New Issue
Block a user