crashing thread: > mysqld.exe!unlink_block(st_pagecache * pagecache=0x014347c0, st_pagecache_block_link * block=0x03b41d38) Line 1340 + 0xb bytes C mysqld.exe!free_block(st_pagecache * pagecache=0x014347c0, st_pagecache_block_link * block=0x03b41d38) Line 3757 + 0xd bytes C mysqld.exe!flush_pagecache_blocks_int(st_pagecache * pagecache=0x014347c0, st_pagecache_file * file=0x03d25c34, flush_type type=FLUSH_IGNORE_CHANGED, pagecache_flush_filter_result (pagecache_page_type, unsigned __int64, __int64, void *)* filter=0x00000000, void * filter_arg=0x00000000) Line 4143 + 0x10 bytes C mysqld.exe!flush_pagecache_blocks_with_filter(st_pagecache * pagecache=0x014347c0, st_pagecache_file * file=0x03d25c34, flush_type type=FLUSH_IGNORE_CHANGED, pagecache_flush_filter_result (pagecache_page_type, unsigned __int64, __int64, void *)* filter=0x00000000, void * filter_arg=0x00000000) Line 4282 + 0x19 bytes C mysqld.exe!_ma_once_end_block_record(st_maria_share * share=0x03d25808) Line 434 + 0x31 bytes C mysqld.exe!maria_close(st_maria_handler * info=0x03dfe1f0) Line 74 + 0x11 bytes C mysqld.exe!ha_maria::close() Line 893 + 0x9 bytes C++ mysqld.exe!handler::drop_table(const char * name=0x03dc5af0) Line 2464 + 0xf bytes C++ mysqld.exe!handler::ha_drop_table(const char * name=0x03dc5af0) Line 2717 + 0x16 bytes C++ mysqld.exe!free_tmp_table(THD * thd=0x03cdd8c0, st_table * entry=0x03dc5080) Line 10820 C++ mysqld.exe!Materialized_cursor::close() Line 649 + 0x1c bytes C++ mysqld.exe!Materialized_cursor::fetch(unsigned long num_rows=0xffffffff) Line 627 + 0xf bytes C++ mysqld.exe!mysql_stmt_fetch(THD * thd=0x03cdd8c0, char * packet=0x03ccf7c9, unsigned int packet_length=0x00000008) Line 2438 + 0x13 bytes C++ mysqld.exe!dispatch_command(enum_server_command command=COM_STMT_FETCH, THD * thd=0x03cdd8c0, char * packet=0x03ccf7c9, unsigned int packet_length=0x00000008) Line 1089 + 0x11 bytes C++ mysqld.exe!do_command(THD * thd=0x03cdd8c0) Line 789 + 0x1b bytes C++ mysqld.exe!handle_one_connection(void * arg=0x03cdd8c0) Line 1120 + 0x9 bytes C++ mysqld.exe!pthread_start(void * param=0x03c97088) Line 86 + 0x9 bytes C mysqld.exe!_callthreadstart() Line 293 + 0xf bytes C mysqld.exe!_threadstart(void * ptd=0x06afdc50) Line 277 C kernel32.dll!FlsSetValue() + 0x136 bytes [Frames below may be incorrect and/or missing, no symbols loaded for kernel32.dll] static void unlink_block(PAGECACHE *pagecache, PAGECACHE_BLOCK_LINK *block) { DBUG_ENTER("unlink_block"); DBUG_PRINT("unlink_block", ("unlink 0x%lx", (ulong)block)); if (block->next_used == block) { /* The list contains only one member */ pagecache->used_last= pagecache->used_ins= NULL; } else { block->next_used->prev_used= block->prev_used; <-------here *block->prev_used= block->next_used; - pagecache 0x014347c0 _maria_pagecache_var {mem_size=0x007fffdc min_warm_blocks=0x000003e6 age_threshold=0x00000baf ...} st_pagecache * mem_size 0x007fffdc unsigned int min_warm_blocks 0x000003e6 unsigned long age_threshold 0x00000baf unsigned long time 0x00000000000a2a88 unsigned __int64 hash_entries 0x00000800 unsigned long hash_links 0x000007cc long hash_links_used 0x000003ea long disk_blocks 0x000003e5 long blocks_used 0x000003e5 unsigned long blocks_unused 0x00000079 unsigned long blocks_changed 0x000000e5 unsigned long warm_blocks 0x00000252 unsigned long cnt_for_resize_op 0x00000002 unsigned long blocks_available 0x00000000 unsigned long blocks 0x000003e5 long block_size 0x00002000 unsigned int + hash_root 0x03b45f38 st_pagecache_hash_link * * + hash_link_root 0x03b47f38 {next=0x00000000 prev=0x03b46464 block=0x03b2eb98 ...} st_pagecache_hash_link * + free_hash_list 0x03b496a0 {next=0x03b496d8 prev=0x03b53b20 block=0x00000000 ...} st_pagecache_hash_link * + free_block_list 0x03b358b8 {next_used=0x03b33cf8 prev_used=0x03b38738 next_changed=0x03b41d38 ...} st_pagecache_block_link * + block_root 0x03b2e958 {next_used=0x03b32df8 prev_used=0x03b38738 next_changed=0x03b31598 ...} st_pagecache_block_link * + block_mem 0x05290058 "" unsigned char * + used_last 0x03b38738 {next_used=0x03b3ef18 prev_used=0x03b31298 next_changed=0x00000000 ...} st_pagecache_block_link * + used_ins 0x03b38738 {next_used=0x03b3ef18 prev_used=0x03b31298 next_changed=0x00000000 ...} st_pagecache_block_link * + cache_lock {DebugInfo=0x002dd730 LockCount=0xffffffda RecursionCount=0x00000001 ...} _RTL_CRITICAL_SECTION + resize_queue {last_thread=0x00000000 } st_pagecache_wqueue + waiting_for_hash_link {last_thread=0x00000000 } st_pagecache_wqueue + waiting_for_block {last_thread=0x00000000 } st_pagecache_wqueue + changed_blocks 0x0143484c st_pagecache_block_link * [128] + file_blocks 0x01434a4c st_pagecache_block_link * [128] param_buff_size 0x0000000000000000 unsigned __int64 param_block_size 0x00000000 unsigned long param_division_limit 0x00000000 unsigned long param_age_threshold 0x00000000 unsigned long global_blocks_changed 0x000000e5 unsigned long global_cache_w_requests 0x000000000001955b unsigned __int64 global_cache_write 0x0000000000001ce4 unsigned __int64 global_cache_r_requests 0x00000000000718bd unsigned __int64 global_cache_read 0x000000000001c1af unsigned __int64 shift 0x0000000d unsigned int readwrite_flags 0x00000024 int org_readwrite_flags 0x00000024 int inited 0x01 '?' char resize_in_flush 0x00 char can_be_used 0x01 '?' char in_init 0x00 char + files_in_flush {key_offset=0x00000000 key_length=0x00000004 blength=0x00000002 ...} st_hash - block 0x03b41d38 {next_used=0x00000000 prev_used=0x03b31898 next_changed=0x03b41bb8 ...} st_pagecache_block_link * + next_used 0x00000000 {next_used=??? prev_used=??? next_changed=??? ...} st_pagecache_block_link * + prev_used 0x03b31898 st_pagecache_block_link * * + next_changed 0x03b41bb8 {next_used=0x03b44df8 prev_used=0x03b36218 next_changed=0x03b36218 ...} st_pagecache_block_link * + prev_changed 0x014348d8 st_pagecache_block_link * * + hash_link 0x00000000 {next=??? prev=??? block=??? ...} st_pagecache_hash_link * + pin_list 0x00000000 {next=??? prev=??? thread=??? } st_pagecache_pin_info * + lock_list 0x00000000 {next=??? prev=??? thread=??? ...} st_pagecache_lock_info * + condvar 0x00000000 {waiting=??? lock_waiting={...} EVENTS=??? ...} pthread_cond_t * + buffer 0x058fa058 "" unsigned char * write_locker 0x0002d290 void * last_hit_time 0x0000000000000000 unsigned __int64 + wqueue 0x03b41d68 {last_thread=0x00000000 } st_pagecache_wqueue [3] requests 0x00000001 unsigned int status 0x00000000 unsigned int pins 0x00000000 unsigned int wlocks 0x00000000 unsigned int temperature PCBLOCK_COLD PCBLOCK_TEMPERATURE type PAGECACHE_EMPTY_PAGE pagecache_page_type hits_left 0x00000000 unsigned int rec_lsn 0x00ffffffffffffff __int64 + _db_stack_frame_ {func=0x00ec2ef8 "flush_pagecache_blocks_int" file=0x00ec2ee4 ".\ma_pagecache.c" level=0x80000008 ...} _db_stack_frame_ other threads: ---------------------- ntdll.dll!NtWaitForSingleObject() + 0x15 bytes [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] ntdll.dll!RtlCheckForOrphanedCriticalSections() + 0x146 bytes > mysqld.exe!flush_pagecache_blocks_with_filter(st_pagecache * pagecache=0x014347c0, st_pagecache_file * file=0x05d5fcc4, flush_type type=FLUSH_KEEP_LAZY, pagecache_flush_filter_result (pagecache_page_type, unsigned __int64, __int64, void *)* filter=0x009f6260, void * filter_arg=0x05d5fd34) Line 4280 + 0xf bytes C mysqld.exe!collect_tables(st_mysql_lex_string * str=0x05d5fe70, __int64 checkpoint_start_log_horizon=0x00000001085ac2d1) Line 1126 + 0x1d bytes C mysqld.exe!really_execute_checkpoint() Line 196 + 0x11 bytes C mysqld.exe!ma_checkpoint_execute(enum_ma_checkpoint_level level=CHECKPOINT_MEDIUM, char no_wait='') Line 132 + 0x5 bytes C mysqld.exe!ma_checkpoint_background(void * arg=0x0000001e) Line 616 + 0x9 bytes C mysqld.exe!pthread_start(void * param=0x03c3f028) Line 86 + 0x9 bytes C mysqld.exe!_callthreadstart() Line 293 + 0xf bytes C mysqld.exe!_threadstart(void * ptd=0x03c3f060) Line 277 C kernel32.dll!FlsSetValue() + 0x136 bytes ntdll.dll!NtWaitForSingleObject() + 0x15 bytes [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] ntdll.dll!RtlCheckForOrphanedCriticalSections() + 0x146 bytes > mysqld.exe!maria_create(const char * name=0x03be0f68, data_file_type datafile_type=BLOCK_RECORD, unsigned int keys=0x00000000, st_maria_keydef * keydefs=0x0625cbe0, unsigned int columns=0x00000003, st_maria_columndef * columndef=0x03be0e28, unsigned int uniques=0x00000000, st_maria_unique_def * uniquedefs=0x0625cbcc, st_maria_create_info * ci=0x0625cb7c, unsigned int flags=0x00000004) Line 770 + 0xd bytes C mysqld.exe!create_internal_tmp_table(st_table * table=0x0625cee4, TMP_TABLE_PARAM * param=0x03bdce68, unsigned __int64 options=0x00000000a004ca00) Line 10529 + 0x85 bytes C++ mysqld.exe!create_internal_tmp_table_from_heap2(THD * thd=0x03bb0be8, st_table * table=0x03be0498, TMP_TABLE_PARAM * param=0x03bdce68, int error=0x00000087, int ignore_last_dupp_key_error=0x00000000, handlerton * hton=0x03b2e6a0, const char * proc_info=0x00c2d594) Line 10725 + 0x33 bytes C++ mysqld.exe!create_internal_tmp_table_from_heap(THD * thd=0x03bb0be8, st_table * table=0x03be0498, TMP_TABLE_PARAM * param=0x03bdce68, int error=0x00000087, int ignore_last_dupp_key_error=0x00000000) Line 10551 + 0x24 bytes C++ mysqld.exe!schema_table_store_record(THD * thd=0x03bb0be8, st_table * table=0x03be0498) Line 2255 + 0x1d bytes C++ mysqld.exe!show_status_array(THD * thd=0x03bb0be8, const char * wild=0x00000000, st_mysql_show_var * variables=0x02d5648c, enum_var_type value_type=OPT_GLOBAL, system_status_var * status_var=0x0625db00, const char * prefix=0x00c2f62b, st_table * table=0x03be0498, int ucase_names=0x00000000) Line 2190 + 0xd bytes C++ mysqld.exe!fill_status(THD * thd=0x03bb0be8, TABLE_LIST * tables=0x03bdcb30, Item * cond=0x00000000) Line 5241 + 0x32 bytes C++ mysqld.exe!get_schema_tables_result(JOIN * join=0x03bdcfa8, enum_schema_table_state executed_place=PROCESSED_BY_JOIN_EXEC) Line 5903 + 0x1c bytes C++ mysqld.exe!JOIN::exec() Line 1741 + 0x3d bytes C++ mysqld.exe!mysql_select(THD * thd=0x03bb0be8, Item * * * rref_pointer_array=0x03bb1f94, TABLE_LIST * tables=0x03bdcb30, unsigned int wild_num=0x00000000, List & fields={...}, Item * conds=0x00000000, unsigned int og_num=0x00000000, st_order * order=0x00000000, st_order * group=0x00000000, Item * having=0x00000000, st_order * proc_param=0x00000000, unsigned __int64 select_options=0x00000000a004ca00, select_result * result=0x03bdcf98, st_select_lex_unit * unit=0x03bb1bc8, st_select_lex * select_lex=0x03bb1e90) Line 2387 C++ mysqld.exe!handle_select(THD * thd=0x03bb0be8, st_lex * lex=0x03bb1b68, select_result * result=0x03bdcf98, unsigned long setup_tables_done_option=0x00000000) Line 280 + 0x9e bytes C++ mysqld.exe!execute_sqlcom_select(THD * thd=0x03bb0be8, TABLE_LIST * all_tables=0x03bdcb30) Line 4757 + 0x13 bytes C++ mysqld.exe!mysql_execute_command(THD * thd=0x03bb0be8) Line 2022 + 0xd bytes C++ mysqld.exe!mysql_parse(THD * thd=0x03bb0be8, const char * inBuf=0x03bdc8f8, unsigned int length=0x0000002e, const char * * found_semicolon=0x0625fd20) Line 5630 + 0x9 bytes C++ mysqld.exe!dispatch_command(enum_server_command command=COM_QUERY, THD * thd=0x03bb0be8, char * packet=0x03bec041, unsigned int packet_length=0x0000002e) Line 1129 + 0x1e bytes C++ mysqld.exe!do_command(THD * thd=0x03bb0be8) Line 789 + 0x1b bytes C++ mysqld.exe!handle_one_connection(void * arg=0x03bb0be8) Line 1120 + 0x9 bytes C++ mysqld.exe!pthread_start(void * param=0x03c7fff0) Line 86 + 0x9 bytes C mysqld.exe!_callthreadstart() Line 293 + 0xf bytes C mysqld.exe!_threadstart(void * ptd=0x03bcc560) Line 277 C kernel32.dll!FlsSetValue() + 0x136 bytes ntdll.dll!NtWaitForSingleObject() + 0x15 bytes [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] ntdll.dll!RtlCheckForOrphanedCriticalSections() + 0x146 bytes > mysqld.exe!pagecache_write_part(st_pagecache * pagecache=0x014347c0, st_pagecache_file * file=0x03c13abc, unsigned __int64 pageno=0x0000000000000000, unsigned int level=0x00000000, unsigned char * buff=0x03c141d8, pagecache_page_type type=PAGECACHE_PLAIN_PAGE, pagecache_page_lock lock=PAGECACHE_LOCK_LEFT_UNLOCKED, pagecache_page_pin pin=PAGECACHE_PIN_LEFT_UNPINNED, pagecache_write_mode write_mode=PAGECACHE_WRITE_DELAY, st_pagecache_block_link * * page_link=0x074edc08, __int64 first_REDO_LSN_for_page=0x0000000000000000, unsigned int offset=0x00000000, unsigned int size=0x00002000) Line 3514 + 0xf bytes C mysqld.exe!write_changed_bitmap(st_maria_share * share=0x03c13690, st_maria_file_bitmap * bitmap=0x03c13aa0) Line 161 + 0x46 bytes C mysqld.exe!_ma_bitmap_wait_or_flush(st_maria_share * share=0x03c13690) Line 331 + 0xd bytes C mysqld.exe!_ma_scan_init_block_record(st_maria_handler * info=0x03d13620) Line 4820 + 0x1c bytes C mysqld.exe!maria_scan_init(st_maria_handler * info=0x03d13620) Line 29 + 0x13 bytes C mysqld.exe!ha_maria::rnd_init(int scan=0x00000001) Line 1994 + 0xf bytes C++ mysqld.exe!handler::ha_rnd_init(int scan=0x00000001) Line 1074 + 0x16 bytes C++ mysqld.exe!init_read_record(st_read_record * info=0x03cd79ac, THD * thd=0x03cfc678, st_table * table=0x06c55898, SQL_SELECT * select=0x03cd7bf8, int use_record_cache=0x00000001, int print_error=0x00000001) Line 241 C++ mysqld.exe!join_init_read_record(st_join_table * tab=0x03cd7968) Line 11880 + 0x2d bytes C++ mysqld.exe!sub_select(JOIN * join=0x03cd61c0, st_join_table * join_tab=0x03cd7968, int end_of_records=0x00000000) Line 11230 + 0xe bytes C++ mysqld.exe!do_select(JOIN * join=0x03cd61c0, List * fields=0x03cfd9c0, st_table * table=0x00000000, Procedure * procedure=0x00000000) Line 10987 + 0xf bytes C++ mysqld.exe!JOIN::exec() Line 2207 + 0x19 bytes C++ mysqld.exe!mysql_select(THD * thd=0x03cfc678, Item * * * rref_pointer_array=0x03cfda24, TABLE_LIST * tables=0x03cd5f30, unsigned int wild_num=0x00000001, List & fields={...}, Item * conds=0x00000000, unsigned int og_num=0x00000000, st_order * order=0x00000000, st_order * group=0x00000000, Item * having=0x00000000, st_order * proc_param=0x00000000, unsigned __int64 select_options=0x0000000080044a00, select_result * result=0x03cd61b0, st_select_lex_unit * unit=0x03cfd658, st_select_lex * select_lex=0x03cfd920) Line 2387 C++ mysqld.exe!handle_select(THD * thd=0x03cfc678, st_lex * lex=0x03cfd5f8, select_result * result=0x03cd61b0, unsigned long setup_tables_done_option=0x00000000) Line 280 + 0x9e bytes C++ mysqld.exe!execute_sqlcom_select(THD * thd=0x03cfc678, TABLE_LIST * all_tables=0x03cd5f30) Line 4757 + 0x13 bytes C++ mysqld.exe!mysql_execute_command(THD * thd=0x03cfc678) Line 2064 + 0xd bytes C++ mysqld.exe!mysql_parse(THD * thd=0x03cfc678, const char * inBuf=0x03cd5de0, unsigned int length=0x00000014, const char * * found_semicolon=0x074efd20) Line 5630 + 0x9 bytes C++ mysqld.exe!dispatch_command(enum_server_command command=COM_QUERY, THD * thd=0x03cfc678, char * packet=0x03d19721, unsigned int packet_length=0x00000014) Line 1129 + 0x1e bytes C++ mysqld.exe!do_command(THD * thd=0x03cfc678) Line 789 + 0x1b bytes C++ mysqld.exe!handle_one_connection(void * arg=0x03cfc678) Line 1120 + 0x9 bytes C++ mysqld.exe!pthread_start(void * param=0x03be7fe8) Line 86 + 0x9 bytes C mysqld.exe!_callthreadstart() Line 293 + 0xf bytes C mysqld.exe!_threadstart(void * ptd=0x03cef6a8) Line 277 C kernel32.dll!FlsSetValue() + 0x136 bytes ntdll.dll!NtWaitForSingleObject() + 0x15 bytes [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] ntdll.dll!RtlCheckForOrphanedCriticalSections() + 0x146 bytes > mysqld.exe!pagecache_read(st_pagecache * pagecache=0x014347c0, st_pagecache_file * file=0x03c0c804, unsigned __int64 pageno=0x0000000000000000, unsigned int level=0x00000000, unsigned char * buff=0x03e6d020, pagecache_page_type type=PAGECACHE_PLAIN_PAGE, pagecache_page_lock lock=PAGECACHE_LOCK_LEFT_UNLOCKED, st_pagecache_block_link * * page_link=0x0882dae8) Line 2992 + 0xf bytes C mysqld.exe!_ma_scan_block_record(st_maria_handler * info=0x03d51cb8, unsigned char * record=0x03dcdd40, unsigned __int64 record_pos=0x0000000000000000, char skip_deleted='') Line 5070 + 0x3e bytes C mysqld.exe!maria_scan(st_maria_handler * info=0x03d51cb8, unsigned char * record=0x03dcdd40) Line 53 + 0x32 bytes C mysqld.exe!ha_maria::rnd_next(unsigned char * buf=0x03dcdd40) Line 2010 + 0x13 bytes C++ mysqld.exe!rr_sequential(st_read_record * info=0x03cc8534) Line 362 + 0x1f bytes C++ mysqld.exe!join_init_read_record(st_join_table * tab=0x03cc84f0) Line 11881 + 0x11 bytes C++ mysqld.exe!sub_select(JOIN * join=0x03cc7018, st_join_table * join_tab=0x03cc84f0, int end_of_records=0x00000000) Line 11230 + 0xe bytes C++ mysqld.exe!do_select(JOIN * join=0x03cc7018, List * fields=0x03d776b8, st_table * table=0x00000000, Procedure * procedure=0x00000000) Line 10987 + 0xf bytes C++ mysqld.exe!JOIN::exec() Line 2207 + 0x19 bytes C++ mysqld.exe!mysql_select(THD * thd=0x03bda8a8, Item * * * rref_pointer_array=0x03d7771c, TABLE_LIST * tables=0x06ab2840, unsigned int wild_num=0x00000000, List & fields={...}, Item * conds=0x00000000, unsigned int og_num=0x00000000, st_order * order=0x00000000, st_order * group=0x00000000, Item * having=0x00000000, st_order * proc_param=0x00000000, unsigned __int64 select_options=0x0000000090044a00, select_result * result=0x03cc6e30, st_select_lex_unit * unit=0x03d77350, st_select_lex * select_lex=0x03d77618) Line 2387 C++ mysqld.exe!handle_select(THD * thd=0x03bda8a8, st_lex * lex=0x03d772f0, select_result * result=0x03cc6e30, unsigned long setup_tables_done_option=0x00000000) Line 280 + 0x9e bytes C++ mysqld.exe!execute_sqlcom_select(THD * thd=0x03bda8a8, TABLE_LIST * all_tables=0x06ab2840) Line 4757 + 0x13 bytes C++ mysqld.exe!mysql_execute_command(THD * thd=0x03bda8a8) Line 2064 + 0xd bytes C++ mysqld.exe!mysql_open_cursor(THD * thd=0x03bda8a8, unsigned int flags=0x00000002, select_result * result=0x03d770a4, Server_side_cursor * * pcursor=0x03d77094) Line 167 + 0x9 bytes C++ mysqld.exe!Prepared_statement::execute(String * expanded_query=0x0882f644, int open_cursor=0x00000001) Line 3075 + 0x1c bytes C++ mysqld.exe!mysql_stmt_execute(THD * thd=0x03bda8a8, char * packet_arg=0x03d45799, unsigned int packet_length=0x00000009) Line 2325 + 0x19 bytes C++ mysqld.exe!dispatch_command(enum_server_command command=COM_STMT_EXECUTE, THD * thd=0x03bda8a8, char * packet=0x03d45799, unsigned int packet_length=0x00000009) Line 1084 + 0x11 bytes C++ mysqld.exe!do_command(THD * thd=0x03bda8a8) Line 789 + 0x1b bytes C++ mysqld.exe!handle_one_connection(void * arg=0x03bda8a8) Line 1120 + 0x9 bytes C++ mysqld.exe!pthread_start(void * param=0x03cef9b8) Line 86 + 0x9 bytes C mysqld.exe!_callthreadstart() Line 293 + 0xf bytes C mysqld.exe!_threadstart(void * ptd=0x03e6cd78) Line 277 C kernel32.dll!FlsSetValue() + 0x136 bytes ntdll.dll!NtWaitForSingleObject() + 0x15 bytes [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] ntdll.dll!RtlCheckForOrphanedCriticalSections() + 0x146 bytes > mysqld.exe!pagecache_read(st_pagecache * pagecache=0x014347c0, st_pagecache_file * file=0x03c0c804, unsigned __int64 pageno=0x0000000000000000, unsigned int level=0x00000000, unsigned char * buff=0x03ccb5e8, pagecache_page_type type=PAGECACHE_PLAIN_PAGE, pagecache_page_lock lock=PAGECACHE_LOCK_LEFT_UNLOCKED, st_pagecache_block_link * * page_link=0x085edae8) Line 2992 + 0xf bytes C mysqld.exe!_ma_scan_block_record(st_maria_handler * info=0x03cc1c98, unsigned char * record=0x03cb51a0, unsigned __int64 record_pos=0x0000000000000000, char skip_deleted='') Line 5070 + 0x3e bytes C mysqld.exe!maria_scan(st_maria_handler * info=0x03cc1c98, unsigned char * record=0x03cb51a0) Line 53 + 0x32 bytes C mysqld.exe!ha_maria::rnd_next(unsigned char * buf=0x03cb51a0) Line 2010 + 0x13 bytes C++ mysqld.exe!rr_sequential(st_read_record * info=0x03d629dc) Line 362 + 0x1f bytes C++ mysqld.exe!join_init_read_record(st_join_table * tab=0x03d62998) Line 11881 + 0x11 bytes C++ mysqld.exe!sub_select(JOIN * join=0x03d614c0, st_join_table * join_tab=0x03d62998, int end_of_records=0x00000000) Line 11230 + 0xe bytes C++ mysqld.exe!do_select(JOIN * join=0x03d614c0, List * fields=0x06a0f6a0, st_table * table=0x00000000, Procedure * procedure=0x00000000) Line 10987 + 0xf bytes C++ mysqld.exe!JOIN::exec() Line 2207 + 0x19 bytes C++ mysqld.exe!mysql_select(THD * thd=0x03d04a78, Item * * * rref_pointer_array=0x06a0f704, TABLE_LIST * tables=0x03cf3598, unsigned int wild_num=0x00000000, List & fields={...}, Item * conds=0x00000000, unsigned int og_num=0x00000000, st_order * order=0x00000000, st_order * group=0x00000000, Item * having=0x00000000, st_order * proc_param=0x00000000, unsigned __int64 select_options=0x0000000090044a00, select_result * result=0x03d612d8, st_select_lex_unit * unit=0x06a0f338, st_select_lex * select_lex=0x06a0f600) Line 2387 C++ mysqld.exe!handle_select(THD * thd=0x03d04a78, st_lex * lex=0x06a0f2d8, select_result * result=0x03d612d8, unsigned long setup_tables_done_option=0x00000000) Line 280 + 0x9e bytes C++ mysqld.exe!execute_sqlcom_select(THD * thd=0x03d04a78, TABLE_LIST * all_tables=0x03cf3598) Line 4757 + 0x13 bytes C++ mysqld.exe!mysql_execute_command(THD * thd=0x03d04a78) Line 2064 + 0xd bytes C++ mysqld.exe!mysql_open_cursor(THD * thd=0x03d04a78, unsigned int flags=0x00000002, select_result * result=0x06a0f08c, Server_side_cursor * * pcursor=0x06a0f07c) Line 167 + 0x9 bytes C++ mysqld.exe!Prepared_statement::execute(String * expanded_query=0x085ef644, int open_cursor=0x00000001) Line 3075 + 0x1c bytes C++ mysqld.exe!mysql_stmt_execute(THD * thd=0x03d04a78, char * packet_arg=0x03d66669, unsigned int packet_length=0x00000009) Line 2325 + 0x19 bytes C++ mysqld.exe!dispatch_command(enum_server_command command=COM_STMT_EXECUTE, THD * thd=0x03d04a78, char * packet=0x03d66669, unsigned int packet_length=0x00000009) Line 1084 + 0x11 bytes C++ mysqld.exe!do_command(THD * thd=0x03d04a78) Line 789 + 0x1b bytes C++ mysqld.exe!handle_one_connection(void * arg=0x03d04a78) Line 1120 + 0x9 bytes C++ mysqld.exe!pthread_start(void * param=0x068f5480) Line 86 + 0x9 bytes C mysqld.exe!_callthreadstart() Line 293 + 0xf bytes C mysqld.exe!_threadstart(void * ptd=0x074f0cf8) Line 277 C kernel32.dll!FlsSetValue() + 0x136 bytes ntdll.dll!NtWaitForSingleObject() + 0x15 bytes [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] ntdll.dll!RtlCheckForOrphanedCriticalSections() + 0x146 bytes > mysqld.exe!pagecache_read(st_pagecache * pagecache=0x014347c0, st_pagecache_file * file=0x03c0c804, unsigned __int64 pageno=0x0000000000000000, unsigned int level=0x00000000, unsigned char * buff=0x03dbc050, pagecache_page_type type=PAGECACHE_PLAIN_PAGE, pagecache_page_lock lock=PAGECACHE_LOCK_LEFT_UNLOCKED, st_pagecache_block_link * * page_link=0x08b1dae8) Line 2992 + 0xf bytes C mysqld.exe!_ma_scan_block_record(st_maria_handler * info=0x03c0cf20, unsigned char * record=0x03c0b430, unsigned __int64 record_pos=0x0000000000000000, char skip_deleted='') Line 5070 + 0x3e bytes C mysqld.exe!maria_scan(st_maria_handler * info=0x03c0cf20, unsigned char * record=0x03c0b430) Line 53 + 0x32 bytes C mysqld.exe!ha_maria::rnd_next(unsigned char * buf=0x03c0b430) Line 2010 + 0x13 bytes C++ mysqld.exe!rr_sequential(st_read_record * info=0x03d5f92c) Line 362 + 0x1f bytes C++ mysqld.exe!join_init_read_record(st_join_table * tab=0x03d5f8e8) Line 11881 + 0x11 bytes C++ mysqld.exe!sub_select(JOIN * join=0x03d5e410, st_join_table * join_tab=0x03d5f8e8, int end_of_records=0x00000000) Line 11230 + 0xe bytes C++ mysqld.exe!do_select(JOIN * join=0x03d5e410, List * fields=0x0696c6a0, st_table * table=0x00000000, Procedure * procedure=0x00000000) Line 10987 + 0xf bytes C++ mysqld.exe!JOIN::exec() Line 2207 + 0x19 bytes C++ mysqld.exe!mysql_select(THD * thd=0x03bd8898, Item * * * rref_pointer_array=0x0696c704, TABLE_LIST * tables=0x03cfa780, unsigned int wild_num=0x00000000, List & fields={...}, Item * conds=0x00000000, unsigned int og_num=0x00000000, st_order * order=0x00000000, st_order * group=0x00000000, Item * having=0x00000000, st_order * proc_param=0x00000000, unsigned __int64 select_options=0x0000000090044a00, select_result * result=0x03d5e228, st_select_lex_unit * unit=0x0696c338, st_select_lex * select_lex=0x0696c600) Line 2387 C++ mysqld.exe!handle_select(THD * thd=0x03bd8898, st_lex * lex=0x0696c2d8, select_result * result=0x03d5e228, unsigned long setup_tables_done_option=0x00000000) Line 280 + 0x9e bytes C++ mysqld.exe!execute_sqlcom_select(THD * thd=0x03bd8898, TABLE_LIST * all_tables=0x03cfa780) Line 4757 + 0x13 bytes C++ mysqld.exe!mysql_execute_command(THD * thd=0x03bd8898) Line 2064 + 0xd bytes C++ mysqld.exe!mysql_open_cursor(THD * thd=0x03bd8898, unsigned int flags=0x00000002, select_result * result=0x0696c08c, Server_side_cursor * * pcursor=0x0696c07c) Line 167 + 0x9 bytes C++ mysqld.exe!Prepared_statement::execute(String * expanded_query=0x08b1f644, int open_cursor=0x00000001) Line 3075 + 0x1c bytes C++ mysqld.exe!mysql_stmt_execute(THD * thd=0x03bd8898, char * packet_arg=0x06af2c99, unsigned int packet_length=0x00000009) Line 2325 + 0x19 bytes C++ mysqld.exe!dispatch_command(enum_server_command command=COM_STMT_EXECUTE, THD * thd=0x03bd8898, char * packet=0x06af2c99, unsigned int packet_length=0x00000009) Line 1084 + 0x11 bytes C++ mysqld.exe!do_command(THD * thd=0x03bd8898) Line 789 + 0x1b bytes C++ mysqld.exe!handle_one_connection(void * arg=0x03bd8898) Line 1120 + 0x9 bytes C++ mysqld.exe!pthread_start(void * param=0x03be7fe8) Line 86 + 0x9 bytes C mysqld.exe!_callthreadstart() Line 293 + 0xf bytes C mysqld.exe!_threadstart(void * ptd=0x03cdd660) Line 277 C kernel32.dll!FlsSetValue() + 0x136 bytes ntdll.dll!NtWaitForSingleObject() + 0x15 bytes [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] ntdll.dll!RtlCheckForOrphanedCriticalSections() + 0x146 bytes > mysqld.exe!pagecache_write_part(st_pagecache * pagecache=0x014347c0, st_pagecache_file * file=0x03c21a8c, unsigned __int64 pageno=0x0000000000000000, unsigned int level=0x00000000, unsigned char * buff=0x03c22088, pagecache_page_type type=PAGECACHE_PLAIN_PAGE, pagecache_page_lock lock=PAGECACHE_LOCK_LEFT_UNLOCKED, pagecache_page_pin pin=PAGECACHE_PIN_LEFT_UNPINNED, pagecache_write_mode write_mode=PAGECACHE_WRITE_DELAY, st_pagecache_block_link * * page_link=0x08c5d6b8, __int64 first_REDO_LSN_for_page=0x0000000000000000, unsigned int offset=0x00000000, unsigned int size=0x00002000) Line 3514 + 0xf bytes C mysqld.exe!write_changed_bitmap(st_maria_share * share=0x03c21660, st_maria_file_bitmap * bitmap=0x03c21a70) Line 161 + 0x46 bytes C mysqld.exe!_ma_bitmap_wait_or_flush(st_maria_share * share=0x03c21660) Line 331 + 0xd bytes C mysqld.exe!_ma_scan_init_block_record(st_maria_handler * info=0x03d6a6b8) Line 4820 + 0x1c bytes C mysqld.exe!maria_scan_init(st_maria_handler * info=0x03d6a6b8) Line 29 + 0x13 bytes C mysqld.exe!ha_maria::rnd_init(int scan=0x00000001) Line 1994 + 0xf bytes C++ mysqld.exe!handler::ha_rnd_init(int scan=0x00000001) Line 1074 + 0x16 bytes C++ mysqld.exe!find_all_keys(st_sort_param * param=0x08c5d9ec, SQL_SELECT * select=0x03dfdb00, unsigned char * * sort_keys=0x06b3c040, st_io_cache * buffpek_pointers=0x08c5da4c, st_io_cache * tempfile=0x08c5daf4, st_io_cache * indexfile=0x00000000) Line 482 C++ mysqld.exe!filesort(THD * thd=0x03be56c8, st_table * table=0x07dc8040, st_sort_field * sortorder=0x03dfdbe8, unsigned int s_length=0x00000001, SQL_SELECT * select=0x03dfdb00, unsigned __int64 max_rows=0xffffffffffffffff, int sort_positions=0x00000000, unsigned __int64 * examined_rows=0x08c5dc50) Line 239 + 0x29 bytes C++ mysqld.exe!create_sort_index(THD * thd=0x03be56c8, JOIN * join=0x03dfc390, st_order * order=0x03d0d2a8, unsigned __int64 filesort_limit=0xffffffffffffffff, unsigned __int64 select_limit=0xffffffffffffffff, int is_order_by=0x00000000) Line 13504 + 0x2d bytes C++ mysqld.exe!JOIN::exec() Line 2156 + 0xdb bytes C++ mysqld.exe!mysql_select(THD * thd=0x03be56c8, Item * * * rref_pointer_array=0x068d1704, TABLE_LIST * tables=0x03d0cfe8, unsigned int wild_num=0x00000000, List & fields={...}, Item * conds=0x00000000, unsigned int og_num=0x00000001, st_order * order=0x03d0d2a8, st_order * group=0x00000000, Item * having=0x00000000, st_order * proc_param=0x00000000, unsigned __int64 select_options=0x0000000090044a00, select_result * result=0x03dfc1a8, st_select_lex_unit * unit=0x068d1338, st_select_lex * select_lex=0x068d1600) Line 2387 C++ mysqld.exe!handle_select(THD * thd=0x03be56c8, st_lex * lex=0x068d12d8, select_result * result=0x03dfc1a8, unsigned long setup_tables_done_option=0x00000000) Line 280 + 0x9e bytes C++ mysqld.exe!execute_sqlcom_select(THD * thd=0x03be56c8, TABLE_LIST * all_tables=0x03d0cfe8) Line 4757 + 0x13 bytes C++ mysqld.exe!mysql_execute_command(THD * thd=0x03be56c8) Line 2064 + 0xd bytes C++ mysqld.exe!mysql_open_cursor(THD * thd=0x03be56c8, unsigned int flags=0x00000002, select_result * result=0x068d108c, Server_side_cursor * * pcursor=0x068d107c) Line 167 + 0x9 bytes C++ mysqld.exe!Prepared_statement::execute(String * expanded_query=0x08c5f644, int open_cursor=0x00000001) Line 3075 + 0x1c bytes C++ mysqld.exe!mysql_stmt_execute(THD * thd=0x03be56c8, char * packet_arg=0x03dec059, unsigned int packet_length=0x00000009) Line 2325 + 0x19 bytes C++ mysqld.exe!dispatch_command(enum_server_command command=COM_STMT_EXECUTE, THD * thd=0x03be56c8, char * packet=0x03dec059, unsigned int packet_length=0x00000009) Line 1084 + 0x11 bytes C++ mysqld.exe!do_command(THD * thd=0x03be56c8) Line 789 + 0x1b bytes C++ mysqld.exe!handle_one_connection(void * arg=0x03be56c8) Line 1120 + 0x9 bytes C++ mysqld.exe!pthread_start(void * param=0x03cef9b8) Line 86 + 0x9 bytes C mysqld.exe!_callthreadstart() Line 293 + 0xf bytes C mysqld.exe!_threadstart(void * ptd=0x03d03f70) Line 277 C kernel32.dll!FlsSetValue() + 0x136 bytes ntdll.dll!NtWaitForSingleObject() + 0x15 bytes [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] ntdll.dll!RtlCheckForOrphanedCriticalSections() + 0x146 bytes > mysqld.exe!pagecache_read(st_pagecache * pagecache=0x014347c0, st_pagecache_file * file=0x03e08d5c, unsigned __int64 pageno=0x0000000000000000, unsigned int level=0x00000000, unsigned char * buff=0x03d8a590, pagecache_page_type type=PAGECACHE_PLAIN_PAGE, pagecache_page_lock lock=PAGECACHE_LOCK_LEFT_UNLOCKED, st_pagecache_block_link * * page_link=0x08edf4c0) Line 2992 + 0xf bytes C mysqld.exe!_ma_scan_block_record(st_maria_handler * info=0x03d86130, unsigned char * record=0x06a3bd70, unsigned __int64 record_pos=0x0000000000000000, char skip_deleted='') Line 5070 + 0x3e bytes C mysqld.exe!maria_scan(st_maria_handler * info=0x03d86130, unsigned char * record=0x06a3bd70) Line 53 + 0x32 bytes C mysqld.exe!ha_maria::rnd_next(unsigned char * buf=0x06a3bd70) Line 2010 + 0x13 bytes C++ mysqld.exe!Materialized_cursor::fetch(unsigned long num_rows=0xffffffff) Line 611 + 0x31 bytes C++ mysqld.exe!mysql_stmt_fetch(THD * thd=0x03e09338, char * packet=0x06af6ce9, unsigned int packet_length=0x00000008) Line 2438 + 0x13 bytes C++ mysqld.exe!dispatch_command(enum_server_command command=COM_STMT_FETCH, THD * thd=0x03e09338, char * packet=0x06af6ce9, unsigned int packet_length=0x00000008) Line 1089 + 0x11 bytes C++ mysqld.exe!do_command(THD * thd=0x03e09338) Line 789 + 0x1b bytes C++ mysqld.exe!handle_one_connection(void * arg=0x03e09338) Line 1120 + 0x9 bytes C++ mysqld.exe!pthread_start(void * param=0x03be7fe8) Line 86 + 0x9 bytes C mysqld.exe!_callthreadstart() Line 293 + 0xf bytes C mysqld.exe!_threadstart(void * ptd=0x03e0ac90) Line 277 C kernel32.dll!FlsSetValue() + 0x136 bytes ntdll.dll!NtWaitForSingleObject() + 0x15 bytes [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] ntdll.dll!RtlCheckForOrphanedCriticalSections() + 0x146 bytes > mysqld.exe!maria_open(const char * name=0x03bebaf8, int mode=0x00000002, unsigned int open_flags=0x00000042) Line 275 + 0xd bytes C mysqld.exe!ha_maria::open(const char * name=0x03bebaf8, int mode=0x00000002, unsigned int test_if_locked=0x00000002) Line 851 + 0x14 bytes C++ mysqld.exe!handler::ha_open(st_table * table_arg=0x03d18f28, const char * name=0x03bebaf8, int mode=0x00000002, int test_if_locked=0x00000002) Line 1571 + 0x1e bytes C++ mysqld.exe!open_table_from_share(THD * thd=0x03df8148, st_table_share * share=0x03beb898, const char * alias=0x03e027a8, unsigned int db_stat=0x00000027, unsigned int prgflag=0x0000002c, unsigned int ha_open_flags=0x00000000, st_table * outparam=0x03d18f28, int is_create_table=0x00000000) Line 1862 + 0x8d bytes C++ mysqld.exe!open_unireg_entry(THD * thd=0x03df8148, st_table * entry=0x03d18f28, TABLE_LIST * table_list=0x03e027b0, const char * alias=0x03e027a8, char * cache_key=0x089fdba0, unsigned int cache_key_length=0x0000000a, st_mem_root * mem_root=0x089fddbc, unsigned int flags=0x00000000) Line 3873 + 0x25 bytes C++ mysqld.exe!open_table(THD * thd=0x03df8148, TABLE_LIST * table_list=0x03e027b0, st_mem_root * mem_root=0x089fddbc, int * refresh=0x089fdde8, unsigned int flags=0x00000000) Line 2982 + 0x34 bytes C++ mysqld.exe!open_tables(THD * thd=0x03df8148, TABLE_LIST * * start=0x089fde5c, unsigned int * counter=0x089fde48, unsigned int flags=0x00000000) Line 4485 + 0x20 bytes C++ mysqld.exe!open_and_lock_tables_derived(THD * thd=0x03df8148, TABLE_LIST * tables=0x03e027b0, int derived=0x00000001) Line 4870 + 0x13 bytes C++ mysqld.exe!open_and_lock_tables(THD * thd=0x03df8148, TABLE_LIST * tables=0x03e027b0) Line 1465 + 0xf bytes C++ mysqld.exe!execute_sqlcom_select(THD * thd=0x03df8148, TABLE_LIST * all_tables=0x03e027b0) Line 4722 + 0xd bytes C++ mysqld.exe!mysql_execute_command(THD * thd=0x03df8148) Line 2064 + 0xd bytes C++ mysqld.exe!mysql_open_cursor(THD * thd=0x03df8148, unsigned int flags=0x00000002, select_result * result=0x03cf208c, Server_side_cursor * * pcursor=0x03cf207c) Line 167 + 0x9 bytes C++ mysqld.exe!Prepared_statement::execute(String * expanded_query=0x089ff644, int open_cursor=0x00000001) Line 3075 + 0x1c bytes C++ mysqld.exe!mysql_stmt_execute(THD * thd=0x03df8148, char * packet_arg=0x03ce1ef1, unsigned int packet_length=0x00000009) Line 2325 + 0x19 bytes C++ mysqld.exe!dispatch_command(enum_server_command command=COM_STMT_EXECUTE, THD * thd=0x03df8148, char * packet=0x03ce1ef1, unsigned int packet_length=0x00000009) Line 1084 + 0x11 bytes C++ mysqld.exe!do_command(THD * thd=0x03df8148) Line 789 + 0x1b bytes C++ mysqld.exe!handle_one_connection(void * arg=0x03df8148) Line 1120 + 0x9 bytes C++ mysqld.exe!pthread_start(void * param=0x068f5480) Line 86 + 0x9 bytes C mysqld.exe!_callthreadstart() Line 293 + 0xf bytes C mysqld.exe!_threadstart(void * ptd=0x03d65cd0) Line 277 C kernel32.dll!FlsSetValue() + 0x136 bytes ntdll.dll!NtWaitForSingleObject() + 0x15 bytes [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] ntdll.dll!RtlCheckForOrphanedCriticalSections() + 0x146 bytes > mysqld.exe!close_open_tables(THD * thd=0x068f5450) Line 1244 + 0xd bytes C++ mysqld.exe!close_thread_tables(THD * thd=0x068f5450) Line 1398 + 0x9 bytes C++ mysqld.exe!Prepared_statement::cleanup_stmt() Line 2780 + 0xc bytes C++ mysqld.exe!Prepared_statement::execute(String * expanded_query=0x0905f644, int open_cursor=0x00000000) Line 3108 + 0x13 bytes C++ mysqld.exe!mysql_stmt_execute(THD * thd=0x068f5450, char * packet_arg=0x03d581e1, unsigned int packet_length=0x000002fc) Line 2325 + 0x19 bytes C++ mysqld.exe!dispatch_command(enum_server_command command=COM_STMT_EXECUTE, THD * thd=0x068f5450, char * packet=0x03d581e1, unsigned int packet_length=0x000002fc) Line 1084 + 0x11 bytes C++ mysqld.exe!do_command(THD * thd=0x068f5450) Line 789 + 0x1b bytes C++ mysqld.exe!handle_one_connection(void * arg=0x068f5450) Line 1120 + 0x9 bytes C++ mysqld.exe!pthread_start(void * param=0x03dfc148) Line 86 + 0x9 bytes C mysqld.exe!_callthreadstart() Line 293 + 0xf bytes C mysqld.exe!_threadstart(void * ptd=0x06a0fd50) Line 277 C kernel32.dll!FlsSetValue() + 0x136 bytes ntdll.dll!NtWaitForSingleObject() + 0x15 bytes [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] ntdll.dll!RtlCheckForOrphanedCriticalSections() + 0x146 bytes > mysqld.exe!find_block(st_pagecache * pagecache=0x014347c0, st_pagecache_file * file=0x03daf5b8, unsigned __int64 pageno=0x00000000000000d6, int init_hits_left=0x00000000, char wrmode=0x00, char reg_req='', int * page_st=0x064dd924) Line 2038 + 0xf bytes C mysqld.exe!pagecache_read(st_pagecache * pagecache=0x014347c0, st_pagecache_file * file=0x03daf5b8, unsigned __int64 pageno=0x00000000000000d6, unsigned int level=0x00000000, unsigned char * buff=0x03daf740, pagecache_page_type type=PAGECACHE_LSN_PAGE, pagecache_page_lock lock=PAGECACHE_LOCK_LEFT_UNLOCKED, st_pagecache_block_link * * page_link=0x064dd9e8) Line 3006 + 0x47 bytes C mysqld.exe!read_next_extent(st_maria_handler * info=0x03daf338, st_maria_extent_cursor * extent=0x064ddabc, unsigned char * * end_of_data=0x064ddb34) Line 4157 + 0x41 bytes C mysqld.exe!read_long_data(st_maria_handler * info=0x03daf338, unsigned char * to=0x06cb89f9, unsigned long length=0x000103bc, st_maria_extent_cursor * extent=0x064ddabc, unsigned char * * data=0x064ddb30, unsigned char * * end_of_data=0x064ddb34) Line 4266 + 0x11 bytes C mysqld.exe!_ma_read_block_record2(st_maria_handler * info=0x03daf338, unsigned char * record=0x03dcd928, unsigned char * data=0x03daf748, unsigned char * end_of_data=0x03db173c) Line 4541 + 0x27 bytes C mysqld.exe!_ma_scan_block_record(st_maria_handler * info=0x03daf338, unsigned char * record=0x03dcd928, unsigned __int64 record_pos=0x0000000000000000, char skip_deleted='') Line 4980 + 0x26 bytes C mysqld.exe!maria_scan(st_maria_handler * info=0x03daf338, unsigned char * record=0x03dcd928) Line 53 + 0x32 bytes C mysqld.exe!ha_maria::rnd_next(unsigned char * buf=0x03dcd928) Line 2010 + 0x13 bytes C++ mysqld.exe!rr_sequential(st_read_record * info=0x06afc3f4) Line 362 + 0x1f bytes C++ mysqld.exe!sub_select(JOIN * join=0x06afaed8, st_join_table * join_tab=0x06afc3b0, int end_of_records=0x00000000) Line 11236 + 0xe bytes C++ mysqld.exe!do_select(JOIN * join=0x06afaed8, List * fields=0x03ca8d10, st_table * table=0x00000000, Procedure * procedure=0x00000000) Line 10987 + 0xf bytes C++ mysqld.exe!JOIN::exec() Line 2207 + 0x19 bytes C++ mysqld.exe!mysql_select(THD * thd=0x03d497e8, Item * * * rref_pointer_array=0x03ca8d74, TABLE_LIST * tables=0x03e496b0, unsigned int wild_num=0x00000000, List & fields={...}, Item * conds=0x00000000, unsigned int og_num=0x00000000, st_order * order=0x00000000, st_order * group=0x00000000, Item * having=0x00000000, st_order * proc_param=0x00000000, unsigned __int64 select_options=0x0000000090044a00, select_result * result=0x06afad48, st_select_lex_unit * unit=0x03ca89a8, st_select_lex * select_lex=0x03ca8c70) Line 2387 C++ mysqld.exe!handle_select(THD * thd=0x03d497e8, st_lex * lex=0x03ca8948, select_result * result=0x06afad48, unsigned long setup_tables_done_option=0x00000000) Line 280 + 0x9e bytes C++ mysqld.exe!execute_sqlcom_select(THD * thd=0x03d497e8, TABLE_LIST * all_tables=0x03e496b0) Line 4757 + 0x13 bytes C++ mysqld.exe!mysql_execute_command(THD * thd=0x03d497e8) Line 2064 + 0xd bytes C++ mysqld.exe!mysql_open_cursor(THD * thd=0x03d497e8, unsigned int flags=0x00000002, select_result * result=0x03ca86fc, Server_side_cursor * * pcursor=0x03ca86ec) Line 167 + 0x9 bytes C++ mysqld.exe!Prepared_statement::execute(String * expanded_query=0x064df644, int open_cursor=0x00000001) Line 3075 + 0x1c bytes C++ mysqld.exe!mysql_stmt_execute(THD * thd=0x03d497e8, char * packet_arg=0x03d0f229, unsigned int packet_length=0x00000009) Line 2325 + 0x19 bytes C++ mysqld.exe!dispatch_command(enum_server_command command=COM_STMT_EXECUTE, THD * thd=0x03d497e8, char * packet=0x03d0f229, unsigned int packet_length=0x00000009) Line 1084 + 0x11 bytes C++ mysqld.exe!do_command(THD * thd=0x03d497e8) Line 789 + 0x1b bytes C++ mysqld.exe!handle_one_connection(void * arg=0x03d497e8) Line 1120 + 0x9 bytes C++ mysqld.exe!pthread_start(void * param=0x03be3828) Line 86 + 0x9 bytes C mysqld.exe!_callthreadstart() Line 293 + 0xf bytes C mysqld.exe!_threadstart(void * ptd=0x06957970) Line 277 C kernel32.dll!FlsSetValue() + 0x136 bytes ntdll.dll!NtWaitForSingleObject() + 0x15 bytes [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] ntdll.dll!RtlCheckForOrphanedCriticalSections() + 0x146 bytes > mysqld.exe!open_table(THD * thd=0x03e13490, TABLE_LIST * table_list=0x03d947f0, st_mem_root * mem_root=0x0739ddbc, int * refresh=0x0739dde8, unsigned int flags=0x00000000) Line 2780 + 0xd bytes C++ mysqld.exe!open_tables(THD * thd=0x03e13490, TABLE_LIST * * start=0x0739de5c, unsigned int * counter=0x0739de48, unsigned int flags=0x00000000) Line 4485 + 0x20 bytes C++ mysqld.exe!open_and_lock_tables_derived(THD * thd=0x03e13490, TABLE_LIST * tables=0x03d947f0, int derived=0x00000001) Line 4870 + 0x13 bytes C++ mysqld.exe!open_and_lock_tables(THD * thd=0x03e13490, TABLE_LIST * tables=0x03d947f0) Line 1465 + 0xf bytes C++ mysqld.exe!execute_sqlcom_select(THD * thd=0x03e13490, TABLE_LIST * all_tables=0x03d947f0) Line 4722 + 0xd bytes C++ mysqld.exe!mysql_execute_command(THD * thd=0x03e13490) Line 2064 + 0xd bytes C++ mysqld.exe!mysql_open_cursor(THD * thd=0x03e13490, unsigned int flags=0x00000002, select_result * result=0x03d02f34, Server_side_cursor * * pcursor=0x03d02f24) Line 167 + 0x9 bytes C++ mysqld.exe!Prepared_statement::execute(String * expanded_query=0x0739f644, int open_cursor=0x00000001) Line 3075 + 0x1c bytes C++ mysqld.exe!mysql_stmt_execute(THD * thd=0x03e13490, char * packet_arg=0x03d217b9, unsigned int packet_length=0x00000009) Line 2325 + 0x19 bytes C++ mysqld.exe!dispatch_command(enum_server_command command=COM_STMT_EXECUTE, THD * thd=0x03e13490, char * packet=0x03d217b9, unsigned int packet_length=0x00000009) Line 1084 + 0x11 bytes C++ mysqld.exe!do_command(THD * thd=0x03e13490) Line 789 + 0x1b bytes C++ mysqld.exe!handle_one_connection(void * arg=0x03e13490) Line 1120 + 0x9 bytes C++ mysqld.exe!pthread_start(void * param=0x03bc2688) Line 86 + 0x9 bytes C mysqld.exe!_callthreadstart() Line 293 + 0xf bytes C mysqld.exe!_threadstart(void * ptd=0x03e14de8) Line 277 C kernel32.dll!FlsSetValue() + 0x136 bytes ntdll.dll!NtWaitForSingleObject() + 0x15 bytes [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] ntdll.dll!RtlCheckForOrphanedCriticalSections() + 0x146 bytes > mysqld.exe!pagecache_read(st_pagecache * pagecache=0x014347c0, st_pagecache_file * file=0x06929c94, unsigned __int64 pageno=0x0000000000000000, unsigned int level=0x00000000, unsigned char * buff=0x068d1d70, pagecache_page_type type=PAGECACHE_PLAIN_PAGE, pagecache_page_lock lock=PAGECACHE_LOCK_LEFT_UNLOCKED, st_pagecache_block_link * * page_link=0x0661f4c0) Line 2992 + 0xf bytes C mysqld.exe!_ma_scan_block_record(st_maria_handler * info=0x03d6f758, unsigned char * record=0x06c55630, unsigned __int64 record_pos=0x0000000000000000, char skip_deleted='') Line 5070 + 0x3e bytes C mysqld.exe!maria_scan(st_maria_handler * info=0x03d6f758, unsigned char * record=0x06c55630) Line 53 + 0x32 bytes C mysqld.exe!ha_maria::rnd_next(unsigned char * buf=0x06c55630) Line 2010 + 0x13 bytes C++ mysqld.exe!Materialized_cursor::fetch(unsigned long num_rows=0xffffffff) Line 611 + 0x31 bytes C++ mysqld.exe!mysql_stmt_fetch(THD * thd=0x03d06ae0, char * packet=0x068d5e69, unsigned int packet_length=0x00000008) Line 2438 + 0x13 bytes C++ mysqld.exe!dispatch_command(enum_server_command command=COM_STMT_FETCH, THD * thd=0x03d06ae0, char * packet=0x068d5e69, unsigned int packet_length=0x00000008) Line 1089 + 0x11 bytes C++ mysqld.exe!do_command(THD * thd=0x03d06ae0) Line 789 + 0x1b bytes C++ mysqld.exe!handle_one_connection(void * arg=0x03d06ae0) Line 1120 + 0x9 bytes C++ mysqld.exe!pthread_start(void * param=0x03be3298) Line 86 + 0x9 bytes C mysqld.exe!_callthreadstart() Line 293 + 0xf bytes C mysqld.exe!_threadstart(void * ptd=0x03be7028) Line 277 C kernel32.dll!FlsSetValue() + 0x136 bytes ntdll.dll!NtWaitForSingleObject() + 0x15 bytes [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] ntdll.dll!RtlCheckForOrphanedCriticalSections() + 0x146 bytes > mysqld.exe!open_table(THD * thd=0x03d64378, TABLE_LIST * table_list=0x03d7e628, st_mem_root * mem_root=0x08d9df98, int * refresh=0x08d9dfc4, unsigned int flags=0x00000000) Line 2780 + 0xd bytes C++ mysqld.exe!open_tables(THD * thd=0x03d64378, TABLE_LIST * * start=0x08d9e038, unsigned int * counter=0x08d9e024, unsigned int flags=0x00000000) Line 4485 + 0x20 bytes C++ mysqld.exe!open_and_lock_tables_derived(THD * thd=0x03d64378, TABLE_LIST * tables=0x03d7e628, int derived=0x00000001) Line 4870 + 0x13 bytes C++ mysqld.exe!open_and_lock_tables(THD * thd=0x03d64378, TABLE_LIST * tables=0x03d7e628) Line 1465 + 0xf bytes C++ mysqld.exe!execute_sqlcom_select(THD * thd=0x03d64378, TABLE_LIST * all_tables=0x03d7e628) Line 4722 + 0xd bytes C++ mysqld.exe!mysql_execute_command(THD * thd=0x03d64378) Line 2064 + 0xd bytes C++ mysqld.exe!mysql_parse(THD * thd=0x03d64378, const char * inBuf=0x03d7e4c8, unsigned int length=0x00000017, const char * * found_semicolon=0x08d9fd20) Line 5630 + 0x9 bytes C++ mysqld.exe!dispatch_command(enum_server_command command=COM_QUERY, THD * thd=0x03d64378, char * packet=0x03da4f49, unsigned int packet_length=0x00000017) Line 1129 + 0x1e bytes C++ mysqld.exe!do_command(THD * thd=0x03d64378) Line 789 + 0x1b bytes C++ mysqld.exe!handle_one_connection(void * arg=0x03d64378) Line 1120 + 0x9 bytes C++ mysqld.exe!pthread_start(void * param=0x03bc2688) Line 86 + 0x9 bytes C mysqld.exe!_callthreadstart() Line 293 + 0xf bytes C mysqld.exe!_threadstart(void * ptd=0x03d2b940) Line 277 C kernel32.dll!FlsSetValue() + 0x136 bytes ntdll.dll!NtWaitForSingleObject() + 0x15 bytes [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] ntdll.dll!RtlCheckForOrphanedCriticalSections() + 0x146 bytes > mysqld.exe!open_table(THD * thd=0x03cc8e78, TABLE_LIST * table_list=0x03dad150, st_mem_root * mem_root=0x0639df98, int * refresh=0x0639dfc4, unsigned int flags=0x00000000) Line 2780 + 0xd bytes C++ mysqld.exe!open_tables(THD * thd=0x03cc8e78, TABLE_LIST * * start=0x0639e038, unsigned int * counter=0x0639e024, unsigned int flags=0x00000000) Line 4485 + 0x20 bytes C++ mysqld.exe!open_and_lock_tables_derived(THD * thd=0x03cc8e78, TABLE_LIST * tables=0x03dad150, int derived=0x00000001) Line 4870 + 0x13 bytes C++ mysqld.exe!open_and_lock_tables(THD * thd=0x03cc8e78, TABLE_LIST * tables=0x03dad150) Line 1465 + 0xf bytes C++ mysqld.exe!execute_sqlcom_select(THD * thd=0x03cc8e78, TABLE_LIST * all_tables=0x03dad150) Line 4722 + 0xd bytes C++ mysqld.exe!mysql_execute_command(THD * thd=0x03cc8e78) Line 2064 + 0xd bytes C++ mysqld.exe!mysql_parse(THD * thd=0x03cc8e78, const char * inBuf=0x03dacff0, unsigned int length=0x00000017, const char * * found_semicolon=0x0639fd20) Line 5630 + 0x9 bytes C++ mysqld.exe!dispatch_command(enum_server_command command=COM_QUERY, THD * thd=0x03cc8e78, char * packet=0x03dc0099, unsigned int packet_length=0x00000017) Line 1129 + 0x1e bytes C++ mysqld.exe!do_command(THD * thd=0x03cc8e78) Line 789 + 0x1b bytes C++ mysqld.exe!handle_one_connection(void * arg=0x03cc8e78) Line 1120 + 0x9 bytes C++ mysqld.exe!pthread_start(void * param=0x03d03e28) Line 86 + 0x9 bytes C mysqld.exe!_callthreadstart() Line 293 + 0xf bytes C mysqld.exe!_threadstart(void * ptd=0x03dfbf08) Line 277 C kernel32.dll!FlsSetValue() + 0x136 bytes ntdll.dll!NtWaitForSingleObject() + 0x15 bytes [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] ntdll.dll!RtlCheckForOrphanedCriticalSections() + 0x146 bytes > mysqld.exe!open_table(THD * thd=0x03ceb4b0, TABLE_LIST * table_list=0x03df21c8, st_mem_root * mem_root=0x086edf98, int * refresh=0x086edfc4, unsigned int flags=0x00000000) Line 2780 + 0xd bytes C++ mysqld.exe!open_tables(THD * thd=0x03ceb4b0, TABLE_LIST * * start=0x086ee038, unsigned int * counter=0x086ee024, unsigned int flags=0x00000000) Line 4485 + 0x20 bytes C++ mysqld.exe!open_and_lock_tables_derived(THD * thd=0x03ceb4b0, TABLE_LIST * tables=0x03df21c8, int derived=0x00000001) Line 4870 + 0x13 bytes C++ mysqld.exe!open_and_lock_tables(THD * thd=0x03ceb4b0, TABLE_LIST * tables=0x03df21c8) Line 1465 + 0xf bytes C++ mysqld.exe!execute_sqlcom_select(THD * thd=0x03ceb4b0, TABLE_LIST * all_tables=0x03df21c8) Line 4722 + 0xd bytes C++ mysqld.exe!mysql_execute_command(THD * thd=0x03ceb4b0) Line 2064 + 0xd bytes C++ mysqld.exe!mysql_parse(THD * thd=0x03ceb4b0, const char * inBuf=0x03df2068, unsigned int length=0x00000017, const char * * found_semicolon=0x086efd20) Line 5630 + 0x9 bytes C++ mysqld.exe!dispatch_command(enum_server_command command=COM_QUERY, THD * thd=0x03ceb4b0, char * packet=0x03da0de9, unsigned int packet_length=0x00000017) Line 1129 + 0x1e bytes C++ mysqld.exe!do_command(THD * thd=0x03ceb4b0) Line 789 + 0x1b bytes C++ mysqld.exe!handle_one_connection(void * arg=0x03ceb4b0) Line 1120 + 0x9 bytes C++ mysqld.exe!pthread_start(void * param=0x03bc2688) Line 86 + 0x9 bytes C mysqld.exe!_callthreadstart() Line 293 + 0xf bytes C mysqld.exe!_threadstart(void * ptd=0x03d81e68) Line 277 C kernel32.dll!FlsSetValue() + 0x136 bytes