Home
last modified time | relevance | path

Searched refs:pack_length (Results 1 – 25 of 1245) sorted by relevance

12345678910>>...50

/dports/databases/percona57-server/percona-server-5.7.36-39/storage/heap/
H A Dhp_record.c70 uint pack_length; in hp_get_encoded_data_length() local
74 pack_length= column->length_bytes; in hp_get_encoded_data_length()
75 length= pack_length + (pack_length == 1 ? in hp_get_encoded_data_length()
83 length= pack_length + hp_calc_blob_length(pack_length, in hp_get_encoded_data_length()
252 uint pack_length; in hp_process_record_data_to_chunkset() local
257 pack_length= column->length_bytes; in hp_process_record_data_to_chunkset()
258 length= pack_length + (pack_length == 1 ? (uint) *data : uint2korr(data)); in hp_process_record_data_to_chunkset()
262 uint pack_length; in hp_process_record_data_to_chunkset() local
264 pack_length= column->length_bytes; in hp_process_record_data_to_chunkset()
401 uint pack_length, i; in hp_extract_record() local
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/heap/
H A Dhp_record.c70 uint pack_length; in hp_get_encoded_data_length() local
74 pack_length= column->length_bytes; in hp_get_encoded_data_length()
75 length= pack_length + (pack_length == 1 ? in hp_get_encoded_data_length()
83 length= pack_length + hp_calc_blob_length(pack_length, in hp_get_encoded_data_length()
252 uint pack_length; in hp_process_record_data_to_chunkset() local
257 pack_length= column->length_bytes; in hp_process_record_data_to_chunkset()
258 length= pack_length + (pack_length == 1 ? (uint) *data : uint2korr(data)); in hp_process_record_data_to_chunkset()
262 uint pack_length; in hp_process_record_data_to_chunkset() local
264 pack_length= column->length_bytes; in hp_process_record_data_to_chunkset()
401 uint pack_length, i; in hp_extract_record() local
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/heap/
H A Dhp_record.c70 uint pack_length; in hp_get_encoded_data_length() local
74 pack_length= column->length_bytes; in hp_get_encoded_data_length()
75 length= pack_length + (pack_length == 1 ? in hp_get_encoded_data_length()
83 length= pack_length + hp_calc_blob_length(pack_length, in hp_get_encoded_data_length()
252 uint pack_length; in hp_process_record_data_to_chunkset() local
257 pack_length= column->length_bytes; in hp_process_record_data_to_chunkset()
258 length= pack_length + (pack_length == 1 ? (uint) *data : uint2korr(data)); in hp_process_record_data_to_chunkset()
262 uint pack_length; in hp_process_record_data_to_chunkset() local
264 pack_length= column->length_bytes; in hp_process_record_data_to_chunkset()
401 uint pack_length, i; in hp_extract_record() local
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/heap/
H A Dhp_record.c70 uint pack_length; in hp_get_encoded_data_length() local
74 pack_length= column->length_bytes; in hp_get_encoded_data_length()
75 length= pack_length + (pack_length == 1 ? in hp_get_encoded_data_length()
83 length= pack_length + hp_calc_blob_length(pack_length, in hp_get_encoded_data_length()
252 uint pack_length; in hp_process_record_data_to_chunkset() local
257 pack_length= column->length_bytes; in hp_process_record_data_to_chunkset()
258 length= pack_length + (pack_length == 1 ? (uint) *data : uint2korr(data)); in hp_process_record_data_to_chunkset()
262 uint pack_length; in hp_process_record_data_to_chunkset() local
264 pack_length= column->length_bytes; in hp_process_record_data_to_chunkset()
401 uint pack_length, i; in hp_extract_record() local
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/heap/
H A Dhp_record.c70 uint pack_length; in hp_get_encoded_data_length() local
74 pack_length= column->length_bytes; in hp_get_encoded_data_length()
75 length= pack_length + (pack_length == 1 ? in hp_get_encoded_data_length()
83 length= pack_length + hp_calc_blob_length(pack_length, in hp_get_encoded_data_length()
252 uint pack_length; in hp_process_record_data_to_chunkset() local
257 pack_length= column->length_bytes; in hp_process_record_data_to_chunkset()
258 length= pack_length + (pack_length == 1 ? (uint) *data : uint2korr(data)); in hp_process_record_data_to_chunkset()
262 uint pack_length; in hp_process_record_data_to_chunkset() local
264 pack_length= column->length_bytes; in hp_process_record_data_to_chunkset()
401 uint pack_length, i; in hp_extract_record() local
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/heap/
H A Dhp_record.c70 uint pack_length; in hp_get_encoded_data_length() local
74 pack_length= column->length_bytes; in hp_get_encoded_data_length()
75 length= pack_length + (pack_length == 1 ? in hp_get_encoded_data_length()
83 length= pack_length + hp_calc_blob_length(pack_length, in hp_get_encoded_data_length()
252 uint pack_length; in hp_process_record_data_to_chunkset() local
257 pack_length= column->length_bytes; in hp_process_record_data_to_chunkset()
258 length= pack_length + (pack_length == 1 ? (uint) *data : uint2korr(data)); in hp_process_record_data_to_chunkset()
262 uint pack_length; in hp_process_record_data_to_chunkset() local
264 pack_length= column->length_bytes; in hp_process_record_data_to_chunkset()
401 uint pack_length, i; in hp_extract_record() local
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dfield_conv.cc79 from_field->pack_length()); in do_field_eq()
413 to_field->pack_length()); in do_cut_string()
422 from_field->pack_length() - to_field->pack_length()) { in do_cut_string()
470 to_field->pack_length() - from_field->pack_length(), '\0'); in do_expand_binary()
481 to_field->pack_length() - from_field->pack_length(), ' '); in do_expand_string()
686 if (m_from_field->pack_length() != m_to_field->pack_length() || in get_copy_func()
751 } else if (m_to_field->pack_length() < m_from_field->pack_length()) in get_copy_func()
754 else if (m_to_field->pack_length() > m_from_field->pack_length()) { in get_copy_func()
762 m_to_field->pack_length() != m_from_field->pack_length() || in get_copy_func()
781 DBUG_ASSERT(m_to_field->pack_length() == m_from_field->pack_length()); in get_copy_func()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dkey.cc359 max_length= field->pack_length(); in field_unpack()
732 pack_length= 0; in key_hashnr()
737 pack_length= 0; in key_hashnr()
743 pack_length= 2; in key_hashnr()
749 pack_length= 2; in key_hashnr()
765 key+= pack_length; in key_hashnr()
839 pack_length= 0; in key_buf_cmp()
844 pack_length= 0; in key_buf_cmp()
851 pack_length= 2; in key_buf_cmp()
858 pack_length= 2; in key_buf_cmp()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dkey.cc358 max_length= field->pack_length(); in field_unpack()
731 pack_length= 0; in key_hashnr()
736 pack_length= 0; in key_hashnr()
742 pack_length= 2; in key_hashnr()
748 pack_length= 2; in key_hashnr()
764 key+= pack_length; in key_hashnr()
838 pack_length= 0; in key_buf_cmp()
843 pack_length= 0; in key_buf_cmp()
850 pack_length= 2; in key_buf_cmp()
857 pack_length= 2; in key_buf_cmp()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dkey.cc359 max_length= field->pack_length(); in field_unpack()
732 pack_length= 0; in key_hashnr()
737 pack_length= 0; in key_hashnr()
743 pack_length= 2; in key_hashnr()
749 pack_length= 2; in key_hashnr()
765 key+= pack_length; in key_hashnr()
839 pack_length= 0; in key_buf_cmp()
844 pack_length= 0; in key_buf_cmp()
851 pack_length= 2; in key_buf_cmp()
858 pack_length= 2; in key_buf_cmp()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dkey.cc359 max_length= field->pack_length(); in field_unpack()
732 pack_length= 0; in key_hashnr()
737 pack_length= 0; in key_hashnr()
743 pack_length= 2; in key_hashnr()
749 pack_length= 2; in key_hashnr()
765 key+= pack_length; in key_hashnr()
839 pack_length= 0; in key_buf_cmp()
844 pack_length= 0; in key_buf_cmp()
851 pack_length= 2; in key_buf_cmp()
858 pack_length= 2; in key_buf_cmp()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dkey.cc359 max_length= field->pack_length(); in field_unpack()
732 pack_length= 0; in key_hashnr()
737 pack_length= 0; in key_hashnr()
743 pack_length= 2; in key_hashnr()
749 pack_length= 2; in key_hashnr()
765 key+= pack_length; in key_hashnr()
839 pack_length= 0; in key_buf_cmp()
844 pack_length= 0; in key_buf_cmp()
851 pack_length= 2; in key_buf_cmp()
858 pack_length= 2; in key_buf_cmp()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dkey.cc358 max_length= field->pack_length(); in field_unpack()
731 pack_length= 0; in key_hashnr()
736 pack_length= 0; in key_hashnr()
742 pack_length= 2; in key_hashnr()
748 pack_length= 2; in key_hashnr()
764 key+= pack_length; in key_hashnr()
838 pack_length= 0; in key_buf_cmp()
843 pack_length= 0; in key_buf_cmp()
850 pack_length= 2; in key_buf_cmp()
857 pack_length= 2; in key_buf_cmp()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/unittest/gunit/
H A Dfield-t.cc151 EXPECT_EQ(5UL, field->pack_length()); in TEST_F()
312 fields[i]->pack_length())) in TEST_F()
322 fields[i]->pack_length())) in TEST_F()
332 fields[i]->pack_length())) in TEST_F()
434 const uint pack_length= field->pack_length(); in test_make_sort_key() local
464 memset(buff, 'a', pack_length + 1); in test_make_sort_key()
473 const int pack_length= field->pack_length(); in test_make_sort_key() local
476 memset(from, 'b', pack_length); in test_make_sort_key()
479 memset(to, 'b', pack_length + 1); in test_make_sort_key()
520 const int pack_length= field->pack_length(); in test_integer_field() local
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/unittest/gunit/
H A Dfield-t.cc151 EXPECT_EQ(5UL, field->pack_length()); in TEST_F()
312 fields[i]->pack_length())) in TEST_F()
322 fields[i]->pack_length())) in TEST_F()
332 fields[i]->pack_length())) in TEST_F()
434 const uint pack_length= field->pack_length(); in test_make_sort_key() local
464 memset(buff, 'a', pack_length + 1); in test_make_sort_key()
473 const int pack_length= field->pack_length(); in test_make_sort_key() local
476 memset(from, 'b', pack_length); in test_make_sort_key()
479 memset(to, 'b', pack_length + 1); in test_make_sort_key()
520 const int pack_length= field->pack_length(); in test_integer_field() local
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/unittest/gunit/
H A Dfield-t.cc178 EXPECT_EQ(5UL, field->pack_length()); in TEST_F()
445 const uint pack_length = field->pack_length(); in test_make_sort_key() local
453 memset(buff, 'a', pack_length + 1); in test_make_sort_key()
474 memset(buff, 'a', pack_length + 1); in test_make_sort_key()
475 field->make_sort_key(buff, pack_length); in test_make_sort_key()
481 const int pack_length = field->pack_length(); in test_make_sort_key() local
484 memset(from, 'b', pack_length); in test_make_sort_key()
487 memset(to, 'b', pack_length + 1); in test_make_sort_key()
525 const int pack_length = field->pack_length(); in test_integer_field() local
526 for (int i = 0; i < pack_length; ++i) { in test_integer_field()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/unittest/gunit/
H A Dfield-t.cc179 EXPECT_EQ(5UL, field->pack_length()); in TEST_F()
341 fields[i]->pack_length())) in TEST_F()
351 fields[i]->pack_length())) in TEST_F()
361 fields[i]->pack_length())) in TEST_F()
464 const uint pack_length= field->pack_length(); in test_make_sort_key() local
494 memset(buff, 'a', pack_length + 1); in test_make_sort_key()
503 const int pack_length= field->pack_length(); in test_make_sort_key() local
506 memset(from, 'b', pack_length); in test_make_sort_key()
509 memset(to, 'b', pack_length + 1); in test_make_sort_key()
550 const int pack_length= field->pack_length(); in test_integer_field() local
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/unittest/gunit/
H A Dfield-t.cc179 EXPECT_EQ(5UL, field->pack_length()); in TEST_F()
341 fields[i]->pack_length())) in TEST_F()
351 fields[i]->pack_length())) in TEST_F()
361 fields[i]->pack_length())) in TEST_F()
464 const uint pack_length= field->pack_length(); in test_make_sort_key() local
494 memset(buff, 'a', pack_length + 1); in test_make_sort_key()
503 const int pack_length= field->pack_length(); in test_make_sort_key() local
506 memset(from, 'b', pack_length); in test_make_sort_key()
509 memset(to, 'b', pack_length + 1); in test_make_sort_key()
550 const int pack_length= field->pack_length(); in test_integer_field() local
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/unittest/gunit/
H A Dfield-t.cc179 EXPECT_EQ(5UL, field->pack_length()); in TEST_F()
341 fields[i]->pack_length())) in TEST_F()
351 fields[i]->pack_length())) in TEST_F()
361 fields[i]->pack_length())) in TEST_F()
464 const uint pack_length= field->pack_length(); in test_make_sort_key() local
494 memset(buff, 'a', pack_length + 1); in test_make_sort_key()
503 const int pack_length= field->pack_length(); in test_make_sort_key() local
506 memset(from, 'b', pack_length); in test_make_sort_key()
509 memset(to, 'b', pack_length + 1); in test_make_sort_key()
550 const int pack_length= field->pack_length(); in test_integer_field() local
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/unittest/gunit/
H A Dfield-t.cc179 EXPECT_EQ(5UL, field->pack_length()); in TEST_F()
341 fields[i]->pack_length())) in TEST_F()
351 fields[i]->pack_length())) in TEST_F()
361 fields[i]->pack_length())) in TEST_F()
464 const uint pack_length= field->pack_length(); in test_make_sort_key() local
494 memset(buff, 'a', pack_length + 1); in test_make_sort_key()
503 const int pack_length= field->pack_length(); in test_make_sort_key() local
506 memset(from, 'b', pack_length); in test_make_sort_key()
509 memset(to, 'b', pack_length + 1); in test_make_sort_key()
550 const int pack_length= field->pack_length(); in test_integer_field() local
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/unittest/gunit/
H A Dfield-t.cc179 EXPECT_EQ(5UL, field->pack_length()); in TEST_F()
341 fields[i]->pack_length())) in TEST_F()
351 fields[i]->pack_length())) in TEST_F()
361 fields[i]->pack_length())) in TEST_F()
464 const uint pack_length= field->pack_length(); in test_make_sort_key() local
494 memset(buff, 'a', pack_length + 1); in test_make_sort_key()
503 const int pack_length= field->pack_length(); in test_make_sort_key() local
506 memset(from, 'b', pack_length); in test_make_sort_key()
509 memset(to, 'b', pack_length + 1); in test_make_sort_key()
550 const int pack_length= field->pack_length(); in test_integer_field() local
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/unittest/gunit/
H A Dfield-t.cc151 EXPECT_EQ(5UL, field->pack_length()); in TEST_F()
312 fields[i]->pack_length())) in TEST_F()
322 fields[i]->pack_length())) in TEST_F()
332 fields[i]->pack_length())) in TEST_F()
434 const uint pack_length= field->pack_length(); in test_make_sort_key() local
464 memset(buff, 'a', pack_length + 1); in test_make_sort_key()
473 const int pack_length= field->pack_length(); in test_make_sort_key() local
476 memset(from, 'b', pack_length); in test_make_sort_key()
479 memset(to, 'b', pack_length + 1); in test_make_sort_key()
520 const int pack_length= field->pack_length(); in test_integer_field() local
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/unittest/gunit/
H A Dfield-t.cc151 EXPECT_EQ(5UL, field->pack_length()); in TEST_F()
312 fields[i]->pack_length())) in TEST_F()
322 fields[i]->pack_length())) in TEST_F()
332 fields[i]->pack_length())) in TEST_F()
434 const uint pack_length= field->pack_length(); in test_make_sort_key() local
464 memset(buff, 'a', pack_length + 1); in test_make_sort_key()
473 const int pack_length= field->pack_length(); in test_make_sort_key() local
476 memset(from, 'b', pack_length); in test_make_sort_key()
479 memset(to, 'b', pack_length + 1); in test_make_sort_key()
520 const int pack_length= field->pack_length(); in test_integer_field() local
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/unittest/gunit/
H A Dfield-t.cc179 EXPECT_EQ(5UL, field->pack_length()); in TEST_F()
341 fields[i]->pack_length())) in TEST_F()
351 fields[i]->pack_length())) in TEST_F()
361 fields[i]->pack_length())) in TEST_F()
464 const uint pack_length= field->pack_length(); in test_make_sort_key() local
494 memset(buff, 'a', pack_length + 1); in test_make_sort_key()
503 const int pack_length= field->pack_length(); in test_make_sort_key() local
506 memset(from, 'b', pack_length); in test_make_sort_key()
509 memset(to, 'b', pack_length + 1); in test_make_sort_key()
550 const int pack_length= field->pack_length(); in test_integer_field() local
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/unittest/gunit/
H A Dfield-t.cc151 EXPECT_EQ(5UL, field->pack_length()); in TEST_F()
312 fields[i]->pack_length())) in TEST_F()
322 fields[i]->pack_length())) in TEST_F()
332 fields[i]->pack_length())) in TEST_F()
434 const uint pack_length= field->pack_length(); in test_make_sort_key() local
464 memset(buff, 'a', pack_length + 1); in test_make_sort_key()
473 const int pack_length= field->pack_length(); in test_make_sort_key() local
476 memset(from, 'b', pack_length); in test_make_sort_key()
479 memset(to, 'b', pack_length + 1); in test_make_sort_key()
520 const int pack_length= field->pack_length(); in test_integer_field() local
[all …]

12345678910>>...50