Home
last modified time | relevance | path

Searched refs:hidden_pk_exists (Results 1 – 24 of 24) sorted by relevance

/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/rocksdb/
H A Drdb_datadic.cc116 const bool hidden_pk_exists = table_has_hidden_pk(tbl); in setup() local
129 if (!hidden_pk_exists) in setup()
137 m_pk_key_parts = hidden_pk_exists ? 1 : pk_info->actual_key_parts; in setup()
197 if (simulating_extkey && !hidden_pk_exists) { in setup()
231 } else if (secondary_key && hidden_pk_exists) { in setup()
253 if (!hidden_pk_exists) { in setup()
558 const bool hidden_pk_exists = table_has_hidden_pk(tbl); in pack_record() local
571 if (hidden_pk_exists && !hidden_pk_id && use_all_columns) in pack_record()
590 if (hidden_pk_exists && hidden_pk_id && i + 1 == n_key_parts) { in pack_record()
848 const bool hidden_pk_exists = table_has_hidden_pk(table); in unpack_record() local
[all …]
H A Dha_rocksdb.cc9007 const bool hidden_pk_exists = has_hidden_pk(table); in inplace_populate_sk() local
9075 if (hidden_pk_exists && read_hidden_pk_id_from_rowkey(&hidden_pk_id)) { in inplace_populate_sk()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/rocksdb/
H A Drdb_datadic.cc116 const bool hidden_pk_exists = table_has_hidden_pk(tbl); in setup() local
129 if (!hidden_pk_exists) in setup()
137 m_pk_key_parts = hidden_pk_exists ? 1 : pk_info->actual_key_parts; in setup()
197 if (simulating_extkey && !hidden_pk_exists) { in setup()
231 } else if (secondary_key && hidden_pk_exists) { in setup()
253 if (!hidden_pk_exists) { in setup()
558 const bool hidden_pk_exists = table_has_hidden_pk(tbl); in pack_record() local
571 if (hidden_pk_exists && !hidden_pk_id && use_all_columns) in pack_record()
590 if (hidden_pk_exists && hidden_pk_id && i + 1 == n_key_parts) { in pack_record()
848 const bool hidden_pk_exists = table_has_hidden_pk(table); in unpack_record() local
[all …]
H A Dha_rocksdb.cc9007 const bool hidden_pk_exists = has_hidden_pk(table); in inplace_populate_sk() local
9075 if (hidden_pk_exists && read_hidden_pk_id_from_rowkey(&hidden_pk_id)) { in inplace_populate_sk()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/rocksdb/
H A Drdb_datadic.cc116 const bool hidden_pk_exists = table_has_hidden_pk(tbl); in setup() local
129 if (!hidden_pk_exists) in setup()
137 m_pk_key_parts = hidden_pk_exists ? 1 : pk_info->actual_key_parts; in setup()
197 if (simulating_extkey && !hidden_pk_exists) { in setup()
231 } else if (secondary_key && hidden_pk_exists) { in setup()
253 if (!hidden_pk_exists) { in setup()
558 const bool hidden_pk_exists = table_has_hidden_pk(tbl); in pack_record() local
571 if (hidden_pk_exists && !hidden_pk_id && use_all_columns) in pack_record()
590 if (hidden_pk_exists && hidden_pk_id && i + 1 == n_key_parts) { in pack_record()
848 const bool hidden_pk_exists = table_has_hidden_pk(table); in unpack_record() local
[all …]
H A Dha_rocksdb.cc9007 const bool hidden_pk_exists = has_hidden_pk(table); in inplace_populate_sk() local
9075 if (hidden_pk_exists && read_hidden_pk_id_from_rowkey(&hidden_pk_id)) { in inplace_populate_sk()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/
H A Drdb_datadic.cc402 const bool hidden_pk_exists = table_has_hidden_pk(tbl); in setup() local
415 if (!hidden_pk_exists) pk_info = &tbl->key_info[tbl->s->primary_key]; in setup()
422 m_pk_key_parts= hidden_pk_exists ? 1 : pk_info->ext_key_parts; in setup()
490 if (simulating_extkey && !hidden_pk_exists) { in setup()
523 } else if (secondary_key && hidden_pk_exists) { in setup()
561 if (!hidden_pk_exists) { in setup()
1287 const bool hidden_pk_exists = table_has_hidden_pk(tbl); in pack_record() local
1300 if (hidden_pk_exists && !hidden_pk_id && use_all_columns) { in pack_record()
1362 if (hidden_pk_exists && hidden_pk_id && i + 1 == n_key_parts) { in pack_record()
H A Dha_rocksdb.cc12736 const bool hidden_pk_exists = has_hidden_pk(table); local
12806 if (hidden_pk_exists &&
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/
H A Drdb_datadic.cc402 const bool hidden_pk_exists = table_has_hidden_pk(tbl);
415 if (!hidden_pk_exists) pk_info = &tbl->key_info[tbl->s->primary_key];
422 m_pk_key_parts= hidden_pk_exists ? 1 : pk_info->ext_key_parts;
490 if (simulating_extkey && !hidden_pk_exists) {
523 } else if (secondary_key && hidden_pk_exists) {
561 if (!hidden_pk_exists) {
1287 const bool hidden_pk_exists = table_has_hidden_pk(tbl);
1300 if (hidden_pk_exists && !hidden_pk_id && use_all_columns) {
1362 if (hidden_pk_exists && hidden_pk_id && i + 1 == n_key_parts) {
H A Dha_rocksdb.cc12736 const bool hidden_pk_exists = has_hidden_pk(table); local
12806 if (hidden_pk_exists &&
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/
H A Drdb_datadic.cc403 const bool hidden_pk_exists = table_has_hidden_pk(tbl); in setup() local
416 if (!hidden_pk_exists) pk_info = &tbl->key_info[tbl->s->primary_key]; in setup()
423 m_pk_key_parts= hidden_pk_exists ? 1 : pk_info->ext_key_parts; in setup()
491 if (simulating_extkey && !hidden_pk_exists) { in setup()
524 } else if (secondary_key && hidden_pk_exists) { in setup()
562 if (!hidden_pk_exists) { in setup()
1289 const bool hidden_pk_exists = table_has_hidden_pk(tbl); in pack_record() local
1302 if (hidden_pk_exists && !hidden_pk_id && use_all_columns) { in pack_record()
1364 if (hidden_pk_exists && hidden_pk_id && i + 1 == n_key_parts) { in pack_record()
H A Dha_rocksdb.cc12760 const bool hidden_pk_exists = has_hidden_pk(table); local
12830 if (hidden_pk_exists &&
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/
H A Drdb_datadic.cc401 const bool hidden_pk_exists = table_has_hidden_pk(tbl);
414 if (!hidden_pk_exists) pk_info = &tbl->key_info[tbl->s->primary_key];
421 m_pk_key_parts= hidden_pk_exists ? 1 : pk_info->ext_key_parts;
489 if (simulating_extkey && !hidden_pk_exists) {
522 } else if (secondary_key && hidden_pk_exists) {
560 if (!hidden_pk_exists) {
1286 const bool hidden_pk_exists = table_has_hidden_pk(tbl);
1299 if (hidden_pk_exists && !hidden_pk_id && use_all_columns) {
1361 if (hidden_pk_exists && hidden_pk_id && i + 1 == n_key_parts) {
H A Dha_rocksdb.cc12731 const bool hidden_pk_exists = has_hidden_pk(table); local
12801 if (hidden_pk_exists &&
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/
H A Drdb_datadic.cc401 const bool hidden_pk_exists = table_has_hidden_pk(tbl); in setup() local
414 if (!hidden_pk_exists) pk_info = &tbl->key_info[tbl->s->primary_key]; in setup()
421 m_pk_key_parts= hidden_pk_exists ? 1 : pk_info->ext_key_parts; in setup()
489 if (simulating_extkey && !hidden_pk_exists) { in setup()
522 } else if (secondary_key && hidden_pk_exists) { in setup()
560 if (!hidden_pk_exists) { in setup()
1286 const bool hidden_pk_exists = table_has_hidden_pk(tbl); in pack_record() local
1299 if (hidden_pk_exists && !hidden_pk_id && use_all_columns) { in pack_record()
1361 if (hidden_pk_exists && hidden_pk_id && i + 1 == n_key_parts) { in pack_record()
H A Dha_rocksdb.cc12731 const bool hidden_pk_exists = has_hidden_pk(table); local
12801 if (hidden_pk_exists &&
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/
H A Drdb_datadic.cc403 const bool hidden_pk_exists = table_has_hidden_pk(tbl); in setup() local
416 if (!hidden_pk_exists) pk_info = &tbl->key_info[tbl->s->primary_key]; in setup()
423 m_pk_key_parts= hidden_pk_exists ? 1 : pk_info->ext_key_parts; in setup()
491 if (simulating_extkey && !hidden_pk_exists) { in setup()
524 } else if (secondary_key && hidden_pk_exists) { in setup()
562 if (!hidden_pk_exists) { in setup()
1289 const bool hidden_pk_exists = table_has_hidden_pk(tbl); in pack_record() local
1302 if (hidden_pk_exists && !hidden_pk_id && use_all_columns) { in pack_record()
1364 if (hidden_pk_exists && hidden_pk_id && i + 1 == n_key_parts) { in pack_record()
H A Dha_rocksdb.cc12760 const bool hidden_pk_exists = has_hidden_pk(table); local
12830 if (hidden_pk_exists &&
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/
H A Drdb_datadic.cc371 const bool hidden_pk_exists = table_has_hidden_pk(tbl); in setup() local
384 if (!hidden_pk_exists) pk_info = &tbl->key_info[tbl->s->primary_key]; in setup()
391 m_pk_key_parts = hidden_pk_exists ? 1 : pk_info->actual_key_parts; in setup()
468 if (simulating_extkey && !hidden_pk_exists) { in setup()
501 } else if (secondary_key && hidden_pk_exists) { in setup()
535 if (!hidden_pk_exists) { in setup()
1258 const bool hidden_pk_exists = table_has_hidden_pk(tbl); in pack_record() local
1271 if (hidden_pk_exists && !hidden_pk_id && use_all_columns) { in pack_record()
1333 if (hidden_pk_exists && hidden_pk_id && i + 1 == n_key_parts) { in pack_record()
H A Dha_rocksdb.cc13054 const bool hidden_pk_exists = has_hidden_pk(table); local
13125 if (hidden_pk_exists &&
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/
H A Drdb_datadic.cc371 const bool hidden_pk_exists = table_has_hidden_pk(tbl); in setup() local
384 if (!hidden_pk_exists) pk_info = &tbl->key_info[tbl->s->primary_key]; in setup()
391 m_pk_key_parts = hidden_pk_exists ? 1 : pk_info->actual_key_parts; in setup()
468 if (simulating_extkey && !hidden_pk_exists) { in setup()
501 } else if (secondary_key && hidden_pk_exists) { in setup()
535 if (!hidden_pk_exists) { in setup()
1258 const bool hidden_pk_exists = table_has_hidden_pk(tbl); in pack_record() local
1271 if (hidden_pk_exists && !hidden_pk_id && use_all_columns) { in pack_record()
1333 if (hidden_pk_exists && hidden_pk_id && i + 1 == n_key_parts) { in pack_record()
H A Dha_rocksdb.cc13054 const bool hidden_pk_exists = has_hidden_pk(table); local
13125 if (hidden_pk_exists &&
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/
H A Drdb_datadic.cc371 const bool hidden_pk_exists = table_has_hidden_pk(tbl); in setup() local
384 if (!hidden_pk_exists) pk_info = &tbl->key_info[tbl->s->primary_key]; in setup()
391 m_pk_key_parts = hidden_pk_exists ? 1 : pk_info->actual_key_parts; in setup()
468 if (simulating_extkey && !hidden_pk_exists) { in setup()
501 } else if (secondary_key && hidden_pk_exists) { in setup()
535 if (!hidden_pk_exists) { in setup()
1258 const bool hidden_pk_exists = table_has_hidden_pk(tbl); in pack_record() local
1271 if (hidden_pk_exists && !hidden_pk_id && use_all_columns) { in pack_record()
1333 if (hidden_pk_exists && hidden_pk_id && i + 1 == n_key_parts) { in pack_record()
H A Dha_rocksdb.cc13054 const bool hidden_pk_exists = has_hidden_pk(table); local
13125 if (hidden_pk_exists &&