Home
last modified time | relevance | path

Searched refs:innobase_record (Results 1 – 18 of 18) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/innobase/include/
H A Drow0mysql.h842 byte *innobase_record; member
845 VCOL_STORAGE(): maria_table(NULL), innobase_record(NULL), in VCOL_STORAGE()
884 if (!storage.innobase_record) in record()
891 return storage.innobase_record; in record()
898 if (storage.innobase_record) in ~ib_vcol_row()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/include/
H A Drow0mysql.h842 byte *innobase_record; member
845 VCOL_STORAGE(): maria_table(NULL), innobase_record(NULL), in VCOL_STORAGE()
884 if (!storage.innobase_record) in record()
891 return storage.innobase_record; in record()
898 if (storage.innobase_record) in ~ib_vcol_row()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/include/
H A Drow0mysql.h842 byte *innobase_record; member
845 VCOL_STORAGE(): maria_table(NULL), innobase_record(NULL), in VCOL_STORAGE()
884 if (!storage.innobase_record) in record()
891 return storage.innobase_record; in record()
898 if (storage.innobase_record) in ~ib_vcol_row()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/innobase/include/
H A Drow0mysql.h837 byte *innobase_record; member
840 VCOL_STORAGE(): maria_table(NULL), innobase_record(NULL), in VCOL_STORAGE()
879 if (!storage.innobase_record) in record()
886 return storage.innobase_record; in record()
893 if (storage.innobase_record) in ~ib_vcol_row()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/innobase/include/
H A Drow0mysql.h837 byte *innobase_record; member
840 VCOL_STORAGE(): maria_table(NULL), innobase_record(NULL), in VCOL_STORAGE()
879 if (!storage.innobase_record) in record()
886 return storage.innobase_record; in record()
893 if (storage.innobase_record) in ~ib_vcol_row()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/innobase/include/
H A Drow0mysql.h842 byte *innobase_record; member
845 VCOL_STORAGE(): maria_table(NULL), innobase_record(NULL), in VCOL_STORAGE()
884 if (!storage.innobase_record) in record()
891 return storage.innobase_record; in record()
898 if (storage.innobase_record) in ~ib_vcol_row()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/innobase/row/
H A Drow0merge.cc584 if (!vcol_storage.innobase_record && in row_merge_buf_add()
596 my_table, vcol_storage.innobase_record, in row_merge_buf_add()
844 if (vcol_storage.innobase_record) in row_merge_buf_add()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/innobase/row/
H A Drow0merge.cc584 if (!vcol_storage.innobase_record && in row_merge_buf_add()
596 my_table, vcol_storage.innobase_record, in row_merge_buf_add()
844 if (vcol_storage.innobase_record) in row_merge_buf_add()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/row/
H A Drow0merge.cc591 if (!vcol_storage.innobase_record && in row_merge_buf_add()
603 my_table, vcol_storage.innobase_record, in row_merge_buf_add()
850 if (vcol_storage.innobase_record) in row_merge_buf_add()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/row/
H A Drow0merge.cc591 if (!vcol_storage.innobase_record && in row_merge_buf_add()
603 my_table, vcol_storage.innobase_record, in row_merge_buf_add()
850 if (vcol_storage.innobase_record) in row_merge_buf_add()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/innobase/row/
H A Drow0merge.cc591 if (!vcol_storage.innobase_record &&
603 my_table, vcol_storage.innobase_record,
850 if (vcol_storage.innobase_record)
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/innobase/row/
H A Drow0merge.cc591 if (!vcol_storage.innobase_record &&
603 my_table, vcol_storage.innobase_record,
850 if (vcol_storage.innobase_record)
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/innobase/handler/
H A Dha_innodb.cc20491 storage->innobase_record = record; in innobase_allocate_row_for_vcol()
20508 storage->innobase_record); in innobase_free_row_for_vcol()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/handler/
H A Dha_innodb.cc20746 storage->innobase_record = record; in innobase_allocate_row_for_vcol()
20763 storage->innobase_record); in innobase_free_row_for_vcol()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/handler/
H A Dha_innodb.cc20746 storage->innobase_record = record; in innobase_allocate_row_for_vcol()
20763 storage->innobase_record); in innobase_free_row_for_vcol()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/innobase/handler/
H A Dha_innodb.cc21081 storage->innobase_record = record; in innobase_allocate_row_for_vcol()
21098 storage->innobase_record); in innobase_free_row_for_vcol()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/innobase/handler/
H A Dha_innodb.cc21081 storage->innobase_record = record; in innobase_allocate_row_for_vcol()
21098 storage->innobase_record); in innobase_free_row_for_vcol()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/innobase/handler/
H A Dha_innodb.cc20491 storage->innobase_record = record; in innobase_allocate_row_for_vcol()
20508 storage->innobase_record); in innobase_free_row_for_vcol()