Skip to content

Commit

Permalink
[CBRD-24632] Change data put, get and support functions using OR_BUF …
Browse files Browse the repository at this point in the history
…in object_representation.c to inline functions (CUBRID#4066)

http://jira.cubrid.org/browse/CBRD-24632

Change data put, get and support functions using OR_BUF in object_representation.c to inline functions
  • Loading branch information
youngjinj authored Feb 7, 2023
1 parent 08f2464 commit ffb8a38
Show file tree
Hide file tree
Showing 28 changed files with 2,173 additions and 2,096 deletions.
11 changes: 6 additions & 5 deletions cs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -327,13 +327,14 @@ set(TRANSACTION_HEADERS
)

set(STORAGE_SOURCES
${STORAGE_DIR}/storage_common.c
${STORAGE_DIR}/oid.c
${STORAGE_DIR}/statistics_cl.c
${STORAGE_DIR}/file_io.c
${STORAGE_DIR}/es_common.c
${STORAGE_DIR}/byte_order.c
${STORAGE_DIR}/es.c
${STORAGE_DIR}/es_common.c
${STORAGE_DIR}/es_posix.c
${STORAGE_DIR}/file_io.c
${STORAGE_DIR}/oid.c
${STORAGE_DIR}/statistics_cl.c
${STORAGE_DIR}/storage_common.c
${STORAGE_DIR}/tde.c
)

Expand Down
3 changes: 2 additions & 1 deletion cubrid/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -339,10 +339,11 @@ set(STORAGE_SOURCES
${STORAGE_DIR}/btree.c
${STORAGE_DIR}/btree_load.c
${STORAGE_DIR}/btree_unique.cpp
${STORAGE_DIR}/byte_order.c
${STORAGE_DIR}/catalog_class.c
${STORAGE_DIR}/compactdb_sr.c
${STORAGE_DIR}/double_write_buffer.c
${STORAGE_DIR}/disk_manager.c
${STORAGE_DIR}/double_write_buffer.c
${STORAGE_DIR}/es.c
${STORAGE_DIR}/es_common.c
${STORAGE_DIR}/es_posix.c
Expand Down
3 changes: 2 additions & 1 deletion sa/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -418,10 +418,11 @@ set(STORAGE_SOURCES
${STORAGE_DIR}/btree.c
${STORAGE_DIR}/btree_load.c
${STORAGE_DIR}/btree_unique.cpp
${STORAGE_DIR}/byte_order.c
${STORAGE_DIR}/catalog_class.c
${STORAGE_DIR}/compactdb_sr.c
${STORAGE_DIR}/double_write_buffer.c
${STORAGE_DIR}/disk_manager.c
${STORAGE_DIR}/double_write_buffer.c
${STORAGE_DIR}/es.c
${STORAGE_DIR}/es_common.c
${STORAGE_DIR}/es_owfs.c
Expand Down
Loading

0 comments on commit ffb8a38

Please sign in to comment.