Home
last modified time | relevance | path

Searched refs:store_datetime (Results 1 – 19 of 19) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/unittest/gunit/
H A Dprotocol_classic-t.cc113 protocol->store_datetime(datetime, 6); in BENCHMARK()
257 protocol->store_datetime(datetime, 6); in BENCHMARK()
H A Dfield-t.cc145 bool store_datetime(const MYSQL_TIME &, uint) override { return false; } in store_datetime() function in field_unittests::Mock_protocol
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dprotocol_classic.h229 bool store_datetime(const MYSQL_TIME &time, uint precision) override;
254 bool store_datetime(const MYSQL_TIME &time, uint precision) override;
H A Dprotocol_callback.h194 bool store_datetime(const MYSQL_TIME &time, uint precision) override;
H A Dprotocol.h127 virtual bool store_datetime(const MYSQL_TIME &time, uint precision) = 0;
H A Dprotocol_callback.cc147 bool Protocol_callback::store_datetime(const MYSQL_TIME &time, uint precision) { in store_datetime() function in Protocol_callback
H A Dprotocol_classic.cc3440 bool Protocol_text::store_datetime(const MYSQL_TIME &tm, uint decimals) { in store_datetime() function in Protocol_text
3700 bool Protocol_binary::store_datetime(const MYSQL_TIME &tm, uint precision) { in store_datetime() function in Protocol_binary
3701 if (send_metadata) return Protocol_text::store_datetime(tm, precision); in store_datetime()
H A Dsql_prepare.cc283 bool store_datetime(const MYSQL_TIME &time, uint precision) override;
3645 bool Protocol_local::store_datetime(const MYSQL_TIME &time, uint) { in store_datetime() function in Protocol_local
H A Dsql_show.cc4409 rc = p->store_datetime(timestamp, 2); in show_create_trigger_impl()
H A Ditem.cc6766 if (!null_value) return protocol->store_datetime(tm, decimals); in send()
H A Dfield.cc4785 return protocol->store_datetime(ltime, dec); in send_to_protocol()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dfield.cc5801 store_datetime(*dt); in store_TIME_with_warning()
6577 store_datetime(*dt); in store_TIME_with_warning()
7029 store_datetime(Datetime(thd, Timeval(thd->query_start(), in set_time()
7033 store_datetime(Datetime(thd, Timeval(thd->query_start(), 0))); in set_time()
H A Dfield.h3117 void store_datetime(const Datetime &dt) in store_datetime() function
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dfield.cc5707 store_datetime(*dt); in store_TIME_with_warning()
6487 store_datetime(*dt); in store_TIME_with_warning()
6957 store_datetime(Datetime(thd, Timeval(thd->query_start(), in set_time()
6961 store_datetime(Datetime(thd, Timeval(thd->query_start(), 0))); in set_time()
H A Dfield.h2813 void store_datetime(const Datetime &dt) in store_datetime() function
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dfield.cc5707 store_datetime(*dt);
6487 store_datetime(*dt);
6957 store_datetime(Datetime(thd, Timeval(thd->query_start(),
6961 store_datetime(Datetime(thd, Timeval(thd->query_start(), 0)));
H A Dfield.h2813 void store_datetime(const Datetime &dt) in store_datetime() function
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dfield.cc5801 store_datetime(*dt); in store_TIME_with_warning()
6577 store_datetime(*dt); in store_TIME_with_warning()
7029 store_datetime(Datetime(thd, Timeval(thd->query_start(), in set_time()
7033 store_datetime(Datetime(thd, Timeval(thd->query_start(), 0))); in set_time()
H A Dfield.h3117 void store_datetime(const Datetime &dt) in store_datetime() function