Mike MyungHwan Oh

Results 24 comments of Mike MyungHwan Oh

> Regarding disk_reserve_from_cache(), you seem to be changing the spec like below: AS-IS: When to reserve sectors, the disk manager prioritizes a permanent type volume. For example, when 5 sectors...

@hornetmj When run test.sh, you can see count result after message ("run select.sql again") as following. Do you get error, when run test.sh ? === === count(*) ====================== 1000000 And...

@hornetmj @wrlawodms I modified codes as the following, please start to review. If you need to review at the off-line, let me know. - fix to run test scenarios in...

@airnet73 If the return variables of the two functions (db_get_database_name, db_get_user_name) are not used, you need to free the memory with db_string_free().

@hgryoo 머지하기전에 pl/csql 테스트 오류가 없는지 확인부탁하고, 머지한 후에 RND팀/0.Notice 채널에 알려주세요.

@hornetmj redo recovery 함수는 disk_rv_redo_delvol()이고, log_append_postspone() 호출하는 곳은 disk_del_volume_extension() 입니다. 현재 log_append_postpone() 호출시 log data addr를 NULL로 처리했습니다. (addr의 page를 주었을 경우, disk_rv_redo_delvol()에서 disk_unformat() 호출 후 crash가 발생할 경우 recovery에서...