(gdb) f 0
#0 0x00007fa4c906f31d in ps_fetch_from_1_to_8_bytes (r_param=0x7f9dcda29438, field=<optimized out>, row=0x7f9e8f7f3358, byte_count=8) at ma_stmt_codec.c:126
126 in ma_stmt_codec.c
(gdb) f 6
#6 StmtExecuteForBindArray (mode=<optimized out>, rowoff=<optimized out>, iters=<optimized out>, errhp=<optimized out>, stmtp=<optimized out>, svchp=<optimized out>)
at /home/jenkins/agent/workspace/rpm-obci-2.0.1.16-1.1.21/ob_source_code_dir/oboci/obclient_ociap.c:3567
3567 /home/jenkins/agent/workspace/rpm-obci-2.0.1.16-1.1.21/ob_source_code_dir/oboci/obclient_ociap.c: No such file or directory.
(gdb) f 0
#0 0x00007fa4c906f31d in ps_fetch_from_1_to_8_bytes (r_param=0x7f9dcda29438, field=<optimized out>, row=0x7f9e8f7f3358, byte_count=8) at ma_stmt_codec.c:126
126 ma_stmt_codec.c: No such file or directory.
(gdb) p *r_param
$1 = {length = 0x7f9dcd7a7b30, is_null = 0x7f9dcd7a7b48 "", buffer = 0x0, error = 0x7f9dcd7a7b44 "", u = {row_ptr = 0x7f9dcda2c212 "\001", indicator = 0x7f9dcda2c212 "\001"},
store_param_func = 0x0, fetch_result = 0x0, skip_result = 0x7fa4c9063580 <skip_result_fixed>, buffer_length = 8, offset = 0, length_value = 8, flags = 0, pack_length = 8,
buffer_type = MYSQL_TYPE_LONGLONG, error_value = 0 '\000', is_unsigned = 0 '\000', long_data_used = 0 '\000', piece_data_used = 0 '\000', is_null_value = 0 '\000',
is_handle_returning_into = 0 '\000', no_need_to_parser_result = 0 '\000', last_offset = 0, extension = 0x0, mysql = 0x7fa4c429e210, bind_alloc = {free = 0x0, used = 0x0, pre_alloc = 0x0,
min_malloc = 0, block_size = 0, block_num = 0, first_block_usage = 0, error_handler = 0x0}}
(gdb) f 1
#1 0x00007fa4c906512a in mthd_stmt_fetch_to_bind (stmt=0x7f9dcd7c0a60, row=<optimized out>) at mariadb_stmt.c:863
863 mariadb_stmt.c: No such file or directory.
(gdb) p stmt->field_count
$2 = 3
(gdb) p stmt->bind[0]
$3 = {length = 0x7f9dcd7a7b30, is_null = 0x7f9dcd7a7b48 "", buffer = 0x0, error = 0x7f9dcd7a7b44 "", u = {row_ptr = 0x7f9dcda2c212 "\001", indicator = 0x7f9dcda2c212 "\001"},
store_param_func = 0x0, fetch_result = 0x0, skip_result = 0x7fa4c9063580 <skip_result_fixed>, buffer_length = 8, offset = 0, length_value = 8, flags = 0, pack_length = 8,
buffer_type = MYSQL_TYPE_LONGLONG, error_value = 0 '\000', is_unsigned = 0 '\000', long_data_used = 0 '\000', piece_data_used = 0 '\000', is_null_value = 0 '\000',
is_handle_returning_into = 0 '\000', no_need_to_parser_result = 0 '\000', last_offset = 0, extension = 0x0, mysql = 0x7fa4c429e210, bind_alloc = {free = 0x0, used = 0x0, pre_alloc = 0x0,
min_malloc = 0, block_size = 0, block_num = 0, first_block_usage = 0, error_handler = 0x0}}
(gdb) p stmt->bind[1]
$4 = {length = 0x7f9dcd7a7bf0, is_null = 0x7f9dcd7a7c08 "", buffer = 0x0, error = 0x7f9dcd7a7c04 "", u = {row_ptr = 0x0, indicator = 0x0}, store_param_func = 0x0, fetch_result = 0x0,
skip_result = 0x7fa4c9063580 <skip_result_fixed>, buffer_length = 0, offset = 0, length_value = 8, flags = 0, pack_length = 8, buffer_type = MYSQL_TYPE_LONGLONG, error_value = 0 '\000',
is_unsigned = 0 '\000', long_data_used = 0 '\000', piece_data_used = 0 '\000', is_null_value = 0 '\000', is_handle_returning_into = 0 '\000', no_need_to_parser_result = 0 '\000',
last_offset = 0, extension = 0x0, mysql = 0x0, bind_alloc = {free = 0x0, used = 0x0, pre_alloc = 0x0, min_malloc = 0, block_size = 0, block_num = 0, first_block_usage = 0,
error_handler = 0x0}}
(gdb) p stmt->bind[2]
$5 = {length = 0x7f9dcd7a7cb0, is_null = 0x7f9dcd7a7cc8 "", buffer = 0x0, error = 0x7f9dcd7a7cc4 "", u = {row_ptr = 0x0, indicator = 0x0}, store_param_func = 0x0, fetch_result = 0x0,
skip_result = 0x7fa4c9063710 <skip_result_string>, buffer_length = 0, offset = 0, length_value = 0, flags = 0, pack_length = 0, buffer_type = MYSQL_TYPE_VAR_STRING, error_value = 0 '\000',
is_unsigned = 0 '\000', long_data_used = 0 '\000', piece_data_used = 0 '\000', is_null_value = 0 '\000', is_handle_returning_into = 0 '\000', no_need_to_parser_result = 0 '\000',
last_offset = 0, extension = 0x0, mysql = 0x0, bind_alloc = {free = 0x0, used = 0x0, pre_alloc = 0x0, min_malloc = 0, block_size = 0, block_num = 0, first_block_usage = 0,
error_handler = 0x0}}