Home
last modified time | relevance | path

Searched refs:Protocol_binary (Results 1 – 25 of 96) sorted by relevance

1234

/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dprotocol.cc1253 bool Protocol_binary::prepare_for_send(uint num_columns) in prepare_for_send()
1263 void Protocol_binary::prepare_for_resend() in prepare_for_resend()
1286 bool Protocol_binary::store_null() in store_null()
1297 bool Protocol_binary::store_tiny(longlong from) in store_tiny()
1306 bool Protocol_binary::store_short(longlong from) in store_short()
1317 bool Protocol_binary::store_long(longlong from) in store_long()
1373 bool Protocol_binary::store(Field *field) in store()
1385 bool Protocol_binary::store(MYSQL_TIME *tm) in store()
1411 bool Protocol_binary::store_date(MYSQL_TIME *tm) in store_date()
1415 return Protocol_binary::store(tm); in store_date()
[all …]
H A Dprotocol.h170 class Protocol_binary :public Protocol
175 Protocol_binary() {} in Protocol_binary() function
176 Protocol_binary(THD *thd_arg) :Protocol(thd_arg) {} in Protocol_binary() function
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dprotocol.cc1384 bool Protocol_binary::prepare_for_send(uint num_columns) in prepare_for_send()
1394 void Protocol_binary::prepare_for_resend() in prepare_for_resend()
1417 bool Protocol_binary::store_null() in store_null()
1428 bool Protocol_binary::store_tiny(longlong from) in store_tiny()
1437 bool Protocol_binary::store_short(longlong from) in store_short()
1448 bool Protocol_binary::store_long(longlong from) in store_long()
1469 bool Protocol_binary::store_decimal(const my_decimal *d) in store_decimal()
1502 bool Protocol_binary::store(Field *field) in store()
1514 bool Protocol_binary::store(MYSQL_TIME *tm, int decimals) in store()
1544 bool Protocol_binary::store_date(MYSQL_TIME *tm) in store_date()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dprotocol.cc1384 bool Protocol_binary::prepare_for_send(uint num_columns) in prepare_for_send()
1394 void Protocol_binary::prepare_for_resend() in prepare_for_resend()
1417 bool Protocol_binary::store_null() in store_null()
1428 bool Protocol_binary::store_tiny(longlong from) in store_tiny()
1437 bool Protocol_binary::store_short(longlong from) in store_short()
1448 bool Protocol_binary::store_long(longlong from) in store_long()
1469 bool Protocol_binary::store_decimal(const my_decimal *d) in store_decimal()
1502 bool Protocol_binary::store(Field *field) in store()
1514 bool Protocol_binary::store(MYSQL_TIME *tm, int decimals) in store()
1544 bool Protocol_binary::store_date(MYSQL_TIME *tm) in store_date()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dprotocol.cc1371 bool Protocol_binary::prepare_for_send(uint num_columns) in prepare_for_send()
1381 void Protocol_binary::prepare_for_resend() in prepare_for_resend()
1404 bool Protocol_binary::store_null() in store_null()
1415 bool Protocol_binary::store_tiny(longlong from) in store_tiny()
1424 bool Protocol_binary::store_short(longlong from) in store_short()
1435 bool Protocol_binary::store_long(longlong from) in store_long()
1456 bool Protocol_binary::store_decimal(const my_decimal *d) in store_decimal()
1491 bool Protocol_binary::store(Field *field) in store()
1503 bool Protocol_binary::store(MYSQL_TIME *tm, int decimals) in store()
1533 bool Protocol_binary::store_date(MYSQL_TIME *tm) in store_date()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dprotocol.cc1371 bool Protocol_binary::prepare_for_send(uint num_columns) in prepare_for_send()
1381 void Protocol_binary::prepare_for_resend() in prepare_for_resend()
1404 bool Protocol_binary::store_null() in store_null()
1415 bool Protocol_binary::store_tiny(longlong from) in store_tiny()
1424 bool Protocol_binary::store_short(longlong from) in store_short()
1435 bool Protocol_binary::store_long(longlong from) in store_long()
1456 bool Protocol_binary::store_decimal(const my_decimal *d) in store_decimal()
1491 bool Protocol_binary::store(Field *field) in store()
1503 bool Protocol_binary::store(MYSQL_TIME *tm, int decimals) in store()
1533 bool Protocol_binary::store_date(MYSQL_TIME *tm) in store_date()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dprotocol.cc1241 bool Protocol_binary::prepare_for_send(uint num_columns) in prepare_for_send()
1252 void Protocol_binary::prepare_for_resend() in prepare_for_resend()
1277 bool Protocol_binary::store_null() in store_null()
1288 bool Protocol_binary::store_tiny(longlong from) in store_tiny()
1297 bool Protocol_binary::store_short(longlong from) in store_short()
1308 bool Protocol_binary::store_long(longlong from) in store_long()
1329 bool Protocol_binary::store_decimal(const my_decimal *d) in store_decimal()
1364 bool Protocol_binary::store(Field *field) in store()
1376 bool Protocol_binary::store(MYSQL_TIME *tm, uint precision) in store()
1402 bool Protocol_binary::store_date(MYSQL_TIME *tm) in store_date()
[all …]
H A Dprotocol.h177 class Protocol_binary :public Protocol
182 Protocol_binary() {} in Protocol_binary() function
183 Protocol_binary(THD *thd_arg) :Protocol(thd_arg) {} in Protocol_binary() function
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dprotocol.cc1241 bool Protocol_binary::prepare_for_send(uint num_columns) in prepare_for_send()
1252 void Protocol_binary::prepare_for_resend() in prepare_for_resend()
1277 bool Protocol_binary::store_null() in store_null()
1288 bool Protocol_binary::store_tiny(longlong from) in store_tiny()
1297 bool Protocol_binary::store_short(longlong from) in store_short()
1308 bool Protocol_binary::store_long(longlong from) in store_long()
1329 bool Protocol_binary::store_decimal(const my_decimal *d) in store_decimal()
1364 bool Protocol_binary::store(Field *field) in store()
1376 bool Protocol_binary::store(MYSQL_TIME *tm, uint precision) in store()
1402 bool Protocol_binary::store_date(MYSQL_TIME *tm) in store_date()
[all …]
H A Dprotocol.h177 class Protocol_binary :public Protocol
182 Protocol_binary() {} in Protocol_binary() function
183 Protocol_binary(THD *thd_arg) :Protocol(thd_arg) {} in Protocol_binary() function
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dprotocol.cc1249 bool Protocol_binary::prepare_for_send(uint num_columns) in prepare_for_send()
1260 void Protocol_binary::prepare_for_resend() in prepare_for_resend()
1285 bool Protocol_binary::store_null() in store_null()
1296 bool Protocol_binary::store_tiny(longlong from) in store_tiny()
1305 bool Protocol_binary::store_short(longlong from) in store_short()
1316 bool Protocol_binary::store_long(longlong from) in store_long()
1337 bool Protocol_binary::store_decimal(const my_decimal *d) in store_decimal()
1372 bool Protocol_binary::store(Field *field) in store()
1384 bool Protocol_binary::store(MYSQL_TIME *tm, uint precision) in store()
1410 bool Protocol_binary::store_date(MYSQL_TIME *tm) in store_date()
[all …]
H A Dprotocol.h177 class Protocol_binary :public Protocol
182 Protocol_binary() {} in Protocol_binary() function
183 Protocol_binary(THD *thd_arg) :Protocol(thd_arg) {} in Protocol_binary() function
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dprotocol.cc1241 bool Protocol_binary::prepare_for_send(uint num_columns) in prepare_for_send()
1252 void Protocol_binary::prepare_for_resend() in prepare_for_resend()
1277 bool Protocol_binary::store_null() in store_null()
1288 bool Protocol_binary::store_tiny(longlong from) in store_tiny()
1297 bool Protocol_binary::store_short(longlong from) in store_short()
1308 bool Protocol_binary::store_long(longlong from) in store_long()
1329 bool Protocol_binary::store_decimal(const my_decimal *d) in store_decimal()
1364 bool Protocol_binary::store(Field *field) in store()
1376 bool Protocol_binary::store(MYSQL_TIME *tm, uint precision) in store()
1402 bool Protocol_binary::store_date(MYSQL_TIME *tm) in store_date()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dprotocol.cc1241 bool Protocol_binary::prepare_for_send(uint num_columns) in prepare_for_send()
1252 void Protocol_binary::prepare_for_resend() in prepare_for_resend()
1277 bool Protocol_binary::store_null() in store_null()
1288 bool Protocol_binary::store_tiny(longlong from) in store_tiny()
1297 bool Protocol_binary::store_short(longlong from) in store_short()
1308 bool Protocol_binary::store_long(longlong from) in store_long()
1329 bool Protocol_binary::store_decimal(const my_decimal *d) in store_decimal()
1364 bool Protocol_binary::store(Field *field) in store()
1376 bool Protocol_binary::store(MYSQL_TIME *tm, uint precision) in store()
1402 bool Protocol_binary::store_date(MYSQL_TIME *tm) in store_date()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dprotocol.cc1451 bool Protocol_binary::prepare_for_send(uint num_columns) in prepare_for_send()
1461 void Protocol_binary::prepare_for_resend() in prepare_for_resend()
1476 bool Protocol_binary::store_null() in store_null()
1487 bool Protocol_binary::store_tiny(longlong from) in store_tiny()
1496 bool Protocol_binary::store_short(longlong from) in store_short()
1507 bool Protocol_binary::store_long(longlong from) in store_long()
1528 bool Protocol_binary::store_decimal(const my_decimal *d) in store_decimal()
1561 bool Protocol_binary::store(Field *field) in store()
1573 bool Protocol_binary::store(MYSQL_TIME *tm, int decimals) in store()
1603 bool Protocol_binary::store_date(MYSQL_TIME *tm) in store_date()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dprotocol.cc1451 bool Protocol_binary::prepare_for_send(uint num_columns) in prepare_for_send()
1461 void Protocol_binary::prepare_for_resend() in prepare_for_resend()
1476 bool Protocol_binary::store_null() in store_null()
1487 bool Protocol_binary::store_tiny(longlong from) in store_tiny()
1496 bool Protocol_binary::store_short(longlong from) in store_short()
1507 bool Protocol_binary::store_long(longlong from) in store_long()
1528 bool Protocol_binary::store_decimal(const my_decimal *d) in store_decimal()
1561 bool Protocol_binary::store(Field *field) in store()
1573 bool Protocol_binary::store(MYSQL_TIME *tm, int decimals) in store()
1603 bool Protocol_binary::store_date(MYSQL_TIME *tm) in store_date()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/unittest/gunit/
H A Dprotocol_classic-t.cc55 Protocol_binary *const protocol = initializer.thd()->protocol_binary.get(); in BM_Protocol_binary_store_date()
78 Protocol_binary *const protocol = initializer.thd()->protocol_binary.get(); in BENCHMARK()
102 Protocol_binary *const protocol = initializer.thd()->protocol_binary.get(); in BENCHMARK()
126 Protocol_binary *const protocol = initializer.thd()->protocol_binary.get(); in BENCHMARK()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dprotocol_classic.cc1551 void Protocol_binary::start_row() in start_row()
1562 bool Protocol_binary::store(const char *from, size_t length, in store()
1584 bool Protocol_binary::store_null() in store_null()
1597 bool Protocol_binary::store_tiny(longlong from) in store_tiny()
1614 bool Protocol_binary::store_short(longlong from) in store_short()
1634 bool Protocol_binary::store_long(longlong from) in store_long()
1729 bool Protocol_binary::store(Proto_field *field) in store()
1737 bool Protocol_binary::store(MYSQL_TIME *tm, uint precision) in store()
1774 bool Protocol_binary::store_date(MYSQL_TIME *tm) in store_date()
1786 return Protocol_binary::store(tm, 0); in store_date()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dprotocol_classic.cc1551 void Protocol_binary::start_row() in start_row()
1562 bool Protocol_binary::store(const char *from, size_t length, in store()
1584 bool Protocol_binary::store_null() in store_null()
1597 bool Protocol_binary::store_tiny(longlong from) in store_tiny()
1614 bool Protocol_binary::store_short(longlong from) in store_short()
1634 bool Protocol_binary::store_long(longlong from) in store_long()
1729 bool Protocol_binary::store(Proto_field *field) in store()
1737 bool Protocol_binary::store(MYSQL_TIME *tm, uint precision) in store()
1774 bool Protocol_binary::store_date(MYSQL_TIME *tm) in store_date()
1786 return Protocol_binary::store(tm, 0); in store_date()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dprotocol_classic.cc1551 void Protocol_binary::start_row() in start_row()
1562 bool Protocol_binary::store(const char *from, size_t length, in store()
1584 bool Protocol_binary::store_null() in store_null()
1597 bool Protocol_binary::store_tiny(longlong from) in store_tiny()
1614 bool Protocol_binary::store_short(longlong from) in store_short()
1634 bool Protocol_binary::store_long(longlong from) in store_long()
1729 bool Protocol_binary::store(Proto_field *field) in store()
1737 bool Protocol_binary::store(MYSQL_TIME *tm, uint precision) in store()
1774 bool Protocol_binary::store_date(MYSQL_TIME *tm) in store_date()
1786 return Protocol_binary::store(tm, 0); in store_date()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dprotocol_classic.cc1551 void Protocol_binary::start_row() in start_row()
1562 bool Protocol_binary::store(const char *from, size_t length, in store()
1584 bool Protocol_binary::store_null() in store_null()
1597 bool Protocol_binary::store_tiny(longlong from) in store_tiny()
1614 bool Protocol_binary::store_short(longlong from) in store_short()
1634 bool Protocol_binary::store_long(longlong from) in store_long()
1729 bool Protocol_binary::store(Proto_field *field) in store()
1737 bool Protocol_binary::store(MYSQL_TIME *tm, uint precision) in store()
1774 bool Protocol_binary::store_date(MYSQL_TIME *tm) in store_date()
1786 return Protocol_binary::store(tm, 0); in store_date()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dprotocol_classic.cc1551 void Protocol_binary::start_row() in start_row()
1562 bool Protocol_binary::store(const char *from, size_t length, in store()
1584 bool Protocol_binary::store_null() in store_null()
1597 bool Protocol_binary::store_tiny(longlong from) in store_tiny()
1614 bool Protocol_binary::store_short(longlong from) in store_short()
1634 bool Protocol_binary::store_long(longlong from) in store_long()
1729 bool Protocol_binary::store(Proto_field *field) in store()
1737 bool Protocol_binary::store(MYSQL_TIME *tm, uint precision) in store()
1774 bool Protocol_binary::store_date(MYSQL_TIME *tm) in store_date()
1786 return Protocol_binary::store(tm, 0); in store_date()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dprotocol_classic.cc1551 void Protocol_binary::start_row() in start_row()
1562 bool Protocol_binary::store(const char *from, size_t length, in store()
1584 bool Protocol_binary::store_null() in store_null()
1597 bool Protocol_binary::store_tiny(longlong from) in store_tiny()
1614 bool Protocol_binary::store_short(longlong from) in store_short()
1634 bool Protocol_binary::store_long(longlong from) in store_long()
1729 bool Protocol_binary::store(Proto_field *field) in store()
1737 bool Protocol_binary::store(MYSQL_TIME *tm, uint precision) in store()
1774 bool Protocol_binary::store_date(MYSQL_TIME *tm) in store_date()
1786 return Protocol_binary::store(tm, 0); in store_date()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dprotocol_classic.cc3483 bool Protocol_binary::send_parameters(List<Item_param> *parameters, in send_parameters()
3596 bool Protocol_binary::start_result_metadata(uint num_cols, uint flags, in start_result_metadata()
3604 void Protocol_binary::start_row() { in start_row()
3611 bool Protocol_binary::store_null() { in store_null()
3621 bool Protocol_binary::store_tiny(longlong from, uint32 zerofill) { in store_tiny()
3632 bool Protocol_binary::store_short(longlong from, uint32 zerofill) { in store_short()
3645 bool Protocol_binary::store_long(longlong from, uint32 zerofill) { in store_long()
3658 bool Protocol_binary::store_longlong(longlong from, bool unsigned_flag, in store_longlong()
3672 bool Protocol_binary::store_float(float from, uint32 decimals, in store_float()
3686 bool Protocol_binary::store_double(double from, uint32 decimals, in store_double()
[all …]
H A Dprotocol_classic.h238 class Protocol_binary final : public Protocol_text {
243 Protocol_binary() {} in Protocol_binary() function
244 Protocol_binary(THD *thd_arg) : Protocol_text(thd_arg) {} in Protocol_binary() function

1234