[MDEV-5830] Assertion failure mutex_get_waiters(mutex) == 0 at shutdown Created: 2014-03-12  Updated: 2014-03-21  Resolved: 2014-03-21

Status: Closed
Project: MariaDB Server
Component/s: None
Affects Version/s: 10.0.9
Fix Version/s: 10.0.10

Type: Bug Priority: Major
Reporter: Jan Lindström (Inactive) Assignee: Jan Lindström (Inactive)
Resolution: Fixed Votes: 0
Labels: None


 Description   

https://bugs.launchpad.net/percona-server/+bug/1291202

Used XtraDB version: Percona XtraDB (http://www.percona.com) 5.6.15-63.0

Starting point is a 15-min concurrent non-deterministic test case and then at shutdown

(gdb) thread apply all bt

Thread 4 (Thread 0x7ff6b89a0700 (LWP 6303)):
#0 0x00007ff6b7b6d9f7 in do_sigwait ()
from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x00007ff6b7b6da79 in sigwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#2 0x000000000058dd56 in signal_hand (arg=0x0)
at /home/elenst/bzr/10.0/sql/mysqld.cc:3298
#3 0x0000000000e8ae9b in pfs_spawn_thread (arg=0x7ff6af775210)
at /home/elenst/bzr/10.0/storage/perfschema/pfs.cc:1853
#4 0x00007ff6b7b65e9a in start_thread ()
from /lib/x86_64-linux-gnu/libpthread.so.0
#5 0x00007ff6b707ccbd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#6 0x0000000000000000 in ?? ()

Thread 3 (Thread 0x7ff6b89eb780 (LWP 6265)):
#0 0x00007ff6b7b69d84 in pthread_cond_wait@@GLIBC_2.3.2 ()
from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000f351c5 in safe_cond_wait (cond=0x196d540 <COND_thread_count>,
mp=0x196c480 <LOCK_thread_count>,
file=0xff9860 "/home/elenst/bzr/10.0/include/mysql/psi/mysql_thread.h",
line=1154) at /home/elenst/bzr/10.0/mysys/thr_mutex.c:493
#2 0x0000000000588781 in inline_mysql_cond_wait (
that=0x196d540 <COND_thread_count>, mutex=0x196c480 <LOCK_thread_count>,
--Type <return> to continue, or q <return> to quit--
src_file=0xffb3a8 "/home/elenst/bzr/10.0/sql/mysqld.cc", src_line=5519)
at /home/elenst/bzr/10.0/include/mysql/psi/mysql_thread.h:1154
#3 0x0000000000591977 in mysqld_main (argc=151, argv=0x7ff6b647fac0)
at /home/elenst/bzr/10.0/sql/mysqld.cc:5519
#4 0x0000000000588280 in main (argc=16, argv=0x7fffebcb58d8)
at /home/elenst/bzr/10.0/sql/main.cc:25

Thread 2 (Thread 0x7ff6b63ff700 (LWP 6274)):
#0 0x00007ff6b7b6a0fe in pthread_cond_timedwait@@GLIBC_2.3.2 ()
from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000f354c9 in safe_cond_timedwait (
cond=0x2192e80 <COND_checkpoint>, mp=0x2192dc0 <LOCK_checkpoint>,
abstime=0x7ff6b63fed60,
file=0x11114b0 "/home/elenst/bzr/10.0/include/mysql/psi/mysql_thread.h",
line=1191) at /home/elenst/bzr/10.0/mysys/thr_mutex.c:547
#2 0x0000000000a60641 in inline_mysql_cond_timedwait (
that=0x2192e80 <COND_checkpoint>, mutex=0x2192dc0 <LOCK_checkpoint>,
abstime=0x7ff6b63fed60,
src_file=0x11114e8 "/home/elenst/bzr/10.0/storage/maria/ma_servicethread.c", src_line=119) at /home/elenst/bzr/10.0/include/mysql/psi/mysql_thread.h:1191
#3 0x0000000000a60b27 in my_service_thread_sleep (
control=0x17ab0d0 <checkpoint_control>, sleep_time=30000000000)
at /home/elenst/bzr/10.0/storage/maria/ma_servicethread.c:118
--Type <return> to continue, or q <return> to quit--
#4 0x0000000000a5570e in ma_checkpoint_background (arg=0x1e)
at /home/elenst/bzr/10.0/storage/maria/ma_checkpoint.c:709
#5 0x0000000000e8ae9b in pfs_spawn_thread (arg=0x7ff6b645a210)
at /home/elenst/bzr/10.0/storage/perfschema/pfs.cc:1853
#6 0x00007ff6b7b65e9a in start_thread ()
from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007ff6b707ccbd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7ff6b5bb5700 (LWP 6669)):
#0 0x00007ff6b7b6af8c in pthread_kill ()
from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000f2ea18 in my_write_core (sig=6)
at /home/elenst/bzr/10.0/mysys/stacktrace.c:457
#2 0x00000000008444cf in handle_fatal_signal (sig=6)
at /home/elenst/bzr/10.0/sql/signal_handler.cc:262
#3 <signal handler called>
#4 0x00007ff6b6fbf425 in raise () from /lib/x86_64-linux-gnu/libc.so.6
#5 0x00007ff6b6fc2b8b in abort () from /lib/x86_64-linux-gnu/libc.so.6
#6 0x0000000000ca29e4 in mutex_free_func (mutex=0x7ff6af522988)
at /home/elenst/bzr/10.0/storage/xtradb/sync/sync0sync.cc:371
#7 0x0000000000ca263c in pfs_mutex_free_func (mutex=0x7ff6af522988)
at /home/elenst/bzr/10.0/storage/xtradb/include/sync0sync.ic:585
--Type <return> to continue, or q <return> to quit--
#8 0x0000000000ca4cec in sync_close ()
at /home/elenst/bzr/10.0/storage/xtradb/sync/sync0sync.cc:1642
#9 0x0000000000c9d33d in innobase_shutdown_for_mysql ()
at /home/elenst/bzr/10.0/storage/xtradb/srv/srv0start.cc:3081
#10 0x0000000000b4d6d9 in innobase_end (hton=0x7ff6b645ee70,
type=HA_PANIC_CLOSE)
at /home/elenst/bzr/10.0/storage/xtradb/handler/ha_innodb.cc:3817
#11 0x0000000000845dd8 in ha_finalize_handlerton (plugin=0x7ff6b1ff57f8)
at /home/elenst/bzr/10.0/sql/handler.cc:440
#12 0x000000000066017b in plugin_deinitialize (plugin=0x7ff6b1ff57f8,
ref_check=true) at /home/elenst/bzr/10.0/sql/sql_plugin.cc:1169
#13 0x0000000000660541 in reap_plugins ()
at /home/elenst/bzr/10.0/sql/sql_plugin.cc:1242
#14 0x0000000000662416 in plugin_shutdown ()
at /home/elenst/bzr/10.0/sql/sql_plugin.cc:1904
#15 0x000000000058b555 in clean_up (print_message=true)
at /home/elenst/bzr/10.0/sql/mysqld.cc:2015
#16 0x000000000058b304 in unireg_end ()
at /home/elenst/bzr/10.0/sql/mysqld.cc:1922
#17 0x000000000058b226 in kill_server (sig_ptr=0x0)
at /home/elenst/bzr/10.0/sql/mysqld.cc:1850
#18 0x000000000058b243 in kill_server_thread (arg=0x7ff6b899fd60)
at /home/elenst/bzr/10.0/sql/mysqld.cc:1873
--Type <return> to continue, or q <return> to quit--
#19 0x0000000000e8ae9b in pfs_spawn_thread (arg=0x7ff6a342a1d0)
at /home/elenst/bzr/10.0/storage/perfschema/pfs.cc:1853
#20 0x00007ff6b7b65e9a in start_thread ()
from /lib/x86_64-linux-gnu/libpthread.so.0
#21 0x00007ff6b707ccbd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#22 0x0000000000000000 in ?? ()

(gdb)
#6 0x0000000000ca29e4 in mutex_free_func (mutex=0x7ff6af522988)
at /home/elenst/bzr/10.0/storage/xtradb/sync/sync0sync.cc:371
371 ut_a(mutex_get_waiters(mutex) == 0);
(gdb) p *mutex
$1 = {event = 0x7ff6b1749580, lock_word = 0 '\000', waiters = 1, list =

{ prev = 0x0, next = 0x7ff6af5228f8}

,
file_name = 0x1192040 "/home/elenst/bzr/10.0/storage/xtradb/buf/buf0lru.cc",
line = 2293, level = 145,
cfile_name = 0x118c0f8 "/home/elenst/bzr/10.0/storage/xtradb/buf/buf0buf.cc", cline = 1288, count_os_wait = 2, thread_id = 18446744073709551615,
magic_n = 979585, ib_mutex_type = 0,
cmutex_name = 0x118c9d2 "&buf_pool->free_list_mutex", pfs_psi = 0x0}



 Comments   
Comment by Jan Lindström (Inactive) [ 2014-03-13 ]

How to repeat (not repeatable every time) using RPQ:

perl ./runall-new.pl --grammar=conf/engines/engine_stress.yy --gendata=conf/engines/engine_stress.zz --duration=3000 --queries=100M --threads=32 --basedir=/home/jan/mysql/10.0 --vardir=/dev/shm

Comment by Jan Lindström (Inactive) [ 2014-03-19 ]

Added guard against incorrect waiters of high priority mutex.

Comment by Laurynas Biveinis [ 2014-03-19 ]

This guard is not correct for trunk. I suggested that patch as a diagnostic aid and mentioned that it's only compatible with --innodb_empty_free_list_algorithm=backoff. If that option is =legacy, both cleaner thread and user query threads doing single page flushes will attempt to acquire the mutex with high priority, the assert invariant will not hold, and you will get (release build too) crashes.

Comment by Jan Lindström (Inactive) [ 2014-03-19 ]

I know, but I can't repeat the problem using default or backoff with this patch.

Comment by Laurynas Biveinis [ 2014-03-19 ]

Maybe at least replace ut_a with ut_ad, trading one issue for another? (assuming ut_ad still has the fixing effect)

Since that patch only adds three reads of the waiters field, which should in no way affect the bug, I'd try to see if all three are required to "fix" the issue, or even compare mysqld disassembly with and without patch to see what's going on.

Comment by Jan Lindström (Inactive) [ 2014-03-19 ]

I do not follow, it you say that it should assert for page clearer or user threads, why it does not do that with this patch ? Somehow these priority mutexes do not seem to work at all. They should be disabled from the production binary.

Comment by Laurynas Biveinis [ 2014-03-19 ]

Because it's not that easy to make user threads perform single page flushes even with --innodb_empty_free_list_algorithm=legacy, these are "last resort" flushes, so one needs extremely overloaded server with high free list pressure, few buffer pool instances, and even then it's a race condition with a crash probability, not a deterministic crash.

The priority mutexes worked for Percona Server, at least when we benchmarked their effect, they are enabled in all production binaries.

Comment by Jan Lindström (Inactive) [ 2014-03-19 ]

Changed to ut_ad and still can't repeat anymore. Very strange.

Comment by Jan Lindström (Inactive) [ 2014-03-20 ]

After a lot of repeats, it finally broke.

(gdb) thread apply all bt

Thread 55 (Thread 0x7f243d3fe700 (LWP 32081)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f240f420340, fast_mutex=0x7f240f420300) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f240f420300, reset_sig_count=473) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f240f101780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f243d3fb404, trx=0x7f240fc7f478, thr=0x7f240f101780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2419ffe288 "\377", '\217' <repeats 36 times>, "\245\245\245\377\005", mode=1, prebuilt=0x7f240f101078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f240f039088, buf=0x7f2419ffe288 "\377", '\217' <repeats 36 times>, "\245\245\245\377\005", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f240f039088, buf=0x7f2419ffe288 "\377", '\217' <repeats 36 times>, "\245\245\245\377\005") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f240f039088, buf=0x7f2419ffe288 "\377", '\217' <repeats 36 times>, "\245\245\245\377\005") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de3c in handler::ha_rnd_next (this=0x7f240f039088, buf=0x7f2419ffe288 "\377", '\217' <repeats 36 times>, "\245\245\245\377\005") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000863d4d in find_all_keys (param=0x7f243d3fc190, select=0x7f240fc23a80, fs_info=0x7f243d3fc120, buffpek_pointers=0x7f243d3fc3b0, tempfile=0x7f243d3fc210, pq=0x7f243d3fc0d0, found_rows=0x7f243d3fc630) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#11 0x00000000008627b7 in filesort (thd=0x7f2419b26070, table=0x7f240f113c70, sortorder=0x7f240fc23fc0, s_length=5, select=0x7f240fc23a80, max_rows=6, sort_positions=true, examined_rows=0x7f243d3fc628, found_rows=0x7f243d3fc630) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#12 0x000000000073f330 in mysql_update (thd=0x7f2419b26070, table_list=0x7f240fc22318, fields=..., values=..., conds=0x7f240fc22d78, order_num=5, order=0x7f240fc23008, limit=6, handle_duplicates=DUP_ERROR, ignore=false, found_return=0x7f243d3fcc90, updated_return=0x7f243d3fcd20) at /home/jan/mysql/10.0-win/sql/sql_update.cc:558
#13 0x000000000067302d in mysql_execute_command (thd=0x7f2419b26070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3331
#14 0x000000000067b8ee in mysql_parse (thd=0x7f2419b26070, rawbuf=0x7f240fc22088 "UPDATE LOW_PRIORITY `table1_int_autoinc` AS X SET `col_char_12` = 1435107328 WHERE X . `col_char_12_key` BETWEEN 3 AND 6 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 6", length=199, parser_state=0x7f243d3fd5c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#15 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2419b26070, packet=0x7f2419b2c071 "UPDATE LOW_PRIORITY `table1_int_autoinc` AS X SET `col_char_12` = 1435107328 WHERE X . `col_char_12_key` BETWEEN 3 AND 6 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 6", packet_length=199) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#16 0x000000000066d741 in do_command (thd=0x7f2419b26070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#17 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2419b26070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#18 0x0000000000792431 in handle_one_connection (arg=0x7f2419b26070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#19 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2419f22ad0) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#20 0x00007f243f2e8f6e in start_thread (arg=0x7f243d3fe700) at pthread_create.c:311
#21 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 54 (Thread 0x7f243d3b5700 (LWP 32083)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f240f820cc0, fast_mutex=0x7f240f820c80) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f240f820c80, reset_sig_count=511) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f240dd11780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f243d3b2064, trx=0x7f240f87f478, thr=0x7f240dd11780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f240dc2b488 "\377", '\217' <repeats 36 times>, "\245\245\245\377\252\001", mode=1, prebuilt=0x7f240dd11078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f240dd1c088, buf=0x7f240dc2b488 "\377", '\217' <repeats 36 times>, "\245\245\245\377\252\001", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f240dd1c088, buf=0x7f240dc2b488 "\377", '\217' <repeats 36 times>, "\245\245\245\377\252\001") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f240dd1c088, buf=0x7f240dc2b488 "\377", '\217' <repeats 36 times>, "\245\245\245\377\252\001") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de3c in handler::ha_rnd_next (this=0x7f240dd1c088, buf=0x7f240dc2b488 "\377", '\217' <repeats 36 times>, "\245\245\245\377\252\001") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000863d4d in find_all_keys (param=0x7f243d3b2df0, select=0x7f240f823820, fs_info=0x7f243d3b2d80, buffpek_pointers=0x7f243d3b3010, tempfile=0x7f243d3b2e70, pq=0x0, found_rows=0x7f243d3b32c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#11 0x00000000008627b7 in filesort (thd=0x7f2419b31070, table=0x7f240dd2ec70, sortorder=0x7f240f823d60, s_length=5, select=0x7f240f823820, max_rows=18446744073709551615, sort_positions=true, examined_rows=0x7f243d3b32a0, found_rows=0x7f243d3b32c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#12 0x00000000009c70f9 in mysql_delete (thd=0x7f2419b31070, table_list=0x7f240f8222e8, conds=0x7f240f822b38, order_list=0x7f2419b35698, limit=2, options=4194304, result=0x7f240f823498) at /home/jan/mysql/10.0-win/sql/sql_delete.cc:484
#13 0x0000000000673cf7 in mysql_execute_command (thd=0x7f2419b31070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3608
#14 0x000000000067b8ee in mysql_parse (thd=0x7f2419b31070, rawbuf=0x7f240f822088 "DELETE LOW_PRIORITY QUICK FROM `table1_int_autoinc` WHERE `col_char_12_key` BETWEEN 3 AND 7 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 2", length=170, parser_state=0x7f243d3b45c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#15 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2419b31070, packet=0x7f2419b37071 "DELETE LOW_PRIORITY QUICK FROM `table1_int_autoinc` WHERE `col_char_12_key` BETWEEN 3 AND 7 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 2", packet_length=170) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#16 0x000000000066d741 in do_command (thd=0x7f2419b31070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#17 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2419b31070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#18 0x0000000000792431 in handle_one_connection (arg=0x7f2419b31070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#19 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2419f22b70) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#20 0x00007f243f2e8f6e in start_thread (arg=0x7f243d3b5700) at pthread_create.c:311
#21 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 53 (Thread 0x7f243fc27700 (LWP 32071)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2410c20340, fast_mutex=0x7f2410c20300) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2410c20300, reset_sig_count=672) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f2410903780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f243fc245e4, trx=0x7f24114aa078, thr=0x7f2410903780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f241150a439 "\377", ' ' <repeats 12 times>, "\245\245\245\245\a\005", mode=1, prebuilt=0x7f2410903078, match_mode=0, direction=1) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b994b2 in ha_innobase::general_fetch (this=0x7f2410900088, buf=0x7f241150a439 "\377", ' ' <repeats 12 times>, "\245\245\245\245\a\005", direction=1, match_mode=0) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8603
#7 0x0000000000b99748 in ha_innobase::index_next (this=0x7f2410900088, buf=0x7f241150a439 "\377", ' ' <repeats 12 times>, "\245\245\245\245\a\005") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8673
#8 0x000000000086e5df in handler::ha_index_next (this=0x7f2410900088, buf=0x7f241150a439 "\377", ' ' <repeats 12 times>, "\245\245\245\245\a\005") at /home/jan/mysql/10.0-win/sql/handler.cc:2593
#9 0x0000000000e275bf in ha_partition::handle_ordered_next (this=0x7f2410940088, buf=0x7f24108296a0 "\377", ' ' <repeats 12 times>, "\245\245\245\245\a\005", is_next_same=false) at /home/jan/mysql/10.0-win/sql/ha_partition.cc:6309
#10 0x0000000000e25ff2 in ha_partition::index_next (this=0x7f2410940088, buf=0x7f24108296a0 "\377", ' ' <repeats 12 times>, "\245\245\245\245\a\005") at /home/jan/mysql/10.0-win/sql/ha_partition.cc:5644
#11 0x000000000086e599 in handler::ha_index_next (this=0x7f2410940088, buf=0x7f24108296a0 "\377", ' ' <repeats 12 times>, "\245\245\245\245\a\005") at /home/jan/mysql/10.0-win/sql/handler.cc:2593
#12 0x00000000006d577a in join_read_next (info=0x7f241155a330) at /home/jan/mysql/10.0-win/sql/sql_select.cc:18364
#13 0x00000000006d35f4 in sub_select (join=0x7f24114bfe88, join_tab=0x7f241155a288, end_of_records=false) at /home/jan/mysql/10.0-win/sql/sql_select.cc:17435
#14 0x00000000006d2dc1 in do_select (join=0x7f24114bfe88, fields=0x7f2419abc578, table=0x0, procedure=0x0) at /home/jan/mysql/10.0-win/sql/sql_select.cc:17078
#15 0x00000000006aef32 in JOIN::exec_inner (this=0x7f24114bfe88) at /home/jan/mysql/10.0-win/sql/sql_select.cc:3065
#16 0x00000000006ac1c6 in JOIN::exec (this=0x7f24114bfe88) at /home/jan/mysql/10.0-win/sql/sql_select.cc:2355
#17 0x00000000006af7d1 in mysql_select (thd=0x7f2419ab8070, rref_pointer_array=0x7f2419abc6d8, tables=0x7f24114bf408, wild_num=0, fields=..., conds=0x7f24114bfc70, og_num=0, order=0x0, group=0x0, having=0x0, proc_param=0x0, select_options=2148272640, result=0x7f24114bfe68, unit=0x7f2419abbd78, select_lex=0x7f2419abc460) at /home/jan/mysql/10.0-win/sql/sql_select.cc:3292
#18 0x00000000006a5a7f in handle_select (thd=0x7f2419ab8070, lex=0x7f2419abbcb0, result=0x7f24114bfe68, setup_tables_done_option=0) at /home/jan/mysql/10.0-win/sql/sql_select.cc:372
#19 0x00000000006790a3 in execute_sqlcom_select (thd=0x7f2419ab8070, all_tables=0x7f24114bf408) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:5301
#20 0x00000000006712b0 in mysql_execute_command (thd=0x7f2419ab8070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:2587
#21 0x000000000067b8ee in mysql_parse (thd=0x7f2419ab8070, rawbuf=0x7f24114bf088 "SELECT X . `pk` FROM `table100_key_pk_parts_2_int_autoinc` AS X WHERE X . `col_char_12_key` BETWEEN 1 AND 5 LIMIT 6 LOCK IN SHARE MODE", length=134, parser_state=0x7f243fc265c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#22 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2419ab8070, packet=0x7f2419abe071 "", packet_length=134) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#23 0x000000000066d741 in do_command (thd=0x7f2419ab8070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#24 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2419ab8070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#25 0x0000000000792431 in handle_one_connection (arg=0x7f2419ab8070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#26 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2419f22170) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#27 0x00007f243f2e8f6e in start_thread (arg=0x7f243fc27700) at pthread_create.c:311
#28 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 52 (Thread 0x7f243fc70700 (LWP 32056)):
#0 0x00007f243e7faf7d in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x0000000000eaaa4c in vio_io_wait (vio=0x7f2419aab370, event=VIO_IO_EVENT_READ, timeout=28800000) at /home/jan/mysql/10.0-win/vio/viosocket.c:969
#2 0x0000000000ea9407 in vio_socket_io_wait (vio=0x7f2419aab370, event=VIO_IO_EVENT_READ) at /home/jan/mysql/10.0-win/vio/viosocket.c:108
#3 0x0000000000ea95bb in vio_read (vio=0x7f2419aab370, buf=0x7f2419ab3070 "\a", size=4) at /home/jan/mysql/10.0-win/vio/viosocket.c:181
#4 0x00000000005be930 in my_real_read (net=0x7f24207e9328, complen=0x7f243fc6fce0) at /home/jan/mysql/10.0-win/sql/net_serv.cc:870
#5 0x00000000005bef96 in my_net_read (net=0x7f24207e9328) at /home/jan/mysql/10.0-win/sql/net_serv.cc:1072
#6 0x000000000066d4e2 in do_command (thd=0x7f24207e9070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:937
#7 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f24207e9070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#8 0x0000000000792431 in handle_one_connection (arg=0x7f24207e9070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#9 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2419f21590) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#10 0x00007f243f2e8f6e in start_thread (arg=0x7f243fc70700) at pthread_create.c:311
#11 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 51 (Thread 0x7f2413bfc700 (LWP 32050)):
#0 pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
#1 0x0000000000c1d000 in os_cond_wait_timed (cond=0x7f243aff8cc0, fast_mutex=0x7f243aff8c80, abstime=0x7f2413bfbd70) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:177
#2 0x0000000000c1d7cf in os_event_wait_time_low (event=0x7f243aff8c80, time_in_usec=5000000, reset_sig_count=1) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:723
#3 0x0000000000d1b592 in ib_wqueue_timedwait (wq=0x7f243dc54738, wait_in_usecs=5000000) at /home/jan/mysql/10.0-win/storage/xtradb/ut/ut0wqueue.cc:154
#4 0x0000000000df32a3 in fts_optimize_thread (arg=0x7f243dc54738) at /home/jan/mysql/10.0-win/storage/xtradb/fts/fts0opt.cc:2994
#5 0x00007f243f2e8f6e in start_thread (arg=0x7f2413bfc700) at pthread_create.c:311
#6 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 50 (Thread 0x7f243d36c700 (LWP 32085)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2410820540, fast_mutex=0x7f2410820500) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2410820500, reset_sig_count=578) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f24115bb780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f243d369324, trx=0x7f240f47f478, thr=0x7f24115bb780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2411468fa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\071\004", mode=1, prebuilt=0x7f24115bb078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f241175e088, buf=0x7f2411468fa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\071\004", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f241175e088, buf=0x7f2411468fa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\071\004") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f241175e088, buf=0x7f2411468fa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\071\004") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de82 in handler::ha_rnd_next (this=0x7f241175e088, buf=0x7f2411468fa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\071\004") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000e24ac2 in ha_partition::rnd_next (this=0x7f24114d5888, buf=0x7f2411468fa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\071\004") at /home/jan/mysql/10.0-win/sql/ha_partition.cc:4903
#11 0x000000000086de3c in handler::ha_rnd_next (this=0x7f24114d5888, buf=0x7f2411468fa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\071\004") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#12 0x0000000000863d4d in find_all_keys (param=0x7f243d36a190, select=0x0, fs_info=0x7f243d36a120, buffpek_pointers=0x7f243d36a3b0, tempfile=0x7f243d36a210, pq=0x7f243d36a0d0, found_rows=0x7f243d36a630) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#13 0x00000000008627b7 in filesort (thd=0x7f2419b3c070, table=0x7f2411501070, sortorder=0x7f240f4239e0, s_length=5, select=0x0, max_rows=5, sort_positions=true, examined_rows=0x7f243d36a628, found_rows=0x7f243d36a630) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#14 0x000000000073f330 in mysql_update (thd=0x7f2419b3c070, table_list=0x7f240f422330, fields=..., values=..., conds=0x0, order_num=5, order=0x7f240f422c50, limit=5, handle_duplicates=DUP_ERROR, ignore=true, found_return=0x7f243d36ac90, updated_return=0x7f243d36ad20) at /home/jan/mysql/10.0-win/sql/sql_update.cc:558
#15 0x000000000067302d in mysql_execute_command (thd=0x7f2419b3c070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3331
#16 0x000000000067b8ee in mysql_parse (thd=0x7f2419b3c070, rawbuf=0x7f240f422088 "UPDATE LOW_PRIORITY IGNORE `table1_key_pk_parts_2_int_autoinc` AS X SET `col_int_key` = 3681878016 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 5", length=177, parser_state=0x7f243d36b5c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#17 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2419b3c070, packet=0x7f2419b42071 "UPDATE LOW_PRIORITY IGNORE `table1_key_pk_parts_2_int_autoinc` AS X SET `col_int_key` = 3681878016 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 5", packet_length=177) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#18 0x000000000066d741 in do_command (thd=0x7f2419b3c070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#19 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2419b3c070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#20 0x0000000000792431 in handle_one_connection (arg=0x7f2419b3c070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#21 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2419f22f30) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#22 0x00007f243f2e8f6e in start_thread (arg=0x7f243d36c700) at pthread_create.c:311
#23 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 49 (Thread 0x7f243fbde700 (LWP 32073)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f243affb7c0, fast_mutex=0x7f243affb780) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f243affb780, reset_sig_count=1) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000ce0e58 in sync_array_wait_event (arr=0x7f243af40540, index=0) at /home/jan/mysql/10.0-win/storage/xtradb/sync/sync0arr.cc:433
#4 0x0000000000ce5cfa in mutex_spin_wait (_mutex=0x7f242a3d0988, high_priority=false, file_name=0x11d12c0 "/home/jan/mysql/10.0-win/storage/xtradb/buf/buf0lru.cc", line=2806) at /home/jan/mysql/10.0-win/storage/xtradb/sync/sync0sync.cc:671
#5 0x0000000000d75407 in mutex_enter_func (mutex=0x7f242a3d0988, file_name=0x11d12c0 "/home/jan/mysql/10.0-win/storage/xtradb/buf/buf0lru.cc", line=2806, priority=IB_DEFAULT_PRIO) at /home/jan/mysql/10.0-win/storage/xtradb/include/sync0sync.ic:316
#6 0x0000000000d7556c in pfs_mutex_enter_func (mutex=0x7f242a3d0988, file_name=0x11d12c0 "/home/jan/mysql/10.0-win/storage/xtradb/buf/buf0lru.cc", line=2806, priority=IB_DEFAULT_PRIO) at /home/jan/mysql/10.0-win/storage/xtradb/include/sync0sync.ic:399
#7 0x0000000000d7c4c8 in buf_LRU_validate_instance (buf_pool=0x7f242a3d0878) at /home/jan/mysql/10.0-win/storage/xtradb/buf/buf0lru.cc:2806
#8 0x0000000000d7c684 in buf_LRU_validate () at /home/jan/mysql/10.0-win/storage/xtradb/buf/buf0lru.cc:2851
#9 0x0000000000d650bb in buf_pool_validate_instance (buf_pool=0x7f242a3d0878) at /home/jan/mysql/10.0-win/storage/xtradb/buf/buf0buf.cc:4704
#10 0x0000000000d6514d in buf_validate () at /home/jan/mysql/10.0-win/storage/xtradb/buf/buf0buf.cc:4725
#11 0x0000000000d613dc in buf_page_optimistic_get (rw_latch=1, block=0x7f2421394bf8, modify_clock=1936, file=0x11a53c0 "/home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc", line=3230, mtr=0x7f243fbdb860) at /home/jan/mysql/10.0-win/storage/xtradb/buf/buf0buf.cc:3114
#12 0x0000000000d4b58e in btr_pcur_restore_position_func (latch_mode=1, cursor=0x7f240e54d0f0, file=0x11a53c0 "/home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc", line=3230, mtr=0x7f243fbdb860) at /home/jan/mysql/10.0-win/storage/xtradb/btr/btr0pcur.cc:277
#13 0x0000000000cb6c3d in sel_restore_position_for_mysql (same_user_rec=0x7f243fbdb488, latch_mode=1, pcur=0x7f240e54d0f0, moves_up=1, mtr=0x7f243fbdb860) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:3230
#14 0x0000000000cb88ba in row_search_for_mysql (buf=0x7f240e42a588 "\377", mode=1, prebuilt=0x7f240e54d078, match_mode=0, direction=1) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:4114
#15 0x0000000000b994b2 in ha_innobase::general_fetch (this=0x7f240e547088, buf=0x7f240e42a588 "\377", direction=1, match_mode=0) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8603
#16 0x0000000000b99a08 in ha_innobase::rnd_next (this=0x7f240e547088, buf=0x7f240e42a588 "\377") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8820
#17 0x000000000086de3c in handler::ha_rnd_next (this=0x7f240e547088, buf=0x7f240e42a588 "\377") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#18 0x0000000000863d4d in find_all_keys (param=0x7f243fbdc190, select=0x7f2410c23a70, fs_info=0x7f243fbdc120, buffpek_pointers=0x7f243fbdc3b0, tempfile=0x7f243fbdc210, pq=0x7f243fbdc0d0, found_rows=0x7f243fbdc630) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#19 0x00000000008627b7 in filesort (thd=0x7f2419ae4070, table=0x7f240e511470, sortorder=0x7f2410c23fb0, s_length=5, select=0x7f2410c23a70, max_rows=5, sort_positions=true, examined_rows=0x7f243fbdc628, found_rows=0x7f243fbdc630) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#20 0x000000000073f330 in mysql_update (thd=0x7f2419ae4070, table_list=0x7f2410c222f8, fields=..., values=..., conds=0x7f2410c22ca0, order_num=5, order=0x7f2410c22f48, limit=5, handle_duplicates=DUP_ERROR, ignore=true, found_return=0x7f243fbdcc90, updated_return=0x7f243fbdcd20) at /home/jan/mysql/10.0-win/sql/sql_update.cc:558
#21 0x000000000067302d in mysql_execute_command (thd=0x7f2419ae4070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3331
#22 0x000000000067b8ee in mysql_parse (thd=0x7f2419ae4070, rawbuf=0x7f2410c22088 "UPDATE LOW_PRIORITY IGNORE `table0_int_autoinc` AS X SET `col_int` = 178 WHERE X . `col_char_12_key` < 45 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 5", length=183, parser_state=0x7f243fbdd5c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#23 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2419ae4070, packet=0x7f2419afa071 "UPDATE LOW_PRIORITY IGNORE `table0_int_autoinc` AS X SET `col_int` = 178 WHERE X . `col_char_12_key` < 45 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 5", packet_length=183) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#24 0x000000000066d741 in do_command (thd=0x7f2419ae4070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#25 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2419ae4070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#26 0x0000000000792431 in handle_one_connection (arg=0x7f2419ae4070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#27 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2419f223f0) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#28 0x00007f243f2e8f6e in start_thread (arg=0x7f243fbde700) at pthread_create.c:311
#29 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 48 (Thread 0x7f2416fff700 (LWP 32045)):
#0 0x00007f243e7ffde3 in select () at ../sysdeps/unix/syscall-template.S:81
#1 0x0000000000c1e323 in os_thread_sleep (tm=1000000) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0thread.cc:284
#2 0x0000000000cd7fdc in srv_master_sleep () at /home/jan/mysql/10.0-win/storage/xtradb/srv/srv0srv.cc:2901
#3 0x0000000000cd8116 in srv_master_thread (arg=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/srv/srv0srv.cc:2949
#4 0x00007f243f2e8f6e in start_thread (arg=0x7f2416fff700) at pthread_create.c:311
#5 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 47 (Thread 0x7f243e4f6700 (LWP 32075)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f24124483c0, fast_mutex=0x7f2412448380) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2412448380, reset_sig_count=454) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f240e89d780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f243e4f2ff4, trx=0x7f241087f478, thr=0x7f240e89d780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2419ffeca0 "\377", mode=1, prebuilt=0x7f240e89d078, match_mode=0, direction=1) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b994b2 in ha_innobase::general_fetch (this=0x7f240e839088, buf=0x7f2419ffeca0 "\377", direction=1, match_mode=0) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8603
#7 0x0000000000b99a08 in ha_innobase::rnd_next (this=0x7f240e839088, buf=0x7f2419ffeca0 "\377") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8820
#8 0x000000000086de82 in handler::ha_rnd_next (this=0x7f240e839088, buf=0x7f2419ffeca0 "\377") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#9 0x0000000000e24ac2 in ha_partition::rnd_next (this=0x7f240e943888, buf=0x7f2419ffeca0 "\377") at /home/jan/mysql/10.0-win/sql/ha_partition.cc:4903
#10 0x000000000086de3c in handler::ha_rnd_next (this=0x7f240e943888, buf=0x7f2419ffeca0 "\377") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#11 0x0000000000863d4d in find_all_keys (param=0x7f243e4f3df0, select=0x7f2410842c38, fs_info=0x7f243e4f3d80, buffpek_pointers=0x7f243e4f4010, tempfile=0x7f243e4f3e70, pq=0x0, found_rows=0x7f243e4f42c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#12 0x00000000008627b7 in filesort (thd=0x7f2419aff070, table=0x7f240e922c70, sortorder=0x7f2410843178, s_length=5, select=0x7f2410842c38, max_rows=18446744073709551615, sort_positions=true, examined_rows=0x7f243e4f42a0, found_rows=0x7f243e4f42c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#13 0x00000000009c70f9 in mysql_delete (thd=0x7f2419aff070, table_list=0x7f24108223d8, conds=0x7f241084d0f8, order_list=0x7f2419b03698, limit=2, options=0, result=0x7f241084ca60) at /home/jan/mysql/10.0-win/sql/sql_delete.cc:484
#14 0x0000000000673cf7 in mysql_execute_command (thd=0x7f2419aff070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3608
#15 0x000000000067b8ee in mysql_parse (thd=0x7f2419aff070, rawbuf=0x7f2410822088 "DELETE LOW_PRIORITY IGNORE FROM `table2_key_pk_parts_2_int_autoinc` WHERE `col_char_12_key` IN ( SELECT `col_char_12_key` FROM `table10_int_autoinc` WHERE `pk` = 29032448 ) ORDER BY `col_char_12`,`co"..., length=251, parser_state=0x7f243e4f55c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#16 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2419aff070, packet=0x7f2419b05071 "DELETE LOW_PRIORITY IGNORE FROM `table2_key_pk_parts_2_int_autoinc` WHERE `col_char_12_key` IN ( SELECT `col_char_12_key` FROM `table10_int_autoinc` WHERE `pk` = 29032448 ) ORDER BY `col_char_12`,`co"..., packet_length=251) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#17 0x000000000066d741 in do_command (thd=0x7f2419aff070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#18 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2419aff070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#19 0x0000000000792431 in handle_one_connection (arg=0x7f2419aff070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#20 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2419f22490) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#21 0x00007f243f2e8f6e in start_thread (arg=0x7f243e4f6700) at pthread_create.c:311
#22 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 46 (Thread 0x7f24167fe700 (LWP 32046)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f243bffe9c0, fast_mutex=0x7f243bffe980) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f243bffe980, reset_sig_count=2980) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000cd8aa4 in srv_purge_coordinator_suspend (slot=0x7f243afa1880, rseg_history_len=483) at /home/jan/mysql/10.0-win/storage/xtradb/srv/srv0srv.cc:3258
#4 0x0000000000cd8f91 in srv_purge_coordinator_thread (arg=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/srv/srv0srv.cc:3378
#5 0x00007f243f2e8f6e in start_thread (arg=0x7f24167fe700) at pthread_create.c:311
#6 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 45 (Thread 0x7f243e464700 (LWP 32079)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f24100203c0, fast_mutex=0x7f2410020380) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2410020380, reset_sig_count=494) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f240f98a780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f243e461324, trx=0x7f241007f478, thr=0x7f240f98a780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f240f82d7a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377|\003", mode=1, prebuilt=0x7f240f98a078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f240f968088, buf=0x7f240f82d7a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377|\003", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f240f968088, buf=0x7f240f82d7a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377|\003") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f240f968088, buf=0x7f240f82d7a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377|\003") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de82 in handler::ha_rnd_next (this=0x7f240f968088, buf=0x7f240f82d7a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377|\003") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000e24ac2 in ha_partition::rnd_next (this=0x7f240cd09888, buf=0x7f240f82d7a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377|\003") at /home/jan/mysql/10.0-win/sql/ha_partition.cc:4903
#11 0x000000000086de3c in handler::ha_rnd_next (this=0x7f240cd09888, buf=0x7f240f82d7a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377|\003") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#12 0x0000000000863d4d in find_all_keys (param=0x7f243e462190, select=0x7f2410023e08, fs_info=0x7f243e462120, buffpek_pointers=0x7f243e4623b0, tempfile=0x7f243e462210, pq=0x7f243e4620d0, found_rows=0x7f243e462630) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#13 0x00000000008627b7 in filesort (thd=0x7f2419b1b070, table=0x7f240f91c470, sortorder=0x7f241016b3c8, s_length=5, select=0x7f2410023e08, max_rows=5, sort_positions=true, examined_rows=0x7f243e462628, found_rows=0x7f243e462630) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#14 0x000000000073f330 in mysql_update (thd=0x7f2419b1b070, table_list=0x7f24100223b8, fields=..., values=..., conds=0x7f2410023078, order_num=5, order=0x7f24100232f0, limit=5, handle_duplicates=DUP_ERROR, ignore=false, found_return=0x7f243e462c90, updated_return=0x7f243e462d20) at /home/jan/mysql/10.0-win/sql/sql_update.cc:558
#15 0x000000000067302d in mysql_execute_command (thd=0x7f2419b1b070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3331
#16 0x000000000067b8ee in mysql_parse (thd=0x7f2419b1b070, rawbuf=0x7f2410022088 "UPDATE LOW_PRIORITY `table1_key_pk_parts_2_int_autoinc` AS X SET `col_int_key` = 4 WHERE X . `col_char_12_key` IN ( 1696333824 , 2031222784 , 'a' , 2509111296 , 'g' ) ORDER BY `col_char_12`,`col_char"..., length=245, parser_state=0x7f243e4635c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#17 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2419b1b070, packet=0x7f2419b21071 "UPDATE LOW_PRIORITY `table1_key_pk_parts_2_int_autoinc` AS X SET `col_int_key` = 4 WHERE X . `col_char_12_key` IN ( 1696333824 , 2031222784 , 'a' , 2509111296 , 'g' ) ORDER BY `col_char_12`,`col_char"..., packet_length=245) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#18 0x000000000066d741 in do_command (thd=0x7f2419b1b070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#19 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2419b1b070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#20 0x0000000000792431 in handle_one_connection (arg=0x7f2419b1b070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#21 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2419f227b0) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#22 0x00007f243f2e8f6e in start_thread (arg=0x7f243e464700) at pthread_create.c:311
#23 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 44 (Thread 0x7f243fcb9700 (LWP 32051)):
#0 do_sigwait (sig=0x7f243fcb8d60, set=<optimized out>) at ../nptl/sysdeps/unix/sysv/linux/../../../../../sysdeps/unix/sysv/linux/sigwait.c:64
#1 __sigwait (set=<optimized out>, sig=0x7f243fcb8d60) at ../nptl/sysdeps/unix/sysv/linux/../../../../../sysdeps/unix/sysv/linux/sigwait.c:99
#2 0x00000000005b1fe5 in signal_hand (arg=0x0) at /home/jan/mysql/10.0-win/sql/mysqld.cc:3303
#3 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2420769770) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#4 0x00007f243f2e8f6e in start_thread (arg=0x7f243fcb9700) at pthread_create.c:311
#5 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 43 (Thread 0x7f2417ffe700 (LWP 32044)):
#0 pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
#1 0x0000000000c1d000 in os_cond_wait_timed (cond=0x7f243bffeac0, fast_mutex=0x7f243bffea80, abstime=0x7f2417ffddd0) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:177
#2 0x0000000000c1d7cf in os_event_wait_time_low (event=0x7f243bffea80, time_in_usec=5000000, reset_sig_count=1) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:723
#3 0x0000000000cd6141 in srv_monitor_thread (arg=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/srv/srv0srv.cc:1914
#4 0x00007f243f2e8f6e in start_thread (arg=0x7f2417ffe700) at pthread_create.c:311
#5 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 42 (Thread 0x7f241bff8700 (LWP 32038)):
#0 0x00007f243f95058a in ?? () from /lib/x86_64-linux-gnu/libaio.so.1
#1 0x0000000000c1aaee in os_aio_linux_collect (array=0x7f243affa150, segment=1, seg_size=2048) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5047
#2 0x0000000000c1ae7f in os_aio_linux_handle (global_seg=7, message1=0x7f241bff7de8, message2=0x7f241bff7df0, type=0x7f241bff7df8, space_id=0x7f241bff7e00) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5192
#3 0x0000000000dc8fa2 in fil_aio_wait (segment=7) at /home/jan/mysql/10.0-win/storage/xtradb/fil/fil0fil.cc:5645
#4 0x0000000000cdb5a3 in io_handler_thread (arg=0x21f5fb8 <n+56>) at /home/jan/mysql/10.0-win/storage/xtradb/srv/srv0start.cc:494
#5 0x00007f243f2e8f6e in start_thread (arg=0x7f241bff8700) at pthread_create.c:311
#6 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 41 (Thread 0x7f241aff6700 (LWP 32040)):
#0 0x00007f243f95058a in ?? () from /lib/x86_64-linux-gnu/libaio.so.1
#1 0x0000000000c1aaee in os_aio_linux_collect (array=0x7f243affa150, segment=3, seg_size=2048) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5047
#2 0x0000000000c1ae7f in os_aio_linux_handle (global_seg=9, message1=0x7f241aff5de8, message2=0x7f241aff5df0, type=0x7f241aff5df8, space_id=0x7f241aff5e00) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5192
#3 0x0000000000dc8fa2 in fil_aio_wait (segment=9) at /home/jan/mysql/10.0-win/storage/xtradb/fil/fil0fil.cc:5645
#4 0x0000000000cdb5a3 in io_handler_thread (arg=0x21f5fc8 <n+72>) at /home/jan/mysql/10.0-win/storage/xtradb/srv/srv0start.cc:494
#5 0x00007f243f2e8f6e in start_thread (arg=0x7f241aff6700) at pthread_create.c:311
#6 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 40 (Thread 0x7f2414bfe700 (LWP 32048)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f243bffeb40, fast_mutex=0x7f243bffeb00) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f243bffeb00, reset_sig_count=1) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000d6c5b6 in buf_dump_thread (arg=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/buf/buf0dump.cc:594
#4 0x00007f243f2e8f6e in start_thread (arg=0x7f2414bfe700) at pthread_create.c:311
#5 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 39 (Thread 0x7f24187ff700 (LWP 32043)):
#0 pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
#1 0x0000000000c1d000 in os_cond_wait_timed (cond=0x7f243bffea40, fast_mutex=0x7f243bffea00, abstime=0x7f24187feda0) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:177
#2 0x0000000000c1d7cf in os_event_wait_time_low (event=0x7f243bffea00, time_in_usec=1000000, reset_sig_count=1) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:723
#3 0x0000000000cd68ea in srv_error_monitor_thread (arg=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/srv/srv0srv.cc:2176
#4 0x00007f243f2e8f6e in start_thread (arg=0x7f24187ff700) at pthread_create.c:311
#5 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 38 (Thread 0x7f241c7f9700 (LWP 32037)):
#0 0x00007f243f95058a in ?? () from /lib/x86_64-linux-gnu/libaio.so.1
#1 0x0000000000c1aaee in os_aio_linux_collect (array=0x7f243affa150, segment=0, seg_size=2048) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5047
#2 0x0000000000c1ae7f in os_aio_linux_handle (global_seg=6, message1=0x7f241c7f8de8, message2=0x7f241c7f8df0, type=0x7f241c7f8df8, space_id=0x7f241c7f8e00) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5192
#3 0x0000000000dc8fa2 in fil_aio_wait (segment=6) at /home/jan/mysql/10.0-win/storage/xtradb/fil/fil0fil.cc:5645
#4 0x0000000000cdb5a3 in io_handler_thread (arg=0x21f5fb0 <n+48>) at /home/jan/mysql/10.0-win/storage/xtradb/srv/srv0start.cc:494
#5 0x00007f243f2e8f6e in start_thread (arg=0x7f241c7f9700) at pthread_create.c:311
#6 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 37 (Thread 0x7f2420cb9700 (LWP 32121)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f24104202c0, fast_mutex=0x7f2410420280) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2410420280, reset_sig_count=610) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f240d51bae0) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2420cb73fc, trx=0x7f24154b2478, thr=0x7f240d51bae0, savept=0x7f2420cb7400) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000c8c2ad in row_insert_for_mysql (mysql_rec=0x7f2419aea6a0 "\347\177\004", prebuilt=0x7f240d51b078) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:1323
#6 0x0000000000b96efb in ha_innobase::write_row (this=0x7f240d439088, record=0x7f2419aea6a0 "\347\177\004") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:7396
#7 0x00000000008756fb in handler::ha_write_row (this=0x7f240d439088, buf=0x7f2419aea6a0 "\347\177\004") at /home/jan/mysql/10.0-win/sql/handler.cc:5914
#8 0x0000000000e233c2 in ha_partition::write_row (this=0x7f240d520088, buf=0x7f2419aea6a0 "\347\177\004") at /home/jan/mysql/10.0-win/sql/ha_partition.cc:4163
#9 0x00000000008756ac in handler::ha_write_row (this=0x7f240d520088, buf=0x7f2419aea6a0 "\347\177\004") at /home/jan/mysql/10.0-win/sql/handler.cc:5914
#10 0x000000000065581d in write_record (thd=0x7f241a38c070, table=0x7f240d541870, info=0x7f2420cb78c0) at /home/jan/mysql/10.0-win/sql/sql_insert.cc:1835
#11 0x0000000000653437 in mysql_insert (thd=0x7f241a38c070, table_list=0x7f24154552e8, fields=..., values_list=..., update_fields=..., update_values=..., duplic=DUP_ERROR, ignore=false) at /home/jan/mysql/10.0-win/sql/sql_insert.cc:960
#12 0x0000000000673544 in mysql_execute_command (thd=0x7f241a38c070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3468
#13 0x000000000067b8ee in mysql_parse (thd=0x7f241a38c070, rawbuf=0x7f2415455088 "INSERT LOW_PRIORITY INTO `table1_key_pk_parts_2_int_autoinc` ( `col_int_key` , `col_int` ) VALUES ( 6 , 2211840000 ) , ( 191 , 4 )", length=130, parser_state=0x7f2420cb85c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#14 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f241a38c070, packet=0x7f241a392071 "INSERT LOW_PRIORITY INTO `table1_key_pk_parts_2_int_autoinc` ( `col_int_key` , `col_int` ) VALUES ( 6 , 2211840000 ) , ( 191 , 4 )", packet_length=130) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#15 0x000000000066d741 in do_command (thd=0x7f241a38c070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#16 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f241a38c070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#17 0x0000000000792431 in handle_one_connection (arg=0x7f241a38c070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#18 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2419f793b0) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#19 0x00007f243f2e8f6e in start_thread (arg=0x7f2420cb9700) at pthread_create.c:311
#20 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 36 (Thread 0x7f241d7fb700 (LWP 32035)):
#0 0x00007f243f95058a in ?? () from /lib/x86_64-linux-gnu/libaio.so.1
#1 0x0000000000c1aaee in os_aio_linux_collect (array=0x7f243affa060, segment=2, seg_size=2048) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5047
#2 0x0000000000c1ae7f in os_aio_linux_handle (global_seg=4, message1=0x7f241d7fade8, message2=0x7f241d7fadf0, type=0x7f241d7fadf8, space_id=0x7f241d7fae00) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5192
#3 0x0000000000dc8fa2 in fil_aio_wait (segment=4) at /home/jan/mysql/10.0-win/storage/xtradb/fil/fil0fil.cc:5645
#4 0x0000000000cdb5a3 in io_handler_thread (arg=0x21f5fa0 <n+32>) at /home/jan/mysql/10.0-win/storage/xtradb/srv/srv0start.cc:494
#5 0x00007f243f2e8f6e in start_thread (arg=0x7f241d7fb700) at pthread_create.c:311
#6 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 35 (Thread 0x7f24153ff700 (LWP 32047)):
#0 0x00007f243e7ffde3 in select () at ../sysdeps/unix/syscall-template.S:81
#1 0x0000000000c1e323 in os_thread_sleep (tm=1000000) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0thread.cc:284
#2 0x0000000000d74171 in page_cleaner_sleep_if_needed (next_loop_time=1395258261311) at /home/jan/mysql/10.0-win/storage/xtradb/buf/buf0flu.cc:2549
#3 0x0000000000d7444e in buf_flush_page_cleaner_thread (arg=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/buf/buf0flu.cc:2674
#4 0x00007f243f2e8f6e in start_thread (arg=0x7f24153ff700) at pthread_create.c:311
#5 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 34 (Thread 0x7f243d049700 (LWP 32107)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2410820340, fast_mutex=0x7f2410820300) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2410820300, reset_sig_count=635) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f2410d1fae0) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f243d045f84, trx=0x7f240c87f478, thr=0x7f2410d1fae0, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2410c296a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377.\004", mode=1, prebuilt=0x7f2410d1f078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f2410c94088, buf=0x7f2410c296a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377.\004", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f2410c94088, buf=0x7f2410c296a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377.\004") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f2410c94088, buf=0x7f2410c296a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377.\004") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de82 in handler::ha_rnd_next (this=0x7f2410c94088, buf=0x7f2410c296a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377.\004") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000e24ac2 in ha_partition::rnd_next (this=0x7f2410d47088, buf=0x7f2410c296a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377.\004") at /home/jan/mysql/10.0-win/sql/ha_partition.cc:4903
#11 0x000000000086de3c in handler::ha_rnd_next (this=0x7f2410d47088, buf=0x7f2410c296a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377.\004") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#12 0x0000000000863d4d in find_all_keys (param=0x7f243d046df0, select=0x7f240c8238a0, fs_info=0x7f243d046d80, buffpek_pointers=0x7f243d047010, tempfile=0x7f243d046e70, pq=0x0, found_rows=0x7f243d0472c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#13 0x00000000008627b7 in filesort (thd=0x7f2419bb5070, table=0x7f2410d26870, sortorder=0x7f240c823de0, s_length=5, select=0x7f240c8238a0, max_rows=18446744073709551615, sort_positions=true, examined_rows=0x7f243d0472a0, found_rows=0x7f243d0472c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#14 0x00000000009c70f9 in mysql_delete (thd=0x7f2419bb5070, table_list=0x7f240c822338, conds=0x7f240c822af0, order_list=0x7f2419bb9698, limit=4, options=4194304, result=0x7f240c823468) at /home/jan/mysql/10.0-win/sql/sql_delete.cc:484
#15 0x0000000000673cf7 in mysql_execute_command (thd=0x7f2419bb5070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3608
#16 0x000000000067b8ee in mysql_parse (thd=0x7f2419bb5070, rawbuf=0x7f240c822088 "DELETE LOW_PRIORITY QUICK FROM `table1_key_pk_parts_2_int_autoinc` WHERE `col_char_12_key` = 7 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 4", length=173, parser_state=0x7f243d0485c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#17 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2419bb5070, packet=0x7f2419bbb071 "DELETE LOW_PRIORITY QUICK FROM `table1_key_pk_parts_2_int_autoinc` WHERE `col_char_12_key` = 7 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 4", packet_length=173) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#18 0x000000000066d741 in do_command (thd=0x7f2419bb5070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#19 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2419bb5070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#20 0x0000000000792431 in handle_one_connection (arg=0x7f2419bb5070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#21 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2419f55350) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#22 0x00007f243f2e8f6e in start_thread (arg=0x7f243d049700) at pthread_create.c:311
#23 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 33 (Thread 0x7f241b7f7700 (LWP 32039)):
#0 0x00007f243f95058a in ?? () from /lib/x86_64-linux-gnu/libaio.so.1
#1 0x0000000000c1aaee in os_aio_linux_collect (array=0x7f243affa150, segment=2, seg_size=2048) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5047
#2 0x0000000000c1ae7f in os_aio_linux_handle (global_seg=8, message1=0x7f241b7f6de8, message2=0x7f241b7f6df0, type=0x7f241b7f6df8, space_id=0x7f241b7f6e00) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5192
#3 0x0000000000dc8fa2 in fil_aio_wait (segment=8) at /home/jan/mysql/10.0-win/storage/xtradb/fil/fil0fil.cc:5645
#4 0x0000000000cdb5a3 in io_handler_thread (arg=0x21f5fc0 <n+64>) at /home/jan/mysql/10.0-win/storage/xtradb/srv/srv0start.cc:494
#5 0x00007f243f2e8f6e in start_thread (arg=0x7f241b7f7700) at pthread_create.c:311
#6 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 32 (Thread 0x7f241dffc700 (LWP 32034)):
#0 0x00007f243f95058a in ?? () from /lib/x86_64-linux-gnu/libaio.so.1
#1 0x0000000000c1aaee in os_aio_linux_collect (array=0x7f243affa060, segment=1, seg_size=2048) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5047
#2 0x0000000000c1ae7f in os_aio_linux_handle (global_seg=3, message1=0x7f241dffbde8, message2=0x7f241dffbdf0, type=0x7f241dffbdf8, space_id=0x7f241dffbe00) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5192
#3 0x0000000000dc8fa2 in fil_aio_wait (segment=3) at /home/jan/mysql/10.0-win/storage/xtradb/fil/fil0fil.cc:5645
#4 0x0000000000cdb5a3 in io_handler_thread (arg=0x21f5f98 <n+24>) at /home/jan/mysql/10.0-win/storage/xtradb/srv/srv0start.cc:494
#5 0x00007f243f2e8f6e in start_thread (arg=0x7f241dffc700) at pthread_create.c:311
#6 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 31 (Thread 0x7f2420e26700 (LWP 32111)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2410c204c0, fast_mutex=0x7f2410c20480) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2410c20480, reset_sig_count=635) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f2429888780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2420e22f54, trx=0x7f2419a76c78, thr=0x7f2429888780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f242985b0a0 "\377", mode=2, prebuilt=0x7f2429888078, match_mode=1, direction=1) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b994b2 in ha_innobase::general_fetch (this=0x7f24298cb088, buf=0x7f242985b0a0 "\377", direction=1, match_mode=1) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8603
#7 0x0000000000b99782 in ha_innobase::index_next_same (this=0x7f24298cb088, buf=0x7f242985b0a0 "\377", key=0x7f241a2480b8 "", keylen=5) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8687
#8 0x000000000086ec49 in handler::ha_index_next_same (this=0x7f24298cb088, buf=0x7f242985b0a0 "\377", key=0x7f241a2480b8 "", keylen=5) at /home/jan/mysql/10.0-win/sql/handler.cc:2658
#9 0x0000000000874257 in handler::read_range_next (this=0x7f24298cb088) at /home/jan/mysql/10.0-win/sql/handler.cc:5372
#10 0x0000000000e27575 in ha_partition::handle_ordered_next (this=0x7f2429976088, buf=0x7f242985b0a0 "\377", is_next_same=true) at /home/jan/mysql/10.0-win/sql/ha_partition.cc:6305
#11 0x0000000000e26326 in ha_partition::read_range_next (this=0x7f2429976088) at /home/jan/mysql/10.0-win/sql/ha_partition.cc:5766
#12 0x00000000007d4e01 in handler::multi_range_read_next (this=0x7f2429976088, range_info=0x7f2420e23ad8) at /home/jan/mysql/10.0-win/sql/multi_range_read.cc:263
#13 0x0000000000991da4 in QUICK_RANGE_SELECT::get_next (this=0x7f241a2ce2c0) at /home/jan/mysql/10.0-win/sql/opt_range.cc:11620
#14 0x0000000000863c74 in find_all_keys (param=0x7f2420e23df0, select=0x7f2419bf7800, fs_info=0x7f2420e23d80, buffpek_pointers=0x7f2420e24010, tempfile=0x7f2420e23e70, pq=0x0, found_rows=0x7f2420e242c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:740
#15 0x00000000008627b7 in filesort (thd=0x7f2419bd1070, table=0x7f2429955870, sortorder=0x7f2419bf7d80, s_length=4, select=0x7f2419bf7800, max_rows=18446744073709551615, sort_positions=true, examined_rows=0x7f2420e242a0, found_rows=0x7f2420e242c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#16 0x00000000009c70f9 in mysql_delete (thd=0x7f2419bd1070, table_list=0x7f2419bf6348, conds=0x7f2419bf6b00, order_list=0x7f2419bd5698, limit=4, options=0, result=0x7f2419bf7478) at /home/jan/mysql/10.0-win/sql/sql_delete.cc:484
#17 0x0000000000673cf7 in mysql_execute_command (thd=0x7f2419bd1070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3608
#18 0x000000000067b8ee in mysql_parse (thd=0x7f2419bd1070, rawbuf=0x7f2419bf6088 "DELETE LOW_PRIORITY IGNORE FROM `table2_key_pk_parts_2_int_autoinc` WHERE `col_int_key` = 3893362688 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 4", length=179, parser_state=0x7f2420e255c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#19 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2419bd1070, packet=0x7f2419bd7071 "DELETE LOW_PRIORITY IGNORE FROM `table2_key_pk_parts_2_int_autoinc` WHERE `col_int_key` = 3893362688 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 4", packet_length=179) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#20 0x000000000066d741 in do_command (thd=0x7f2419bd1070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#21 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2419bd1070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#22 0x0000000000792431 in handle_one_connection (arg=0x7f2419bd1070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#23 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2419f557b0) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#24 0x00007f243f2e8f6e in start_thread (arg=0x7f2420e26700) at pthread_create.c:311
#25 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 30 (Thread 0x7f241e7fd700 (LWP 32033)):
#0 0x00007f243f95058a in ?? () from /lib/x86_64-linux-gnu/libaio.so.1
#1 0x0000000000c1aaee in os_aio_linux_collect (array=0x7f243affa060, segment=0, seg_size=2048) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5047
#2 0x0000000000c1ae7f in os_aio_linux_handle (global_seg=2, message1=0x7f241e7fcde8, message2=0x7f241e7fcdf0, type=0x7f241e7fcdf8, space_id=0x7f241e7fce00) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5192
#3 0x0000000000dc8fa2 in fil_aio_wait (segment=2) at /home/jan/mysql/10.0-win/storage/xtradb/fil/fil0fil.cc:5645
#4 0x0000000000cdb5a3 in io_handler_thread (arg=0x21f5f90 <n+16>) at /home/jan/mysql/10.0-win/storage/xtradb/srv/srv0start.cc:494
#5 0x00007f243f2e8f6e in start_thread (arg=0x7f241e7fd700) at pthread_create.c:311
#6 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 29 (Thread 0x7f243e4ad700 (LWP 32077)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2420797ec0, fast_mutex=0x7f2420797e80) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2420797e80, reset_sig_count=476) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f241092e780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f243e4a9f84, trx=0x7f241047f478, thr=0x7f241092e780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f241082afa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\a", mode=1, prebuilt=0x7f241092e078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f2410933088, buf=0x7f241082afa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\a", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f2410933088, buf=0x7f241082afa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\a") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f2410933088, buf=0x7f241082afa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\a") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de82 in handler::ha_rnd_next (this=0x7f2410933088, buf=0x7f241082afa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\a") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000e24ac2 in ha_partition::rnd_next (this=0x7f240fd29888, buf=0x7f241082afa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\a") at /home/jan/mysql/10.0-win/sql/ha_partition.cc:4903
#11 0x000000000086de3c in handler::ha_rnd_next (this=0x7f240fd29888, buf=0x7f241082afa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\a") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#12 0x0000000000863d4d in find_all_keys (param=0x7f243e4aadf0, select=0x0, fs_info=0x7f243e4aad80, buffpek_pointers=0x7f243e4ab010, tempfile=0x7f243e4aae70, pq=0x0, found_rows=0x7f243e4ab2c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#13 0x00000000008627b7 in filesort (thd=0x7f2419b0a070, table=0x7f2410974c70, sortorder=0x7f2410423790, s_length=5, select=0x0, max_rows=18446744073709551615, sort_positions=true, examined_rows=0x7f243e4ab2a0, found_rows=0x7f243e4ab2c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#14 0x00000000009c70f9 in mysql_delete (thd=0x7f2419b0a070, table_list=0x7f2410422308, conds=0x0, order_list=0x7f2419b0e698, limit=3, options=0, result=0x7f24104230f0) at /home/jan/mysql/10.0-win/sql/sql_delete.cc:484
#15 0x0000000000673cf7 in mysql_execute_command (thd=0x7f2419b0a070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3608
#16 0x000000000067b8ee in mysql_parse (thd=0x7f2419b0a070, rawbuf=0x7f2410422088 "DELETE LOW_PRIORITY IGNORE FROM `table1_key_pk_parts_2_int_autoinc` ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 3", length=147, parser_state=0x7f243e4ac5c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#17 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2419b0a070, packet=0x7f2419b16071 "DELETE LOW_PRIORITY IGNORE FROM `table1_key_pk_parts_2_int_autoinc` ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 3", packet_length=147) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#18 0x000000000066d741 in do_command (thd=0x7f2419b0a070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#19 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2419b0a070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#20 0x0000000000792431 in handle_one_connection (arg=0x7f2419b0a070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#21 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2419f22710) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#22 0x00007f243f2e8f6e in start_thread (arg=0x7f243e4ad700) at pthread_create.c:311
#23 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 28 (Thread 0x7f24197ff700 (LWP 32042)):
#0 pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
#1 0x0000000000c1d000 in os_cond_wait_timed (cond=0x7f24209a18c0, fast_mutex=0x7f24209a1880, abstime=0x7f24197fee00) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:177
#2 0x0000000000c1d7cf in os_event_wait_time_low (event=0x7f24209a1880, time_in_usec=1000000, reset_sig_count=16762) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:723
#3 0x0000000000bf4b8d in lock_wait_timeout_thread (arg=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:503
#4 0x00007f243f2e8f6e in start_thread (arg=0x7f24197ff700) at pthread_create.c:311
#5 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 27 (Thread 0x7f2420d94700 (LWP 32115)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f24118433c0, fast_mutex=0x7f2411843380) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2411843380, reset_sig_count=449) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f24298ceae0) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2420d914b4, trx=0x7f24188d9478, thr=0x7f24298ceae0, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f242985a688 "\377", '\217' <repeats 36 times>, "\245\245\245\377", <incomplete sequence \346>, mode=1, prebuilt=0x7f24298ce078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f242986a088, buf=0x7f242985a688 "\377", '\217' <repeats 36 times>, "\245\245\245\377", <incomplete sequence \346>, key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f242986a088, buf=0x7f242985a688 "\377", '\217' <repeats 36 times>, "\245\245\245\377", <incomplete sequence \346>) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f242986a088, buf=0x7f242985a688 "\377", '\217' <repeats 36 times>, "\245\245\245\377", <incomplete sequence \346>) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de3c in handler::ha_rnd_next (this=0x7f242986a088, buf=0x7f242985a688 "\377", '\217' <repeats 36 times>, "\245\245\245\377", <incomplete sequence \346>) at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000863d4d in find_all_keys (param=0x7f2420d92240, select=0x7f24188f6a10, fs_info=0x7f2420d921d0, buffpek_pointers=0x7f2420d92460, tempfile=0x7f2420d922c0, pq=0x7f2420d92180, found_rows=0x7f2420d92698) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#11 0x00000000008627b7 in filesort (thd=0x7f241a2f9070, table=0x7f2429954c70, sortorder=0x7f24188f6f58, s_length=5, select=0x7f24188f6a10, max_rows=5, sort_positions=false, examined_rows=0x7f2420d92690, found_rows=0x7f2420d92698) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#12 0x00000000006da87b in create_sort_index (thd=0x7f241a2f9070, join=0x7f24188f5088, order=0x7f241887d7d0, filesort_limit=5, select_limit=5, is_order_by=true) at /home/jan/mysql/10.0-win/sql/sql_select.cc:20396
#13 0x00000000006aed0a in JOIN::exec_inner (this=0x7f24188f5088) at /home/jan/mysql/10.0-win/sql/sql_select.cc:3035
#14 0x00000000006ac1c6 in JOIN::exec (this=0x7f24188f5088) at /home/jan/mysql/10.0-win/sql/sql_select.cc:2355
#15 0x00000000006af7d1 in mysql_select (thd=0x7f241a2f9070, rref_pointer_array=0x7f241a2fd6d8, tables=0x7f241887ccd8, wild_num=0, fields=..., conds=0x7f241887d540, og_num=5, order=0x7f241887d7d0, group=0x0, having=0x0, proc_param=0x0, select_options=3489925888, result=0x7f241887dee0, unit=0x7f241a2fcd78, select_lex=0x7f241a2fd460) at /home/jan/mysql/10.0-win/sql/sql_select.cc:3292
#16 0x00000000006a5a7f in handle_select (thd=0x7f241a2f9070, lex=0x7f241a2fccb0, result=0x7f241887dee0, setup_tables_done_option=1073741824) at /home/jan/mysql/10.0-win/sql/sql_select.cc:372
#17 0x0000000000673a17 in mysql_execute_command (thd=0x7f241a2f9070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3555
#18 0x000000000067b8ee in mysql_parse (thd=0x7f241a2f9070, rawbuf=0x7f241887c088 "INSERT LOW_PRIORITY INTO `table0_key_pk_parts_2_int_autoinc` ( `col_char_12` ) SELECT `col_int_key` FROM `table1_int_autoinc` AS X WHERE X . `col_char_12_key` BETWEEN 4 AND 6 ORDER BY `col_char_12`,`c"..., length=252, parser_state=0x7f2420d935c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#19 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f241a2f9070, packet=0x7f241a301071 "INSERT LOW_PRIORITY INTO `table0_key_pk_parts_2_int_autoinc` ( `col_char_12` ) SELECT `col_int_key` FROM `table1_int_autoinc` AS X WHERE X . `col_char_12_key` BETWEEN 4 AND 6 ORDER BY `col_char_12`,`c"..., packet_length=252) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#20 0x000000000066d741 in do_command (thd=0x7f241a2f9070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#21 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f241a2f9070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#22 0x0000000000792431 in handle_one_connection (arg=0x7f241a2f9070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#23 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2419f55b70) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#24 0x00007f243f2e8f6e in start_thread (arg=0x7f2420d94700) at pthread_create.c:311
#25 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 26 (Thread 0x7f241a6d1700 (LWP 32133)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f240e020440, fast_mutex=0x7f240e020400) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f240e020400, reset_sig_count=523) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f241092f780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f241a6ce064, trx=0x7f2412874c78, thr=0x7f241092f780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2410829b88 "\377", '\217' <repeats 36 times>, "\245\245\245\377m", ' ' <repeats 11 times>, "\002", mode=1, prebuilt=0x7f241092f078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f2410878088, buf=0x7f2410829b88 "\377", '\217' <repeats 36 times>, "\245\245\245\377m", ' ' <repeats 11 times>, "\002", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f2410878088, buf=0x7f2410829b88 "\377", '\217' <repeats 36 times>, "\245\245\245\377m", ' ' <repeats 11 times>, "\002") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f2410878088, buf=0x7f2410829b88 "\377", '\217' <repeats 36 times>, "\245\245\245\377m", ' ' <repeats 11 times>, "\002") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de3c in handler::ha_rnd_next (this=0x7f2410878088, buf=0x7f2410829b88 "\377", '\217' <repeats 36 times>, "\245\245\245\377m", ' ' <repeats 11 times>, "\002") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000863d4d in find_all_keys (param=0x7f241a6cedf0, select=0x0, fs_info=0x7f241a6ced80, buffpek_pointers=0x7f241a6cf010, tempfile=0x7f241a6cee70, pq=0x0, found_rows=0x7f241a6cf2c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#11 0x00000000008627b7 in filesort (thd=0x7f241a3d5070, table=0x7f2410972870, sortorder=0x7f24128d7728, s_length=5, select=0x0, max_rows=18446744073709551615, sort_positions=true, examined_rows=0x7f241a6cf2a0, found_rows=0x7f241a6cf2c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#12 0x00000000009c70f9 in mysql_delete (thd=0x7f241a3d5070, table_list=0x7f24128d62a0, conds=0x0, order_list=0x7f241a3d9698, limit=4, options=0, result=0x7f24128d7088) at /home/jan/mysql/10.0-win/sql/sql_delete.cc:484
#13 0x0000000000673cf7 in mysql_execute_command (thd=0x7f241a3d5070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3608
#14 0x000000000067b8ee in mysql_parse (thd=0x7f241a3d5070, rawbuf=0x7f24128d6088 "DELETE LOW_PRIORITY IGNORE FROM `table100_int_autoinc` ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 4", length=134, parser_state=0x7f241a6d05c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#15 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f241a3d5070, packet=0x7f241a3db071 "DELETE LOW_PRIORITY IGNORE FROM `table100_int_autoinc` ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 4", packet_length=134) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#16 0x000000000066d741 in do_command (thd=0x7f241a3d5070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#17 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f241a3d5070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#18 0x0000000000792431 in handle_one_connection (arg=0x7f241a3d5070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#19 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2419f79ef0) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#20 0x00007f243f2e8f6e in start_thread (arg=0x7f241a6d1700) at pthread_create.c:311
#21 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 25 (Thread 0x7f243fd45780 (LWP 32028)):
#0 0x00007f243e7faf7d in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00000000005b6cf3 in handle_connections_sockets () at /home/jan/mysql/10.0-win/sql/mysqld.cc:6060
#2 0x00000000005b5d23 in mysqld_main (argc=15, argv=0x7f243dc1e6a0) at /home/jan/mysql/10.0-win/sql/mysqld.cc:5492
#3 0x00000000005ac34d in main (argc=15, argv=0x7ffff72913c8) at /home/jan/mysql/10.0-win/sql/main.cc:25

Thread 24 (Thread 0x7f241f7ff700 (LWP 32031)):
#0 0x00007f243f95058a in ?? () from /lib/x86_64-linux-gnu/libaio.so.1
#1 0x0000000000c1aaee in os_aio_linux_collect (array=0x7f243affa100, segment=0, seg_size=2048) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5047
#2 0x0000000000c1ae7f in os_aio_linux_handle (global_seg=0, message1=0x7f241f7fede8, message2=0x7f241f7fedf0, type=0x7f241f7fedf8, space_id=0x7f241f7fee00) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5192
#3 0x0000000000dc8fa2 in fil_aio_wait (segment=0) at /home/jan/mysql/10.0-win/storage/xtradb/fil/fil0fil.cc:5645
#4 0x0000000000cdb5a3 in io_handler_thread (arg=0x21f5f80 <n>) at /home/jan/mysql/10.0-win/storage/xtradb/srv/srv0start.cc:494
#5 0x00007f243f2e8f6e in start_thread (arg=0x7f241f7ff700) at pthread_create.c:311
#6 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 23 (Thread 0x7f2420e6f700 (LWP 32109)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f24114200c0, fast_mutex=0x7f2411420080) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2411420080, reset_sig_count=506) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f240dc56780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2420e6bf84, trx=0x7f240c47f478, thr=0x7f240dc56780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f240dc2afa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\065", ' ' <repeats 11 times>, mode=1, prebuilt=0x7f240dc56078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f240dd22088, buf=0x7f240dc2afa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\065", ' ' <repeats 11 times>, key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f240dd22088, buf=0x7f240dc2afa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\065", ' ' <repeats 11 times>) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f240dd22088, buf=0x7f240dc2afa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\065", ' ' <repeats 11 times>) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de82 in handler::ha_rnd_next (this=0x7f240dd22088, buf=0x7f240dc2afa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\065", ' ' <repeats 11 times>) at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000e24ac2 in ha_partition::rnd_next (this=0x7f240dd5e088, buf=0x7f240dc2afa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\065", ' ' <repeats 11 times>) at /home/jan/mysql/10.0-win/sql/ha_partition.cc:4903
#11 0x000000000086de3c in handler::ha_rnd_next (this=0x7f240dd5e088, buf=0x7f240dc2afa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\065", ' ' <repeats 11 times>) at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#12 0x0000000000863d4d in find_all_keys (param=0x7f2420e6cdf0, select=0x0, fs_info=0x7f2420e6cd80, buffpek_pointers=0x7f2420e6d010, tempfile=0x7f2420e6ce70, pq=0x0, found_rows=0x7f2420e6d2c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#13 0x00000000008627b7 in filesort (thd=0x7f2419bc0070, table=0x7f240dd2e070, sortorder=0x7f240c423798, s_length=5, select=0x0, max_rows=18446744073709551615, sort_positions=true, examined_rows=0x7f2420e6d2a0, found_rows=0x7f2420e6d2c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#14 0x00000000009c70f9 in mysql_delete (thd=0x7f2419bc0070, table_list=0x7f240c422310, conds=0x0, order_list=0x7f2419bc4698, limit=1, options=4194304, result=0x7f240c4230f8) at /home/jan/mysql/10.0-win/sql/sql_delete.cc:484
#15 0x0000000000673cf7 in mysql_execute_command (thd=0x7f2419bc0070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3608
#16 0x000000000067b8ee in mysql_parse (thd=0x7f2419bc0070, rawbuf=0x7f240c422088 "DELETE LOW_PRIORITY QUICK FROM `table100_key_pk_parts_2_int_autoinc` ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 1", length=148, parser_state=0x7f2420e6e5c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#17 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2419bc0070, packet=0x7f2419bcc071 "DELETE LOW_PRIORITY QUICK FROM `table100_key_pk_parts_2_int_autoinc` ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 1", packet_length=148) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#18 0x000000000066d741 in do_command (thd=0x7f2419bc0070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#19 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2419bc0070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#20 0x0000000000792431 in handle_one_connection (arg=0x7f2419bc0070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#21 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2419f55710) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#22 0x00007f243f2e8f6e in start_thread (arg=0x7f2420e6f700) at pthread_create.c:311
#23 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 22 (Thread 0x7f2420d4b700 (LWP 32117)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f240d4203c0, fast_mutex=0x7f240d420380) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f240d420380, reset_sig_count=530) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f240c459780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2420d48064, trx=0x7f24170a7478, thr=0x7f240c459780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f240c429688 "\377", '\217' <repeats 36 times>, "\245\245\245\377N\003", mode=1, prebuilt=0x7f240c459078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f240c456088, buf=0x7f240c429688 "\377", '\217' <repeats 36 times>, "\245\245\245\377N\003", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f240c456088, buf=0x7f240c429688 "\377", '\217' <repeats 36 times>, "\245\245\245\377N\003") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f240c456088, buf=0x7f240c429688 "\377", '\217' <repeats 36 times>, "\245\245\245\377N\003") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de3c in handler::ha_rnd_next (this=0x7f240c456088, buf=0x7f240c429688 "\377", '\217' <repeats 36 times>, "\245\245\245\377N\003") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000863d4d in find_all_keys (param=0x7f2420d48df0, select=0x7f241704b810, fs_info=0x7f2420d48d80, buffpek_pointers=0x7f2420d49010, tempfile=0x7f2420d48e70, pq=0x0, found_rows=0x7f2420d492c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#11 0x00000000008627b7 in filesort (thd=0x7f241a328070, table=0x7f240c541470, sortorder=0x7f241704bd50, s_length=5, select=0x7f241704b810, max_rows=18446744073709551615, sort_positions=true, examined_rows=0x7f2420d492a0, found_rows=0x7f2420d492c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#12 0x00000000009c70f9 in mysql_delete (thd=0x7f241a328070, table_list=0x7f241704a2d8, conds=0x7f241704ab28, order_list=0x7f241a32c698, limit=3, options=0, result=0x7f241704b488) at /home/jan/mysql/10.0-win/sql/sql_delete.cc:484
#13 0x0000000000673cf7 in mysql_execute_command (thd=0x7f241a328070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3608
#14 0x000000000067b8ee in mysql_parse (thd=0x7f241a328070, rawbuf=0x7f241704a088 "DELETE LOW_PRIORITY FROM `table1_int_autoinc` WHERE `col_char_12_key` BETWEEN 2 AND 6 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 3", length=165, parser_state=0x7f2420d4a5c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#15 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f241a328070, packet=0x7f241a2f4071 "DELETE LOW_PRIORITY FROM `table1_int_autoinc` WHERE `col_char_12_key` BETWEEN 2 AND 6 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 3", packet_length=165) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#16 0x000000000066d741 in do_command (thd=0x7f241a328070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#17 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f241a328070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#18 0x0000000000792431 in handle_one_connection (arg=0x7f241a328070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#19 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2419f55e90) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#20 0x00007f243f2e8f6e in start_thread (arg=0x7f2420d4b700) at pthread_create.c:311
#21 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 21 (Thread 0x7f241effe700 (LWP 32032)):
#0 0x00007f243f95058a in ?? () from /lib/x86_64-linux-gnu/libaio.so.1
#1 0x0000000000c1aaee in os_aio_linux_collect (array=0x7f243affa0b0, segment=0, seg_size=2048) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5047
#2 0x0000000000c1ae7f in os_aio_linux_handle (global_seg=1, message1=0x7f241effdde8, message2=0x7f241effddf0, type=0x7f241effddf8, space_id=0x7f241effde00) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5192
#3 0x0000000000dc8fa2 in fil_aio_wait (segment=1) at /home/jan/mysql/10.0-win/storage/xtradb/fil/fil0fil.cc:5645
#4 0x0000000000cdb5a3 in io_handler_thread (arg=0x21f5f88 <n+8>) at /home/jan/mysql/10.0-win/storage/xtradb/srv/srv0start.cc:494
#5 0x00007f243f2e8f6e in start_thread (arg=0x7f241effe700) at pthread_create.c:311
#6 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 20 (Thread 0x7f24143fd700 (LWP 32049)):
#0 pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
#1 0x0000000000c1d000 in os_cond_wait_timed (cond=0x7f2420bfa140, fast_mutex=0x7f2420bfa100, abstime=0x7f24143fce20) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:177
#2 0x0000000000c1d7cf in os_event_wait_time_low (event=0x7f2420bfa100, time_in_usec=10000000, reset_sig_count=73) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:723
#3 0x0000000000db8159 in dict_stats_thread (arg=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/dict/dict0stats_bg.cc:349
#4 0x00007f243f2e8f6e in start_thread (arg=0x7f24143fd700) at pthread_create.c:311
#5 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 19 (Thread 0x7f243d092700 (LWP 32105)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f240dc20340, fast_mutex=0x7f240dc20300) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f240dc20300, reset_sig_count=506) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f240e49d780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f243d08f404, trx=0x7f240cc7f478, thr=0x7f240e49d780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2419fff188 "\377", '\217' <repeats 36 times>, "\245\245\245\377", <incomplete sequence \371>, mode=1, prebuilt=0x7f240e49d078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f240e4ff088, buf=0x7f2419fff188 "\377", '\217' <repeats 36 times>, "\245\245\245\377", <incomplete sequence \371>, key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f240e4ff088, buf=0x7f2419fff188 "\377", '\217' <repeats 36 times>, "\245\245\245\377", <incomplete sequence \371>) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f240e4ff088, buf=0x7f2419fff188 "\377", '\217' <repeats 36 times>, "\245\245\245\377", <incomplete sequence \371>) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de3c in handler::ha_rnd_next (this=0x7f240e4ff088, buf=0x7f2419fff188 "\377", '\217' <repeats 36 times>, "\245\245\245\377", <incomplete sequence \371>) at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000863d4d in find_all_keys (param=0x7f243d090190, select=0x0, fs_info=0x7f243d090120, buffpek_pointers=0x7f243d0903b0, tempfile=0x7f243d090210, pq=0x7f243d0900d0, found_rows=0x7f243d090630) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#11 0x00000000008627b7 in filesort (thd=0x7f2419baa070, table=0x7f240e50fc70, sortorder=0x7f240cc23978, s_length=5, select=0x0, max_rows=5, sort_positions=true, examined_rows=0x7f243d090628, found_rows=0x7f243d090630) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#12 0x000000000073f330 in mysql_update (thd=0x7f2419baa070, table_list=0x7f240cc222c8, fields=..., values=..., conds=0x0, order_num=5, order=0x7f240cc22be8, limit=5, handle_duplicates=DUP_ERROR, ignore=false, found_return=0x7f243d090c90, updated_return=0x7f243d090d20) at /home/jan/mysql/10.0-win/sql/sql_update.cc:558
#13 0x000000000067302d in mysql_execute_command (thd=0x7f2419baa070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3331
#14 0x000000000067b8ee in mysql_parse (thd=0x7f2419baa070, rawbuf=0x7f240cc22088 "UPDATE LOW_PRIORITY `table1_int_autoinc` AS X SET `col_char_12` = 3517251584 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 5", length=156, parser_state=0x7f243d0915c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#15 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2419baa070, packet=0x7f2419bb0071 "UPDATE LOW_PRIORITY `table1_int_autoinc` AS X SET `col_char_12` = 3517251584 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 5", packet_length=156) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#16 0x000000000066d741 in do_command (thd=0x7f2419baa070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#17 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2419baa070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#18 0x0000000000792431 in handle_one_connection (arg=0x7f2419baa070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#19 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2419f552b0) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#20 0x00007f243f2e8f6e in start_thread (arg=0x7f243d092700) at pthread_create.c:311
#21 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 18 (Thread 0x7f243dbff700 (LWP 32030)):
#0 pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
#1 0x0000000000e611eb in safe_cond_timedwait (cond=0x21e04c0 <COND_checkpoint>, mp=0x21e0400 <LOCK_checkpoint>, abstime=0x7f243dbfed60, file=0x1137f70 "/home/jan/mysql/10.0-win/include/mysql/psi/mysql_thread.h", line=1212) at /home/jan/mysql/10.0-win/mysys/thr_mutex.c:547
#2 0x0000000000a59ee3 in inline_mysql_cond_timedwait (that=0x21e04c0 <COND_checkpoint>, mutex=0x21e0400 <LOCK_checkpoint>, abstime=0x7f243dbfed60, src_file=0x1137fb0 "/home/jan/mysql/10.0-win/storage/maria/ma_servicethread.c", src_line=119) at /home/jan/mysql/10.0-win/include/mysql/psi/mysql_thread.h:1212
#3 0x0000000000a5a37a in my_service_thread_sleep (control=0x17ed630 <checkpoint_control>, sleep_time=30000000000) at /home/jan/mysql/10.0-win/storage/maria/ma_servicethread.c:118
#4 0x0000000000a4f065 in ma_checkpoint_background (arg=0x1e) at /home/jan/mysql/10.0-win/storage/maria/ma_checkpoint.c:709
#5 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f243dfff530) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#6 0x00007f243f2e8f6e in start_thread (arg=0x7f243dbff700) at pthread_create.c:311
#7 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 17 (Thread 0x7f241cffa700 (LWP 32036)):
#0 0x00007f243f95058a in ?? () from /lib/x86_64-linux-gnu/libaio.so.1
#1 0x0000000000c1aaee in os_aio_linux_collect (array=0x7f243affa060, segment=3, seg_size=2048) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5047
#2 0x0000000000c1ae7f in os_aio_linux_handle (global_seg=5, message1=0x7f241cff9de8, message2=0x7f241cff9df0, type=0x7f241cff9df8, space_id=0x7f241cff9e00) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5192
#3 0x0000000000dc8fa2 in fil_aio_wait (segment=5) at /home/jan/mysql/10.0-win/storage/xtradb/fil/fil0fil.cc:5645
#4 0x0000000000cdb5a3 in io_handler_thread (arg=0x21f5fa8 <n+40>) at /home/jan/mysql/10.0-win/storage/xtradb/srv/srv0start.cc:494
#5 0x00007f243f2e8f6e in start_thread (arg=0x7f241cffa700) at pthread_create.c:311
#6 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 16 (Thread 0x7f2420ddd700 (LWP 32113)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2410020340, fast_mutex=0x7f2410020300) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2410020300, reset_sig_count=592) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f24116d4ae0) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2420dda064, trx=0x7f24298b0478, thr=0x7f24116d4ae0, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2411464988 "\377", '\217' <repeats 36 times>, "\245\245\245\377\344\004", mode=1, prebuilt=0x7f24116d4078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f24116d1088, buf=0x7f2411464988 "\377", '\217' <repeats 36 times>, "\245\245\245\377\344\004", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f24116d1088, buf=0x7f2411464988 "\377", '\217' <repeats 36 times>, "\245\245\245\377\344\004") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f24116d1088, buf=0x7f2411464988 "\377", '\217' <repeats 36 times>, "\245\245\245\377\344\004") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de3c in handler::ha_rnd_next (this=0x7f24116d1088, buf=0x7f2411464988 "\377", '\217' <repeats 36 times>, "\245\245\245\377\344\004") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000863d4d in find_all_keys (param=0x7f2420ddadf0, select=0x7f2429921c70, fs_info=0x7f2420ddad80, buffpek_pointers=0x7f2420ddb010, tempfile=0x7f2420ddae70, pq=0x0, found_rows=0x7f2420ddb2c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#11 0x00000000008627b7 in filesort (thd=0x7f241a26c070, table=0x7f24114f8c70, sortorder=0x7f24299221b0, s_length=5, select=0x7f2429921c70, max_rows=18446744073709551615, sort_positions=true, examined_rows=0x7f2420ddb2a0, found_rows=0x7f2420ddb2c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#12 0x00000000009c70f9 in mysql_delete (thd=0x7f241a26c070, table_list=0x7f2429853358, conds=0x7f24298aa070, order_list=0x7f241a270698, limit=4, options=0, result=0x7f24298a99d8) at /home/jan/mysql/10.0-win/sql/sql_delete.cc:484
#13 0x0000000000673cf7 in mysql_execute_command (thd=0x7f241a26c070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3608
#14 0x000000000067b8ee in mysql_parse (thd=0x7f241a26c070, rawbuf=0x7f2429853088 "DELETE LOW_PRIORITY FROM `table2_int_autoinc` WHERE `col_char_12_key` IN ( SELECT `col_int_key` FROM `table10_int_autoinc` WHERE `pk` = 222363648 ) ORDER BY `col_char_12`,`col_char_12_key`,`col_int`"..., length=227, parser_state=0x7f2420ddc5c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#15 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f241a26c070, packet=0x7f241a272071 "DELETE LOW_PRIORITY FROM `table2_int_autoinc` WHERE `col_char_12_key` IN ( SELECT `col_int_key` FROM `table10_int_autoinc` WHERE `pk` = 222363648 ) ORDER BY `col_char_12`,`col_char_12_key`,`col_int`"..., packet_length=227) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#16 0x000000000066d741 in do_command (thd=0x7f241a26c070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#17 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f241a26c070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#18 0x0000000000792431 in handle_one_connection (arg=0x7f241a26c070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#19 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2419f55ad0) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#20 0x00007f243f2e8f6e in start_thread (arg=0x7f2420ddd700) at pthread_create.c:311
#21 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 15 (Thread 0x7f2420c70700 (LWP 32123)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2410c203c0, fast_mutex=0x7f2410c20380) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2410c20380, reset_sig_count=544) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f24115bc780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2420c6d064, trx=0x7f2412cb7478, thr=0x7f24115bc780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2411469488 "\377", '\217' <repeats 36 times>, "\245\245\245\377g\003", mode=1, prebuilt=0x7f24115bc078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f24115b6088, buf=0x7f2411469488 "\377", '\217' <repeats 36 times>, "\245\245\245\377g\003", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f24115b6088, buf=0x7f2411469488 "\377", '\217' <repeats 36 times>, "\245\245\245\377g\003") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f24115b6088, buf=0x7f2411469488 "\377", '\217' <repeats 36 times>, "\245\245\245\377g\003") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de3c in handler::ha_rnd_next (this=0x7f24115b6088, buf=0x7f2411469488 "\377", '\217' <repeats 36 times>, "\245\245\245\377g\003") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000863d4d in find_all_keys (param=0x7f2420c6ddf0, select=0x7f2412c81b10, fs_info=0x7f2420c6dd80, buffpek_pointers=0x7f2420c6e010, tempfile=0x7f2420c6de70, pq=0x0, found_rows=0x7f2420c6e2c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#11 0x00000000008627b7 in filesort (thd=0x7f241a37b070, table=0x7f24114ff870, sortorder=0x7f2412c82050, s_length=5, select=0x7f2412c81b10, max_rows=18446744073709551615, sort_positions=true, examined_rows=0x7f2420c6e2a0, found_rows=0x7f2420c6e2c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#12 0x00000000009c70f9 in mysql_delete (thd=0x7f241a37b070, table_list=0x7f2412c5a350, conds=0x7f2412cb1040, order_list=0x7f241a37f698, limit=1, options=4194304, result=0x7f2412cb09a8) at /home/jan/mysql/10.0-win/sql/sql_delete.cc:484
#13 0x0000000000673cf7 in mysql_execute_command (thd=0x7f241a37b070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3608
#14 0x000000000067b8ee in mysql_parse (thd=0x7f241a37b070, rawbuf=0x7f2412c5a088 "DELETE LOW_PRIORITY QUICK IGNORE FROM `table1_int_autoinc` WHERE `col_int_key` IN ( SELECT `col_int_key` FROM `table0_int_autoinc` WHERE `pk` = 1 ) ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`"..., length=225, parser_state=0x7f2420c6f5c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#15 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f241a37b070, packet=0x7f241a397071 "DELETE LOW_PRIORITY QUICK IGNORE FROM `table1_int_autoinc` WHERE `col_int_key` IN ( SELECT `col_int_key` FROM `table0_int_autoinc` WHERE `pk` = 1 ) ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`"..., packet_length=225) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#16 0x000000000066d741 in do_command (thd=0x7f241a37b070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#17 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f241a37b070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#18 0x0000000000792431 in handle_one_connection (arg=0x7f241a37b070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#19 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2419f79450) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#20 0x00007f243f2e8f6e in start_thread (arg=0x7f2420c70700) at pthread_create.c:311
#21 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 14 (Thread 0x7f243d0db700 (LWP 32103)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2411421240, fast_mutex=0x7f2411421200) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2411421200, reset_sig_count=513) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f240fd0f780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f243d0d8404, trx=0x7f240d083478, thr=0x7f240fd0f780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f240fc29688 "\377", '\217' <repeats 36 times>, "\245\245\245\377<\003", mode=1, prebuilt=0x7f240fd0f078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f240fd21088, buf=0x7f240fc29688 "\377", '\217' <repeats 36 times>, "\245\245\245\377<\003", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f240fd21088, buf=0x7f240fc29688 "\377", '\217' <repeats 36 times>, "\245\245\245\377<\003") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f240fd21088, buf=0x7f240fc29688 "\377", '\217' <repeats 36 times>, "\245\245\245\377<\003") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de3c in handler::ha_rnd_next (this=0x7f240fd21088, buf=0x7f240fc29688 "\377", '\217' <repeats 36 times>, "\245\245\245\377<\003") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000863d4d in find_all_keys (param=0x7f243d0d9190, select=0x7f240d023a50, fs_info=0x7f243d0d9120, buffpek_pointers=0x7f243d0d93b0, tempfile=0x7f243d0d9210, pq=0x7f243d0d90d0, found_rows=0x7f243d0d9630) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#11 0x00000000008627b7 in filesort (thd=0x7f2419b9f070, table=0x7f240fd5c870, sortorder=0x7f240d023f90, s_length=5, select=0x7f240d023a50, max_rows=5, sort_positions=true, examined_rows=0x7f243d0d9628, found_rows=0x7f243d0d9630) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#12 0x000000000073f330 in mysql_update (thd=0x7f2419b9f070, table_list=0x7f240d022308, fields=..., values=..., conds=0x7f240d022d48, order_num=5, order=0x7f240d022fd8, limit=5, handle_duplicates=DUP_ERROR, ignore=false, found_return=0x7f243d0d9c90, updated_return=0x7f243d0d9d20) at /home/jan/mysql/10.0-win/sql/sql_update.cc:558
#13 0x000000000067302d in mysql_execute_command (thd=0x7f2419b9f070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3331
#14 0x000000000067b8ee in mysql_parse (thd=0x7f2419b9f070, rawbuf=0x7f240d022088 "UPDATE LOW_PRIORITY `table1_int_autoinc` AS X SET `col_int` = 1 WHERE X . `col_char_12_key` BETWEEN 3 AND 5 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 5", length=186, parser_state=0x7f243d0da5c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#15 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2419b9f070, packet=0x7f2419ba5071 "UPDATE LOW_PRIORITY `table1_int_autoinc` AS X SET `col_int` = 1 WHERE X . `col_char_12_key` BETWEEN 3 AND 5 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 5", packet_length=186) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#16 0x000000000066d741 in do_command (thd=0x7f2419b9f070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#17 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2419b9f070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#18 0x0000000000792431 in handle_one_connection (arg=0x7f2419b9f070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#19 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2419f55030) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#20 0x00007f243f2e8f6e in start_thread (arg=0x7f243d0db700) at pthread_create.c:311
#21 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 13 (Thread 0x7f241a763700 (LWP 32129)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f24298513c0, fast_mutex=0x7f2429851380) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2429851380, reset_sig_count=528) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f2410177780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f241a75ff84, trx=0x7f24120a7478, thr=0x7f2410177780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f241002c3a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\071\071\061\065\065\071\066\070 ", mode=1, prebuilt=0x7f2410177078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f2410174088, buf=0x7f241002c3a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\071\071\061\065\065\071\066\070 ", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f2410174088, buf=0x7f241002c3a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\071\071\061\065\065\071\066\070 ") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f2410174088, buf=0x7f241002c3a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\071\071\061\065\065\071\066\070 ") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de82 in handler::ha_rnd_next (this=0x7f2410174088, buf=0x7f241002c3a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\071\071\061\065\065\071\066\070 ") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000e24ac2 in ha_partition::rnd_next (this=0x7f2410135888, buf=0x7f241002c3a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\071\071\061\065\065\071\066\070 ") at /home/jan/mysql/10.0-win/sql/ha_partition.cc:4903
#11 0x000000000086de3c in handler::ha_rnd_next (this=0x7f2410135888, buf=0x7f241002c3a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\071\071\061\065\065\071\066\070 ") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#12 0x0000000000863d4d in find_all_keys (param=0x7f241a760df0, select=0x7f24120a2cb8, fs_info=0x7f241a760d80, buffpek_pointers=0x7f241a761010, tempfile=0x7f241a760e70, pq=0x0, found_rows=0x7f241a7612c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#13 0x00000000008627b7 in filesort (thd=0x7f241a3bf070, table=0x7f2410118070, sortorder=0x7f24120a31f8, s_length=5, select=0x7f24120a2cb8, max_rows=18446744073709551615, sort_positions=true, examined_rows=0x7f241a7612a0, found_rows=0x7f241a7612c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#14 0x00000000009c70f9 in mysql_delete (thd=0x7f241a3bf070, table_list=0x7f241204a3d0, conds=0x7f241207f0c0, order_list=0x7f241a3c3698, limit=3, options=4194304, result=0x7f241207ea28) at /home/jan/mysql/10.0-win/sql/sql_delete.cc:484
#15 0x0000000000673cf7 in mysql_execute_command (thd=0x7f241a3bf070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3608
#16 0x000000000067b8ee in mysql_parse (thd=0x7f241a3bf070, rawbuf=0x7f241204a088 "DELETE LOW_PRIORITY QUICK IGNORE FROM `table100_key_pk_parts_2_int_autoinc` WHERE `col_char_12_key` IN ( SELECT `col_int_key` FROM `table2_int_autoinc` WHERE `pk` = 7 ) ORDER BY `col_char_12`,`col_cha"..., length=246, parser_state=0x7f241a7625c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#17 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f241a3bf070, packet=0x7f241a3c5071 "DELETE LOW_PRIORITY QUICK IGNORE FROM `table100_key_pk_parts_2_int_autoinc` WHERE `col_char_12_key` IN ( SELECT `col_int_key` FROM `table2_int_autoinc` WHERE `pk` = 7 ) ORDER BY `col_char_12`,`col_cha"..., packet_length=246) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#18 0x000000000066d741 in do_command (thd=0x7f241a3bf070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#19 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f241a3bf070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#20 0x0000000000792431 in handle_one_connection (arg=0x7f241a3bf070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#21 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2419f79b30) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#22 0x00007f243f2e8f6e in start_thread (arg=0x7f241a763700) at pthread_create.c:311
#23 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 12 (Thread 0x7f241a7f5700 (LWP 32125)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f240fc202c0, fast_mutex=0x7f240fc20280) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f240fc20280, reset_sig_count=499) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f240d105780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f241a7f2474, trx=0x7f24118a2478, thr=0x7f240d105780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f240d02a088 "\377\025\005", mode=1, prebuilt=0x7f240d105078, match_mode=0, direction=1) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b994b2 in ha_innobase::general_fetch (this=0x7f240d058088, buf=0x7f240d02a088 "\377\025\005", direction=1, match_mode=0) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8603
#7 0x0000000000b99a08 in ha_innobase::rnd_next (this=0x7f240d058088, buf=0x7f240d02a088 "\377\025\005") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8820
#8 0x000000000086de3c in handler::ha_rnd_next (this=0x7f240d058088, buf=0x7f240d02a088 "\377\025\005") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#9 0x0000000000863d4d in find_all_keys (param=0x7f241a7f3190, select=0x7f2411846a90, fs_info=0x7f241a7f3120, buffpek_pointers=0x7f241a7f33b0, tempfile=0x7f241a7f3210, pq=0x7f241a7f30d0, found_rows=0x7f241a7f3630) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#10 0x00000000008627b7 in filesort (thd=0x7f241a381070, table=0x7f240d108470, sortorder=0x7f2411961088, s_length=5, select=0x7f2411846a90, max_rows=7, sort_positions=true, examined_rows=0x7f241a7f3628, found_rows=0x7f241a7f3630) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#11 0x000000000073f330 in mysql_update (thd=0x7f241a381070, table_list=0x7f2411845328, fields=..., values=..., conds=0x7f2411845d88, order_num=5, order=0x7f2411846018, limit=7, handle_duplicates=DUP_ERROR, ignore=true, found_return=0x7f241a7f3c90, updated_return=0x7f241a7f3d20) at /home/jan/mysql/10.0-win/sql/sql_update.cc:558
#12 0x000000000067302d in mysql_execute_command (thd=0x7f241a381070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3331
#13 0x000000000067b8ee in mysql_parse (thd=0x7f241a381070, rawbuf=0x7f2411845088 "UPDATE LOW_PRIORITY IGNORE `table2_int_autoinc` AS X SET `col_int_key` = 204 WHERE X . `col_char_12_key` BETWEEN 87 AND 512884736 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` "..., length=207, parser_state=0x7f241a7f45c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#14 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f241a381070, packet=0x7f241a387071 "UPDATE LOW_PRIORITY IGNORE `table2_int_autoinc` AS X SET `col_int_key` = 204 WHERE X . `col_char_12_key` BETWEEN 87 AND 512884736 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` "..., packet_length=207) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#15 0x000000000066d741 in do_command (thd=0x7f241a381070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#16 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f241a381070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#17 0x0000000000792431 in handle_one_connection (arg=0x7f241a381070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#18 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2419f79810) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#19 0x00007f243f2e8f6e in start_thread (arg=0x7f241a7f5700) at pthread_create.c:311
#20 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 11 (Thread 0x7f241a71a700 (LWP 32131)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f240d0202c0, fast_mutex=0x7f240d020280) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f240d020280, reset_sig_count=500) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f241178cec8) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f241a7183fc, trx=0x7f24124a7478, thr=0x7f241178cec8, savept=0x7f241a718400) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000c8c2ad in row_insert_for_mysql (mysql_rec=0x7f241145f9a0 "\363}\004", prebuilt=0x7f241178c078) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:1323
#6 0x0000000000b96efb in ha_innobase::write_row (this=0x7f24116b0088, record=0x7f241145f9a0 "\363}\004") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:7396
#7 0x00000000008756fb in handler::ha_write_row (this=0x7f24116b0088, buf=0x7f241145f9a0 "\363}\004") at /home/jan/mysql/10.0-win/sql/handler.cc:5914
#8 0x0000000000e233c2 in ha_partition::write_row (this=0x7f24114d2088, buf=0x7f241145f9a0 "\363}\004") at /home/jan/mysql/10.0-win/sql/ha_partition.cc:4163
#9 0x00000000008756ac in handler::ha_write_row (this=0x7f24114d2088, buf=0x7f241145f9a0 "\363}\004") at /home/jan/mysql/10.0-win/sql/handler.cc:5914
#10 0x000000000065574d in write_record (thd=0x7f241a3ca070, table=0x7f24114f1470, info=0x7f241a7188c0) at /home/jan/mysql/10.0-win/sql/sql_insert.cc:1572
#11 0x0000000000653437 in mysql_insert (thd=0x7f241a3ca070, table_list=0x7f241244a2f8, fields=..., values_list=..., update_fields=..., update_values=..., duplic=DUP_REPLACE, ignore=false) at /home/jan/mysql/10.0-win/sql/sql_insert.cc:960
#12 0x0000000000673544 in mysql_execute_command (thd=0x7f241a3ca070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3468
#13 0x000000000067b8ee in mysql_parse (thd=0x7f241a3ca070, rawbuf=0x7f241244a088 "REPLACE LOW_PRIORITY INTO `table1_key_pk_parts_2_int_autoinc` ( `col_char_12_key` , `col_int_key` ) VALUES ( 81 , 1738539008 ) , ( 9 , 197 )", length=140, parser_state=0x7f241a7195c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#14 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f241a3ca070, packet=0x7f241a3d0071 "REPLACE LOW_PRIORITY INTO `table1_key_pk_parts_2_int_autoinc` ( `col_char_12_key` , `col_int_key` ) VALUES ( 81 , 1738539008 ) , ( 9 , 197 )", packet_length=140) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#15 0x000000000066d741 in do_command (thd=0x7f241a3ca070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#16 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f241a3ca070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#17 0x0000000000792431 in handle_one_connection (arg=0x7f241a3ca070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#18 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2419f79bd0) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#19 0x00007f243f2e8f6e in start_thread (arg=0x7f241a71a700) at pthread_create.c:311
#20 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 10 (Thread 0x7f2420d02700 (LWP 32119)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f240e0203c0, fast_mutex=0x7f240e020380) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f240e020380, reset_sig_count=515) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f240e107780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2420cff324, trx=0x7f2415873e78, thr=0x7f240e107780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2419fff6a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\062\061\060 ", mode=1, prebuilt=0x7f240e107078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f240e0f5088, buf=0x7f2419fff6a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\062\061\060 ", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f240e0f5088, buf=0x7f2419fff6a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\062\061\060 ") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f240e0f5088, buf=0x7f2419fff6a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\062\061\060 ") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de82 in handler::ha_rnd_next (this=0x7f240e0f5088, buf=0x7f2419fff6a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\062\061\060 ") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000e24ac2 in ha_partition::rnd_next (this=0x7f24158b5888, buf=0x7f2419fff6a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\062\061\060 ") at /home/jan/mysql/10.0-win/sql/ha_partition.cc:4903
#11 0x000000000086de3c in handler::ha_rnd_next (this=0x7f24158b5888, buf=0x7f2419fff6a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\062\061\060 ") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#12 0x0000000000863d4d in find_all_keys (param=0x7f2420d00190, select=0x7f241584fdc8, fs_info=0x7f2420d00120, buffpek_pointers=0x7f2420d003b0, tempfile=0x7f2420d00210, pq=0x7f2420d000d0, found_rows=0x7f2420d00630) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#13 0x00000000008627b7 in filesort (thd=0x7f241a32e070, table=0x7f240e126c70, sortorder=0x7f241584ffc8, s_length=5, select=0x7f241584fdc8, max_rows=7, sort_positions=true, examined_rows=0x7f2420d00628, found_rows=0x7f2420d00630) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#14 0x000000000073f330 in mysql_update (thd=0x7f241a32e070, table_list=0x7f241584e3d0, fields=..., values=..., conds=0x7f241584f078, order_num=5, order=0x7f241584f2f0, limit=7, handle_duplicates=DUP_ERROR, ignore=false, found_return=0x7f2420d00c90, updated_return=0x7f2420d00d20) at /home/jan/mysql/10.0-win/sql/sql_update.cc:558
#15 0x000000000067302d in mysql_execute_command (thd=0x7f241a32e070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3331
#16 0x000000000067b8ee in mysql_parse (thd=0x7f241a32e070, rawbuf=0x7f241584e088 "UPDATE LOW_PRIORITY `table100_key_pk_parts_2_int_autoinc` AS X SET `col_int` = 3717791744 WHERE X . `col_char_12_key` IN ( 3991535616 , 79888384 , 1489240064 , 0 , 1639251968 ) ORDER BY `col_char_12`"..., length=255, parser_state=0x7f2420d015c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#17 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f241a32e070, packet=0x7f241a355071 "UPDATE LOW_PRIORITY `table100_key_pk_parts_2_int_autoinc` AS X SET `col_int` = 3717791744 WHERE X . `col_char_12_key` IN ( 3991535616 , 79888384 , 1489240064 , 0 , 1639251968 ) ORDER BY `col_char_12`"..., packet_length=255) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#18 0x000000000066d741 in do_command (thd=0x7f241a32e070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#19 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f241a32e070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#20 0x0000000000792431 in handle_one_connection (arg=0x7f241a32e070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#21 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2419f55f30) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#22 0x00007f243f2e8f6e in start_thread (arg=0x7f2420d02700) at pthread_create.c:311
#23 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 9 (Thread 0x7f243d124700 (LWP 32101)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f24108202c0, fast_mutex=0x7f2410820280) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2410820280, reset_sig_count=574) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f241557d780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f243d1210d4, trx=0x7f240d47f478, thr=0x7f241557d780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f241545d088 "\377\005", mode=1, prebuilt=0x7f241557d078, match_mode=0, direction=1) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b994b2 in ha_innobase::general_fetch (this=0x7f24154ce088, buf=0x7f241545d088 "\377\005", direction=1, match_mode=0) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8603
#7 0x0000000000b99a08 in ha_innobase::rnd_next (this=0x7f24154ce088, buf=0x7f241545d088 "\377\005") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8820
#8 0x000000000086de3c in handler::ha_rnd_next (this=0x7f24154ce088, buf=0x7f241545d088 "\377\005") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#9 0x0000000000863d4d in find_all_keys (param=0x7f243d121df0, select=0x7f240d423b18, fs_info=0x7f243d121d80, buffpek_pointers=0x7f243d122010, tempfile=0x7f243d121e70, pq=0x0, found_rows=0x7f243d1222c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#10 0x00000000008627b7 in filesort (thd=0x7f2419b94070, table=0x7f241552d470, sortorder=0x7f240d4f3088, s_length=5, select=0x7f240d423b18, max_rows=18446744073709551615, sort_positions=true, examined_rows=0x7f243d1222a0, found_rows=0x7f243d1222c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#11 0x00000000009c70f9 in mysql_delete (thd=0x7f2419b94070, table_list=0x7f240d422308, conds=0x7f240d422da8, order_list=0x7f2419b98698, limit=2, options=0, result=0x7f240d4236f0) at /home/jan/mysql/10.0-win/sql/sql_delete.cc:484
#12 0x0000000000673cf7 in mysql_execute_command (thd=0x7f2419b94070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3608
#13 0x000000000067b8ee in mysql_parse (thd=0x7f2419b94070, rawbuf=0x7f240d422088 "DELETE LOW_PRIORITY IGNORE FROM `table1_int_autoinc` WHERE `col_char_12_key` IN ( 'g' , 6 , 9 , 1 , 4207149056 ) ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 2", length=191, parser_state=0x7f243d1235c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#14 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2419b94070, packet=0x7f2419b9a071 "DELETE LOW_PRIORITY IGNORE FROM `table1_int_autoinc` WHERE `col_char_12_key` IN ( 'g' , 6 , 9 , 1 , 4207149056 ) ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 2", packet_length=191) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#15 0x000000000066d741 in do_command (thd=0x7f2419b94070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#16 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2419b94070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#17 0x0000000000792431 in handle_one_connection (arg=0x7f2419b94070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#18 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2419f54f90) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#19 0x00007f243f2e8f6e in start_thread (arg=0x7f243d124700) at pthread_create.c:311
#20 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 8 (Thread 0x7f241a7ac700 (LWP 32127)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2410820440, fast_mutex=0x7f2410820400) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2410820400, reset_sig_count=524) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f240ed16780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f241a7a9324, trx=0x7f2411ccb678, thr=0x7f240ed16780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f240ec296a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377)\003", mode=1, prebuilt=0x7f240ed16078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f240ec93088, buf=0x7f240ec296a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377)\003", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f240ec93088, buf=0x7f240ec296a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377)\003") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f240ec93088, buf=0x7f240ec296a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377)\003") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de82 in handler::ha_rnd_next (this=0x7f240ec93088, buf=0x7f240ec296a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377)\003") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000e24ac2 in ha_partition::rnd_next (this=0x7f240ed38888, buf=0x7f240ec296a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377)\003") at /home/jan/mysql/10.0-win/sql/ha_partition.cc:4903
#11 0x000000000086de3c in handler::ha_rnd_next (this=0x7f240ed38888, buf=0x7f240ec296a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377)\003") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#12 0x0000000000863d4d in find_all_keys (param=0x7f241a7aa190, select=0x0, fs_info=0x7f241a7aa120, buffpek_pointers=0x7f241a7aa3b0, tempfile=0x7f241a7aa210, pq=0x7f241a7aa0d0, found_rows=0x7f241a7aa630) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#13 0x00000000008627b7 in filesort (thd=0x7f241a3b4070, table=0x7f240ed18870, sortorder=0x7f2411d229c0, s_length=5, select=0x0, max_rows=5, sort_positions=true, examined_rows=0x7f241a7aa628, found_rows=0x7f241a7aa630) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#14 0x000000000073f330 in mysql_update (thd=0x7f241a3b4070, table_list=0x7f2411d21328, fields=..., values=..., conds=0x0, order_num=5, order=0x7f2411d21c30, limit=5, handle_duplicates=DUP_ERROR, ignore=true, found_return=0x7f241a7aac90, updated_return=0x7f241a7aad20) at /home/jan/mysql/10.0-win/sql/sql_update.cc:558
#15 0x000000000067302d in mysql_execute_command (thd=0x7f241a3b4070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3331
#16 0x000000000067b8ee in mysql_parse (thd=0x7f241a3b4070, rawbuf=0x7f2411d21088 "UPDATE LOW_PRIORITY IGNORE `table1_key_pk_parts_2_int_autoinc` AS X SET `col_int` = 1077149696 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 5", length=173, parser_state=0x7f241a7ab5c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#17 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f241a3b4070, packet=0x7f241a3ba071 "UPDATE LOW_PRIORITY IGNORE `table1_key_pk_parts_2_int_autoinc` AS X SET `col_int` = 1077149696 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 5", packet_length=173) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#18 0x000000000066d741 in do_command (thd=0x7f241a3b4070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#19 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f241a3b4070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#20 0x0000000000792431 in handle_one_connection (arg=0x7f241a3b4070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#21 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2419f798b0) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#22 0x00007f243f2e8f6e in start_thread (arg=0x7f241a7ac700) at pthread_create.c:311
#23 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 7 (Thread 0x7f243d248700 (LWP 32093)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f24108204c0, fast_mutex=0x7f2410820480) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2410820480, reset_sig_count=599) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f2410916780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f243d245064, trx=0x7f240e47f478, thr=0x7f2410916780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f241082b988 "\377", '\217' <repeats 36 times>, "\245\245\245\377\277\004", mode=1, prebuilt=0x7f2410916078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f2410962088, buf=0x7f241082b988 "\377", '\217' <repeats 36 times>, "\245\245\245\377\277\004", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f2410962088, buf=0x7f241082b988 "\377", '\217' <repeats 36 times>, "\245\245\245\377\277\004") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f2410962088, buf=0x7f241082b988 "\377", '\217' <repeats 36 times>, "\245\245\245\377\277\004") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de3c in handler::ha_rnd_next (this=0x7f2410962088, buf=0x7f241082b988 "\377", '\217' <repeats 36 times>, "\245\245\245\377\277\004") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000863d4d in find_all_keys (param=0x7f243d245df0, select=0x7f240e423b18, fs_info=0x7f243d245d80, buffpek_pointers=0x7f243d246010, tempfile=0x7f243d245e70, pq=0x0, found_rows=0x7f243d2462c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#11 0x00000000008627b7 in filesort (thd=0x7f2419b68070, table=0x7f2410976470, sortorder=0x7f240e53e088, s_length=5, select=0x7f240e423b18, max_rows=18446744073709551615, sort_positions=true, examined_rows=0x7f243d2462a0, found_rows=0x7f243d2462c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#12 0x00000000009c70f9 in mysql_delete (thd=0x7f2419b68070, table_list=0x7f240e422340, conds=0x7f240e422de8, order_list=0x7f2419b6c698, limit=2, options=4194304, result=0x7f240e423730) at /home/jan/mysql/10.0-win/sql/sql_delete.cc:484
#13 0x0000000000673cf7 in mysql_execute_command (thd=0x7f2419b68070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3608
#14 0x000000000067b8ee in mysql_parse (thd=0x7f2419b68070, rawbuf=0x7f240e422088 "DELETE LOW_PRIORITY QUICK IGNORE FROM `table1_int_autoinc` WHERE `col_char_12_key` IN ( 125 , 1823211520 , 1324613632 , 143 , 1519255552 ) ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_k"..., length=216, parser_state=0x7f243d2475c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#15 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2419b68070, packet=0x7f2419b6e071 "DELETE LOW_PRIORITY QUICK IGNORE FROM `table1_int_autoinc` WHERE `col_char_12_key` IN ( 125 , 1823211520 , 1324613632 , 143 , 1519255552 ) ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_k"..., packet_length=216) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#16 0x000000000066d741 in do_command (thd=0x7f2419b68070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#17 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2419b68070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#18 0x0000000000792431 in handle_one_connection (arg=0x7f2419b68070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#19 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2419f54770) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#20 0x00007f243f2e8f6e in start_thread (arg=0x7f243d248700) at pthread_create.c:311
#21 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 6 (Thread 0x7f243d1b6700 (LWP 32097)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f240cc20340, fast_mutex=0x7f240cc20300) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f240cc20300, reset_sig_count=540) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f24114b9780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f243d1b3614, trx=0x7f240dc82478, thr=0x7f24114b9780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f241144d3a0 "\377", ' ' <repeats 12 times>, mode=1, prebuilt=0x7f24114b9078, match_mode=0, direction=1) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b994b2 in ha_innobase::general_fetch (this=0x7f24116f6088, buf=0x7f241144d3a0 "\377", ' ' <repeats 12 times>, direction=1, match_mode=0) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8603
#7 0x0000000000b99a08 in ha_innobase::rnd_next (this=0x7f24116f6088, buf=0x7f241144d3a0 "\377", ' ' <repeats 12 times>) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8820
#8 0x000000000086de82 in handler::ha_rnd_next (this=0x7f24116f6088, buf=0x7f241144d3a0 "\377", ' ' <repeats 12 times>) at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#9 0x0000000000e24ac2 in ha_partition::rnd_next (this=0x7f24114d0888, buf=0x7f241144d3a0 "\377", ' ' <repeats 12 times>) at /home/jan/mysql/10.0-win/sql/ha_partition.cc:4903
#10 0x000000000086de3c in handler::ha_rnd_next (this=0x7f24114d0888, buf=0x7f241144d3a0 "\377", ' ' <repeats 12 times>) at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#11 0x00000000009a0fd4 in rr_sequential (info=0x7f240dc78a80) at /home/jan/mysql/10.0-win/sql/records.cc:467
#12 0x00000000006d35f4 in sub_select (join=0x7f240dc230d0, join_tab=0x7f240dc789d8, end_of_records=false) at /home/jan/mysql/10.0-win/sql/sql_select.cc:17435
#13 0x00000000006d2dc1 in do_select (join=0x7f240dc230d0, fields=0x7f2419b82578, table=0x0, procedure=0x0) at /home/jan/mysql/10.0-win/sql/sql_select.cc:17078
#14 0x00000000006aef32 in JOIN::exec_inner (this=0x7f240dc230d0) at /home/jan/mysql/10.0-win/sql/sql_select.cc:3065
#15 0x00000000006ac1c6 in JOIN::exec (this=0x7f240dc230d0) at /home/jan/mysql/10.0-win/sql/sql_select.cc:2355
#16 0x00000000006af7d1 in mysql_select (thd=0x7f2419b7e070, rref_pointer_array=0x7f2419b826d8, tables=0x7f240dc22418, wild_num=1, fields=..., conds=0x7f240dc22ed0, og_num=0, order=0x0, group=0x0, having=0x0, proc_param=0x0, select_options=2147748608, result=0x7f240dc230b0, unit=0x7f2419b81d78, select_lex=0x7f2419b82460) at /home/jan/mysql/10.0-win/sql/sql_select.cc:3292
#17 0x00000000006a5a7f in handle_select (thd=0x7f2419b7e070, lex=0x7f2419b81cb0, result=0x7f240dc230b0, setup_tables_done_option=0) at /home/jan/mysql/10.0-win/sql/sql_select.cc:372
#18 0x00000000006790a3 in execute_sqlcom_select (thd=0x7f2419b7e070, all_tables=0x7f240dc22418) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:5301
#19 0x00000000006712b0 in mysql_execute_command (thd=0x7f2419b7e070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:2587
#20 0x000000000067b8ee in mysql_parse (thd=0x7f2419b7e070, rawbuf=0x7f240dc22088 "SELECT * FROM `table100_key_pk_parts_2_int_autoinc` AS X WHERE X . `col_int_key` IN ( 'g' , 2008678400 , 5 , 1965359104 , 2 ) LIMIT 6 LOCK IN SHARE MODE", length=152, parser_state=0x7f243d1b55c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#21 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2419b7e070, packet=0x7f2419b84071 "", packet_length=152) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#22 0x000000000066d741 in do_command (thd=0x7f2419b7e070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#23 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2419b7e070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#24 0x0000000000792431 in handle_one_connection (arg=0x7f2419b7e070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#25 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2419f54bd0) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#26 0x00007f243f2e8f6e in start_thread (arg=0x7f243d1b6700) at pthread_create.c:311
#27 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 5 (Thread 0x7f243d16d700 (LWP 32099)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f240f8202c0, fast_mutex=0x7f240f820280) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f240f820280, reset_sig_count=526) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f240ecfa780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f243d16a404, trx=0x7f240d87f478, thr=0x7f240ecfa780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2419ffe788 "\377", '\217' <repeats 36 times>, "\245\245\245\377\312\003", mode=1, prebuilt=0x7f240ecfa078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f240ed5a088, buf=0x7f2419ffe788 "\377", '\217' <repeats 36 times>, "\245\245\245\377\312\003", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f240ed5a088, buf=0x7f2419ffe788 "\377", '\217' <repeats 36 times>, "\245\245\245\377\312\003") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f240ed5a088, buf=0x7f2419ffe788 "\377", '\217' <repeats 36 times>, "\245\245\245\377\312\003") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de3c in handler::ha_rnd_next (this=0x7f240ed5a088, buf=0x7f2419ffe788 "\377", '\217' <repeats 36 times>, "\245\245\245\377\312\003") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000863d4d in find_all_keys (param=0x7f243d16b190, select=0x7f240d823ab0, fs_info=0x7f243d16b120, buffpek_pointers=0x7f243d16b3b0, tempfile=0x7f243d16b210, pq=0x7f243d16b0d0, found_rows=0x7f243d16b630) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#11 0x00000000008627b7 in filesort (thd=0x7f2419b89070, table=0x7f240ed19470, sortorder=0x7f240d87b088, s_length=5, select=0x7f240d823ab0, max_rows=6, sort_positions=true, examined_rows=0x7f243d16b628, found_rows=0x7f243d16b630) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#12 0x000000000073f330 in mysql_update (thd=0x7f2419b89070, table_list=0x7f240d822310, fields=..., values=..., conds=0x7f240d822ce0, order_num=5, order=0x7f240d822f88, limit=6, handle_duplicates=DUP_ERROR, ignore=false, found_return=0x7f243d16bc90, updated_return=0x7f243d16bd20) at /home/jan/mysql/10.0-win/sql/sql_update.cc:558
#13 0x000000000067302d in mysql_execute_command (thd=0x7f2419b89070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3331
#14 0x000000000067b8ee in mysql_parse (thd=0x7f2419b89070, rawbuf=0x7f240d822088 "UPDATE LOW_PRIORITY `table2_int_autoinc` AS X SET `col_char_12_key` = 3210412032 WHERE X . `col_char_12_key` < 34 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 6", length=192, parser_state=0x7f243d16c5c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#15 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2419b89070, packet=0x7f2419b8f071 "UPDATE LOW_PRIORITY `table2_int_autoinc` AS X SET `col_char_12_key` = 3210412032 WHERE X . `col_char_12_key` < 34 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 6", packet_length=192) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#16 0x000000000066d741 in do_command (thd=0x7f2419b89070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#17 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2419b89070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#18 0x0000000000792431 in handle_one_connection (arg=0x7f2419b89070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#19 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2419f54c70) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#20 0x00007f243f2e8f6e in start_thread (arg=0x7f243d16d700) at pthread_create.c:311
#21 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 4 (Thread 0x7f243d291700 (LWP 32091)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f24108203c0, fast_mutex=0x7f2410820380) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2410820380, reset_sig_count=575) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f240f8fe780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f243d28df84, trx=0x7f240e87f478, thr=0x7f240f8fe780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f240f8296a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\065", ' ' <repeats 11 times>, mode=1, prebuilt=0x7f240f8fe078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f240f8f0088, buf=0x7f240f8296a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\065", ' ' <repeats 11 times>, key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f240f8f0088, buf=0x7f240f8296a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\065", ' ' <repeats 11 times>) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f240f8f0088, buf=0x7f240f8296a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\065", ' ' <repeats 11 times>) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de82 in handler::ha_rnd_next (this=0x7f240f8f0088, buf=0x7f240f8296a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\065", ' ' <repeats 11 times>) at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000e24ac2 in ha_partition::rnd_next (this=0x7f240f936088, buf=0x7f240f8296a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\065", ' ' <repeats 11 times>) at /home/jan/mysql/10.0-win/sql/ha_partition.cc:4903
#11 0x000000000086de3c in handler::ha_rnd_next (this=0x7f240f936088, buf=0x7f240f8296a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\065", ' ' <repeats 11 times>) at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#12 0x0000000000863d4d in find_all_keys (param=0x7f243d28edf0, select=0x7f240e8238a0, fs_info=0x7f243d28ed80, buffpek_pointers=0x7f243d28f010, tempfile=0x7f243d28ee70, pq=0x0, found_rows=0x7f243d28f2c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#13 0x00000000008627b7 in filesort (thd=0x7f2419b5d070, table=0x7f240f915870, sortorder=0x7f240e823de0, s_length=5, select=0x7f240e8238a0, max_rows=18446744073709551615, sort_positions=true, examined_rows=0x7f243d28f2a0, found_rows=0x7f243d28f2c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#14 0x00000000009c70f9 in mysql_delete (thd=0x7f2419b5d070, table_list=0x7f240e822368, conds=0x7f240e822bb8, order_list=0x7f2419b61698, limit=4, options=4194304, result=0x7f240e823518) at /home/jan/mysql/10.0-win/sql/sql_delete.cc:484
#15 0x0000000000673cf7 in mysql_execute_command (thd=0x7f2419b5d070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3608
#16 0x000000000067b8ee in mysql_parse (thd=0x7f2419b5d070, rawbuf=0x7f240e822088 "DELETE LOW_PRIORITY QUICK IGNORE FROM `table100_key_pk_parts_2_int_autoinc` WHERE `col_char_12_key` BETWEEN 4 AND 6 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 4", length=193, parser_state=0x7f243d2905c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#17 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2419b5d070, packet=0x7f2419b63071 "DELETE LOW_PRIORITY QUICK IGNORE FROM `table100_key_pk_parts_2_int_autoinc` WHERE `col_char_12_key` BETWEEN 4 AND 6 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 4", packet_length=193) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#18 0x000000000066d741 in do_command (thd=0x7f2419b5d070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#19 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2419b5d070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#20 0x0000000000792431 in handle_one_connection (arg=0x7f2419b5d070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#21 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2419f543b0) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#22 0x00007f243f2e8f6e in start_thread (arg=0x7f243d291700) at pthread_create.c:311
#23 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 3 (Thread 0x7f243d1ff700 (LWP 32095)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2420797fc0, fast_mutex=0x7f2420797f80) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2420797f80, reset_sig_count=538) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f240f098780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f243d1fc3a4, trx=0x7f240e07f478, thr=0x7f240f098780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f240f02a5a0 "\377", <incomplete sequence \363>, mode=2, prebuilt=0x7f240f098078, match_mode=0, direction=1) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b994b2 in ha_innobase::general_fetch (this=0x7f240f13c088, buf=0x7f240f02a5a0 "\377", <incomplete sequence \363>, direction=1, match_mode=0) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8603
#7 0x0000000000b99748 in ha_innobase::index_next (this=0x7f240f13c088, buf=0x7f240f02a5a0 "\377", <incomplete sequence \363>) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8673
#8 0x000000000086e5df in handler::ha_index_next (this=0x7f240f13c088, buf=0x7f240f02a5a0 "\377", <incomplete sequence \363>) at /home/jan/mysql/10.0-win/sql/handler.cc:2593
#9 0x0000000000874277 in handler::read_range_next (this=0x7f240f13c088) at /home/jan/mysql/10.0-win/sql/handler.cc:5376
#10 0x0000000000e27575 in ha_partition::handle_ordered_next (this=0x7f240f163088, buf=0x7f240f02a5a0 "\377", <incomplete sequence \363>, is_next_same=false) at /home/jan/mysql/10.0-win/sql/ha_partition.cc:6305
#11 0x0000000000e26326 in ha_partition::read_range_next (this=0x7f240f163088) at /home/jan/mysql/10.0-win/sql/ha_partition.cc:5766
#12 0x00000000007d4e01 in handler::multi_range_read_next (this=0x7f240f163088, range_info=0x7f243d1fcf28) at /home/jan/mysql/10.0-win/sql/multi_range_read.cc:263
#13 0x0000000000991da4 in QUICK_RANGE_SELECT::get_next (this=0x7f240e0f97c0) at /home/jan/mysql/10.0-win/sql/opt_range.cc:11620
#14 0x0000000000863c74 in find_all_keys (param=0x7f243d1fd240, select=0x7f240e098a10, fs_info=0x7f243d1fd1d0, buffpek_pointers=0x7f243d1fd460, tempfile=0x7f243d1fd2c0, pq=0x7f243d1fd180, found_rows=0x7f243d1fd698) at /home/jan/mysql/10.0-win/sql/filesort.cc:740
#15 0x00000000008627b7 in filesort (thd=0x7f2419b73070, table=0x7f240f114870, sortorder=0x7f240e10b088, s_length=5, select=0x7f240e098a10, max_rows=5, sort_positions=false, examined_rows=0x7f243d1fd690, found_rows=0x7f243d1fd698) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#16 0x00000000006da87b in create_sort_index (thd=0x7f2419b73070, join=0x7f240e097088, order=0x7f240e0237f0, filesort_limit=5, select_limit=5, is_order_by=true) at /home/jan/mysql/10.0-win/sql/sql_select.cc:20396
#17 0x00000000006aed0a in JOIN::exec_inner (this=0x7f240e097088) at /home/jan/mysql/10.0-win/sql/sql_select.cc:3035
#18 0x00000000006ac1c6 in JOIN::exec (this=0x7f240e097088) at /home/jan/mysql/10.0-win/sql/sql_select.cc:2355
#19 0x00000000006af7d1 in mysql_select (thd=0x7f2419b73070, rref_pointer_array=0x7f2419b776d8, tables=0x7f240e022cf8, wild_num=0, fields=..., conds=0x7f240e023560, og_num=5, order=0x7f240e0237f0, group=0x0, having=0x0, proc_param=0x0, select_options=3490449920, result=0x7f240e023f00, unit=0x7f2419b76d78, select_lex=0x7f2419b77460) at /home/jan/mysql/10.0-win/sql/sql_select.cc:3292
#20 0x00000000006a5a7f in handle_select (thd=0x7f2419b73070, lex=0x7f2419b76cb0, result=0x7f240e023f00, setup_tables_done_option=1073741824) at /home/jan/mysql/10.0-win/sql/sql_select.cc:372
#21 0x0000000000673a17 in mysql_execute_command (thd=0x7f2419b73070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3555
#22 0x000000000067b8ee in mysql_parse (thd=0x7f2419b73070, rawbuf=0x7f240e022088 "REPLACE LOW_PRIORITY INTO `table1_int_autoinc` ( `col_char_12_key` ) SELECT `col_char_12_key` FROM `table1_key_pk_parts_2_int_autoinc` AS X WHERE X . `col_int_key` BETWEEN 218 AND 2723610624 ORDER BY "..., length=268, parser_state=0x7f243d1fe5c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#23 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2419b73070, packet=0x7f2419b79071 "REPLACE LOW_PRIORITY INTO `table1_int_autoinc` ( `col_char_12_key` ) SELECT `col_char_12_key` FROM `table1_key_pk_parts_2_int_autoinc` AS X WHERE X . `col_int_key` BETWEEN 218 AND 2723610624 ORDER BY "..., packet_length=268) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#24 0x000000000066d741 in do_command (thd=0x7f2419b73070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#25 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2419b73070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#26 0x0000000000792431 in handle_one_connection (arg=0x7f2419b73070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#27 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2419f54810) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#28 0x00007f243f2e8f6e in start_thread (arg=0x7f243d1ff700) at pthread_create.c:311
#29 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 2 (Thread 0x7f243d2da700 (LWP 32089)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2412880d40, fast_mutex=0x7f2412880d00) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2412880d00, reset_sig_count=455) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f24154cc780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f243d2d6f84, trx=0x7f240ec7f478, thr=0x7f24154cc780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2419aed8a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\005", mode=1, prebuilt=0x7f24154cc078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f24154c9088, buf=0x7f2419aed8a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\005", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f24154c9088, buf=0x7f2419aed8a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\005") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f24154c9088, buf=0x7f2419aed8a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\005") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de82 in handler::ha_rnd_next (this=0x7f24154c9088, buf=0x7f2419aed8a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\005") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000e24ac2 in ha_partition::rnd_next (this=0x7f241554c888, buf=0x7f2419aed8a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\005") at /home/jan/mysql/10.0-win/sql/ha_partition.cc:4903
#11 0x000000000086de3c in handler::ha_rnd_next (this=0x7f241554c888, buf=0x7f2419aed8a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\005") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#12 0x0000000000863d4d in find_all_keys (param=0x7f243d2d7df0, select=0x7f240ec23b28, fs_info=0x7f243d2d7d80, buffpek_pointers=0x7f243d2d8010, tempfile=0x7f243d2d7e70, pq=0x0, found_rows=0x7f243d2d82c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#13 0x00000000008627b7 in filesort (thd=0x7f2419b52070, table=0x7f241552bc70, sortorder=0x7f240ed5d088, s_length=5, select=0x7f240ec23b28, max_rows=18446744073709551615, sort_positions=true, examined_rows=0x7f243d2d82a0, found_rows=0x7f243d2d82c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#14 0x00000000009c70f9 in mysql_delete (thd=0x7f2419b52070, table_list=0x7f240ec22388, conds=0x7f240ec22e28, order_list=0x7f2419b56698, limit=2, options=4194304, result=0x7f240ec23770) at /home/jan/mysql/10.0-win/sql/sql_delete.cc:484
#15 0x0000000000673cf7 in mysql_execute_command (thd=0x7f2419b52070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3608
#16 0x000000000067b8ee in mysql_parse (thd=0x7f2419b52070, rawbuf=0x7f240ec22088 "DELETE LOW_PRIORITY QUICK IGNORE FROM `table2_key_pk_parts_2_int_autoinc` WHERE `col_int_key` IN ( 179 , 'k' , 7 , 'g' , 939065344 ) ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`p"..., length=210, parser_state=0x7f243d2d95c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#17 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2419b52070, packet=0x7f2419b58071 "DELETE LOW_PRIORITY QUICK IGNORE FROM `table2_key_pk_parts_2_int_autoinc` WHERE `col_int_key` IN ( 179 , 'k' , 7 , 'g' , 939065344 ) ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`p"..., packet_length=210) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#18 0x000000000066d741 in do_command (thd=0x7f2419b52070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#19 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2419b52070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#20 0x0000000000792431 in handle_one_connection (arg=0x7f2419b52070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#21 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2419f54310) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#22 0x00007f243f2e8f6e in start_thread (arg=0x7f243d2da700) at pthread_create.c:311
#23 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 1 (Thread 0x7f243d323700 (LWP 32087)):
#0 0x00007f243f2edf0c in __pthread_kill (threadid=<optimized out>, signo=6) at ../nptl/sysdeps/unix/sysv/linux/pthread_kill.c:62
#1 0x0000000000e5bd1a in my_write_core (sig=6) at /home/jan/mysql/10.0-win/mysys/stacktrace.c:457
#2 0x000000000086816c in handle_fatal_signal (sig=6) at /home/jan/mysql/10.0-win/sql/signal_handler.cc:262
#3 <signal handler called>
#4 0x00007f243e743f77 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#5 0x00007f243e7475e8 in __GI_abort () at abort.c:90
#6 0x0000000000d7b231 in buf_LRU_block_free_non_file_page (block=0x7f2421345a80) at /home/jan/mysql/10.0-win/storage/xtradb/buf/buf0lru.cc:2295
#7 0x0000000000d262f4 in buf_block_free (block=0x7f2421345a80) at /home/jan/mysql/10.0-win/storage/xtradb/include/buf0buf.ic:909
#8 0x0000000000d2d37e in btr_page_reorganize_low (recovery=false, z_level=6, cursor=0x7f243d3205d0, index=0x7f24158655f8, mtr=0x7f243d320e40) at /home/jan/mysql/10.0-win/storage/xtradb/btr/btr0btr.cc:1965
#9 0x0000000000d2d591 in btr_page_reorganize_block (recovery=false, z_level=6, block=0x7f2421362af8, index=0x7f24158655f8, mtr=0x7f243d320e40) at /home/jan/mysql/10.0-win/storage/xtradb/btr/btr0btr.cc:2034
#10 0x0000000000d3469a in btr_can_merge_with_page (cursor=0x7f240fc0e678, page_no=6, merge_block=0x7f243d3206d8, mtr=0x7f243d320e40) at /home/jan/mysql/10.0-win/storage/xtradb/btr/btr0btr.cc:4991
#11 0x0000000000d310a5 in btr_compress (cursor=0x7f240fc0e678, adjust=0, mtr=0x7f243d320e40) at /home/jan/mysql/10.0-win/storage/xtradb/btr/btr0btr.cc:3656
#12 0x0000000000d43697 in btr_cur_compress_if_useful (cursor=0x7f240fc0e678, adjust=0, mtr=0x7f243d320e40) at /home/jan/mysql/10.0-win/storage/xtradb/btr/btr0cur.cc:3307
#13 0x0000000000d4264d in btr_cur_pessimistic_update (flags=10, cursor=0x7f240fc0e678, offsets=0x7f243d320a38, offsets_heap=0x7f243d320ae0, entry_heap=0x7f240f02b400, big_rec=0x7f243d320a60, update=0x7f242993d948, cmpl_info=1, thr=0x7f242993db68, trx_id=5038599, mtr=0x7f243d320e40) at /home/jan/mysql/10.0-win/storage/xtradb/btr/btr0cur.cc:2788
#14 0x0000000000cc73d9 in row_upd_clust_rec (node=0x7f242993d840, index=0x7f24158655f8, offsets=0x7f24158ab688, offsets_heap=0x7f243d320ae0, thr=0x7f242993db68, mtr=0x7f243d320e40) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0upd.cc:2224
#15 0x0000000000cc7cdd in row_upd_clust_step (node=0x7f242993d840, thr=0x7f242993db68) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0upd.cc:2485
#16 0x0000000000cc7f40 in row_upd (node=0x7f242993d840, thr=0x7f242993db68) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0upd.cc:2571
#17 0x0000000000cc83b1 in row_upd_step (thr=0x7f242993db68) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0upd.cc:2723
#18 0x0000000000c8cdbf in row_update_for_mysql (mysql_rec=0x7f242985b5b0 "\375\061\065\063 ", prebuilt=0x7f242993d078) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:1727
#19 0x0000000000b97def in ha_innobase::update_row (this=0x7f2429889088, old_row=0x7f242985b5b0 "\375\061\065\063 ", new_row=0x7f242985b588 "\355\061\065\063 ") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:7871
#20 0x0000000000875931 in handler::ha_update_row (this=0x7f2429889088, old_data=0x7f242985b5b0 "\375\061\065\063 ", new_data=0x7f242985b588 "\355\061\065\063 ") at /home/jan/mysql/10.0-win/sql/handler.cc:5947
#21 0x000000000073fed1 in mysql_update (thd=0x7f2419b47070, table_list=0x7f240f022330, fields=..., values=..., conds=0x7f240f022d98, order_num=5, order=0x7f240f023028, limit=5, handle_duplicates=DUP_ERROR, ignore=false, found_return=0x7f243d321c90, updated_return=0x7f243d321d20) at /home/jan/mysql/10.0-win/sql/sql_update.cc:803
#22 0x000000000067302d in mysql_execute_command (thd=0x7f2419b47070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3331
#23 0x000000000067b8ee in mysql_parse (thd=0x7f2419b47070, rawbuf=0x7f240f022088 "UPDATE LOW_PRIORITY `table100_int_autoinc` AS X SET `col_char_12` = 'k' WHERE X . `col_char_12_key` BETWEEN 45 AND 2406612992 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIM"..., length=204, parser_state=0x7f243d3225c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#24 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2419b47070, packet=0x7f2419b4d071 "UPDATE LOW_PRIORITY `table100_int_autoinc` AS X SET `col_char_12` = 'k' WHERE X . `col_char_12_key` BETWEEN 45 AND 2406612992 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIM"..., packet_length=204) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#25 0x000000000066d741 in do_command (thd=0x7f2419b47070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#26 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2419b47070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#27 0x0000000000792431 in handle_one_connection (arg=0x7f2419b47070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#28 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2419f22fd0) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#29 0x00007f243f2e8f6e in start_thread (arg=0x7f243d323700) at pthread_create.c:311
#30 0x00007f243e8079cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113
(gdb)

Comment by Jan Lindström (Inactive) [ 2014-03-20 ]

Now with backoff:

GNU DDD 3.3.12 (x86_64-pc-linux-gnu), by Dorothea LReading symbols from /home/jan/mysql/10.0-win/sql/mysqld...done.
[New LWP 3624]
[New LWP 3630]
[New LWP 3632]
[New LWP 3626]
[New LWP 3514]
[New LWP 3628]
[New LWP 3518]
[New LWP 3516]
[New LWP 3522]
[New LWP 3588]
[New LWP 3519]
[New LWP 3523]
[New LWP 3515]
[New LWP 3584]
[New LWP 3528]
[New LWP 3602]
[New LWP 3521]
[New LWP 3540]
[New LWP 3511]
[New LWP 3531]
[New LWP 3520]
[New LWP 3592]
[New LWP 3534]
[New LWP 3608]
[New LWP 3527]
[New LWP 3586]
[New LWP 3513]
[New LWP 3570]
[New LWP 3533]
[New LWP 3620]
[New LWP 3610]
[New LWP 3612]
[New LWP 3576]
[New LWP 3594]
[New LWP 3517]
[New LWP 3582]
[New LWP 3590]
[New LWP 3618]
[New LWP 3596]
[New LWP 3598]
[New LWP 3530]
[New LWP 3572]
[New LWP 3622]
[New LWP 3529]
[New LWP 3600]
[New LWP 3526]
[New LWP 3606]
[New LWP 3532]
[New LWP 3604]
[New LWP 3616]
[New LWP 3614]
[New LWP 3535]
[New LWP 3578]
[New LWP 3574]
[New LWP 3580]

warning: Can't read pathname for load map: Input/output error.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/home/jan/mysql/10.0-win/sql/mysqld --no-defaults --basedir=/home/jan/mysql/10.'.
Program terminated with signal 6, Aborted.
#0 0x00007f2e92e38f0c in __pthread_kill (threadid=<optimized out>, signo=6)
at ../nptl/sysdeps/unix/sysv/linux/pthread_kill.c:62
(gdb) up
#1 0x0000000000e5bd1a in my_write_core (sig=6) at /home/jan/mysql/10.0-win/mysys/stacktrace.c:457
(gdb)
#2 0x000000000086816c in handle_fatal_signal (sig=6) at /home/jan/mysql/10.0-win/sql/signal_handler.cc:262
(gdb)
#3 <signal handler called>
(gdb)
#4 0x00007f2e9228ef77 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
(gdb)
#5 0x00007f2e922925e8 in __GI_abort () at abort.c:90
(gdb)
#6 0x0000000000d7b231 in buf_LRU_block_free_non_file_page (block=0x7f2e74f5c6d8) at /home/jan/mysql/10.0-win/storage/xtradb/buf/buf0lru.cc:2295
(gdb) where
#0 0x00007f2e92e38f0c in __pthread_kill (threadid=<optimized out>, signo=6) at ../nptl/sysdeps/unix/sysv/linux/pthread_kill.c:62
#1 0x0000000000e5bd1a in my_write_core (sig=6) at /home/jan/mysql/10.0-win/mysys/stacktrace.c:457
#2 0x000000000086816c in handle_fatal_signal (sig=6) at /home/jan/mysql/10.0-win/sql/signal_handler.cc:262
#3 <signal handler called>
#4 0x00007f2e9228ef77 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#5 0x00007f2e922925e8 in __GI_abort () at abort.c:90
#6 0x0000000000d7b231 in buf_LRU_block_free_non_file_page (block=0x7f2e74f5c6d8) at /home/jan/mysql/10.0-win/storage/xtradb/buf/buf0lru.cc:2295
#7 0x0000000000d262f4 in buf_block_free (block=0x7f2e74f5c6d8) at /home/jan/mysql/10.0-win/storage/xtradb/include/buf0buf.ic:909
#8 0x0000000000d2d37e in btr_page_reorganize_low (recovery=false, z_level=6, cursor=0x7f2e61c0e980, index=0x7f2e694658f8, mtr=0x7f2e6e317d20) at /home/jan/mysql/10.0-win/storage/xtradb/btr/btr0btr.cc:1965
#9 0x0000000000d2d5ce in btr_page_reorganize (cursor=0x7f2e61c0e980, index=0x7f2e694658f8, mtr=0x7f2e6e317d20) at /home/jan/mysql/10.0-win/storage/xtradb/btr/btr0btr.cc:2058
#10 0x0000000000d3f093 in btr_cur_insert_if_possible (cursor=0x7f2e61c0e978, tuple=0x7f2e6544daa0, offsets=0x7f2e6e317918, heap=0x7f2e6e3179c0, n_ext=0, mtr=0x7f2e6e317d20) at /home/jan/mysql/10.0-win/storage/xtradb/btr/btr0cur.cc:1222
#11 0x0000000000d4256a in btr_cur_pessimistic_update (flags=10, cursor=0x7f2e61c0e978, offsets=0x7f2e6e317918, offsets_heap=0x7f2e6e3179c0, entry_heap=0x7f2e6544da00, big_rec=0x7f2e6e317940, update=0x7f2e62cffca8, cmpl_info=0, thr=0x7f2e62cffec8, trx_id=5056652, mtr=0x7f2e6e317d20) at /home/jan/mysql/10.0-win/storage/xtradb/btr/btr0cur.cc:2771
#12 0x0000000000cc73d9 in row_upd_clust_rec (node=0x7f2e62cffba0, index=0x7f2e694658f8, offsets=0x7f2e6de29a00, offsets_heap=0x7f2e6e3179c0, thr=0x7f2e62cffec8, mtr=0x7f2e6e317d20) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0upd.cc:2224
#13 0x0000000000cc7dd2 in row_upd_clust_step (node=0x7f2e62cffba0, thr=0x7f2e62cffec8) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0upd.cc:2516
#14 0x0000000000cc7f40 in row_upd (node=0x7f2e62cffba0, thr=0x7f2e62cffec8) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0upd.cc:2571
#15 0x0000000000cc83b1 in row_upd_step (thr=0x7f2e62cffec8) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0upd.cc:2723
#16 0x0000000000c8cdbf in row_update_for_mysql (mysql_rec=0x7f2e62c2a0c8 "\373\221\002", prebuilt=0x7f2e62cff078) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:1727
#17 0x0000000000b97def in ha_innobase::update_row (this=0x7f2e62d69088, old_row=0x7f2e62c2a0c8 "\373\221\002", new_row=0x7f2e62c2a0a0 "\363\221\002") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:7871
#18 0x0000000000875978 in handler::ha_update_row (this=0x7f2e62d69088, old_data=0x7f2e62c2a0c8 "\373\221\002", new_data=0x7f2e62c2a0a0 "\363\221\002") at /home/jan/mysql/10.0-win/sql/handler.cc:5947
#19 0x0000000000e236be in ha_partition::update_row (this=0x7f2e62d46088, old_data=0x7f2e62c2a0c8 "\373\221\002", new_data=0x7f2e62c2a0a0 "\363\221\002") at /home/jan/mysql/10.0-win/sql/ha_partition.cc:4253
#20 0x0000000000875931 in handler::ha_update_row (this=0x7f2e62d46088, old_data=0x7f2e62c2a0c8 "\373\221\002", new_data=0x7f2e62c2a0a0 "\363\221\002") at /home/jan/mysql/10.0-win/sql/handler.cc:5947
#21 0x000000000073fed1 in mysql_update (thd=0x7f2e6defe070, table_list=0x7f2e654453a0, fields=..., values=..., conds=0x7f2e65446048, order_num=5, order=0x7f2e654462c0, limit=4, handle_duplicates=DUP_ERROR, ignore=false, found_return=0x7f2e6e318c90, updated_return=0x7f2e6e318d20) at /home/jan/mysql/10.0-win/sql/sql_update.cc:803
#22 0x000000000067302d in mysql_execute_command (thd=0x7f2e6defe070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3331
#23 0x000000000067b8ee in mysql_parse (thd=0x7f2e6defe070, rawbuf=0x7f2e65445088 "UPDATE LOW_PRIORITY `table1_key_pk_parts_2_int_autoinc` AS X SET `col_int_key` = 1 WHERE X . `col_char_12_key` IN ( 0 , 66 , 3 , 1104871424 , 4217503744 ) ORDER BY `col_char_12`,`col_char_12_key`,`co"..., length=233, parser_state=0x7f2e6e3195c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#24 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6defe070, packet=0x7f2e6df04071 "UPDATE LOW_PRIORITY `table1_key_pk_parts_2_int_autoinc` AS X SET `col_int_key` = 1 WHERE X . `col_char_12_key` IN ( 0 , 66 , 3 , 1104871424 , 4217503744 ) ORDER BY `col_char_12`,`col_char_12_key`,`co"..., packet_length=233) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#25 0x000000000066d741 in do_command (thd=0x7f2e6defe070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#26 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6defe070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#27 0x0000000000792431 in handle_one_connection (arg=0x7f2e6defe070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#28 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db9d810) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#29 0x00007f2e92e33f6e in start_thread (arg=0x7f2e6e31a700) at pthread_create.c:311
#30 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113
(gdb) thread apply all bt

Thread 55 (Thread 0x7f2e90f23700 (LWP 3580)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2e644210c0, fast_mutex=0x7f2e64421080) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2e64421080, reset_sig_count=421) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f2e651a4ae0) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2e90f1ff84, trx=0x7f2e6387f478, thr=0x7f2e651a4ae0, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2e650649a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\003", mode=1, prebuilt=0x7f2e651a4078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f2e652f8088, buf=0x7f2e650649a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\003", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f2e652f8088, buf=0x7f2e650649a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\003") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f2e652f8088, buf=0x7f2e650649a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\003") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de82 in handler::ha_rnd_next (this=0x7f2e652f8088, buf=0x7f2e650649a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\003") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000e24ac2 in ha_partition::rnd_next (this=0x7f2e650d4088, buf=0x7f2e650649a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\003") at /home/jan/mysql/10.0-win/sql/ha_partition.cc:4903
#11 0x000000000086de3c in handler::ha_rnd_next (this=0x7f2e650d4088, buf=0x7f2e650649a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\003") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#12 0x0000000000863d4d in find_all_keys (param=0x7f2e90f20df0, select=0x7f2e63878cb8, fs_info=0x7f2e90f20d80, buffpek_pointers=0x7f2e90f21010, tempfile=0x7f2e90f20e70, pq=0x0, found_rows=0x7f2e90f212c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#13 0x00000000008627b7 in filesort (thd=0x7f2e6d729070, table=0x7f2e650f8c70, sortorder=0x7f2e638791f8, s_length=5, select=0x7f2e63878cb8, max_rows=18446744073709551615, sort_positions=true, examined_rows=0x7f2e90f212a0, found_rows=0x7f2e90f212c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#14 0x00000000009c70f9 in mysql_delete (thd=0x7f2e6d729070, table_list=0x7f2e638223c8, conds=0x7f2e639750c0, order_list=0x7f2e6d72d698, limit=2, options=4194304, result=0x7f2e63974a28) at /home/jan/mysql/10.0-win/sql/sql_delete.cc:484
#15 0x0000000000673cf7 in mysql_execute_command (thd=0x7f2e6d729070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3608
#16 0x000000000067b8ee in mysql_parse (thd=0x7f2e6d729070, rawbuf=0x7f2e63822088 "DELETE LOW_PRIORITY QUICK FROM `table0_key_pk_parts_2_int_autoinc` WHERE `col_char_12_key` IN ( SELECT `col_int_key` FROM `table1_int_autoinc` WHERE `pk` = 1657536512 ) ORDER BY `col_char_12`,`col_ch"..., length=247, parser_state=0x7f2e90f225c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#17 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6d729070, packet=0x7f2e6d72f071 "DELETE LOW_PRIORITY QUICK FROM `table0_key_pk_parts_2_int_autoinc` WHERE `col_char_12_key` IN ( SELECT `col_int_key` FROM `table1_int_autoinc` WHERE `pk` = 1657536512 ) ORDER BY `col_char_12`,`col_ch"..., packet_length=247) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#18 0x000000000066d741 in do_command (thd=0x7f2e6d729070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#19 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6d729070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#20 0x0000000000792431 in handle_one_connection (arg=0x7f2e6d729070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#21 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db22ad0) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#22 0x00007f2e92e33f6e in start_thread (arg=0x7f2e90f23700) at pthread_create.c:311
#23 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 54 (Thread 0x7f2e90ffe700 (LWP 3574)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2e62420340, fast_mutex=0x7f2e62420300) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2e62420300, reset_sig_count=500) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f2e64547780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2e90ffb324, trx=0x7f2e6447f478, thr=0x7f2e64547780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2e6442f0a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\004", mode=1, prebuilt=0x7f2e64547078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f2e6459b088, buf=0x7f2e6442f0a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\004", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f2e6459b088, buf=0x7f2e6442f0a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\004") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f2e6459b088, buf=0x7f2e6442f0a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\004") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de82 in handler::ha_rnd_next (this=0x7f2e6459b088, buf=0x7f2e6442f0a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\004") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000e24ac2 in ha_partition::rnd_next (this=0x7f2e64563088, buf=0x7f2e6442f0a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\004") at /home/jan/mysql/10.0-win/sql/ha_partition.cc:4903
#11 0x000000000086de3c in handler::ha_rnd_next (this=0x7f2e64563088, buf=0x7f2e6442f0a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\004") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#12 0x0000000000863d4d in find_all_keys (param=0x7f2e90ffc190, select=0x7f2e64423ab0, fs_info=0x7f2e90ffc120, buffpek_pointers=0x7f2e90ffc3b0, tempfile=0x7f2e90ffc210, pq=0x7f2e90ffc0d0, found_rows=0x7f2e90ffc630) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#13 0x00000000008627b7 in filesort (thd=0x7f2e6d702070, table=0x7f2e64527c70, sortorder=0x7f2e64449088, s_length=5, select=0x7f2e64423ab0, max_rows=6, sort_positions=true, examined_rows=0x7f2e90ffc628, found_rows=0x7f2e90ffc630) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#14 0x000000000073f330 in mysql_update (thd=0x7f2e6d702070, table_list=0x7f2e64422368, fields=..., values=..., conds=0x7f2e64422da8, order_num=5, order=0x7f2e64423038, limit=6, handle_duplicates=DUP_ERROR, ignore=false, found_return=0x7f2e90ffcc90, updated_return=0x7f2e90ffcd20) at /home/jan/mysql/10.0-win/sql/sql_update.cc:558
#15 0x000000000067302d in mysql_execute_command (thd=0x7f2e6d702070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3331
#16 0x000000000067b8ee in mysql_parse (thd=0x7f2e6d702070, rawbuf=0x7f2e64422088 "UPDATE LOW_PRIORITY `table2_key_pk_parts_2_int_autoinc` AS X SET `col_int` = 178 WHERE X . `col_char_12_key` BETWEEN 4 AND 7 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMI"..., length=203, parser_state=0x7f2e90ffd5c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#17 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6d702070, packet=0x7f2e6d708071 "UPDATE LOW_PRIORITY `table2_key_pk_parts_2_int_autoinc` AS X SET `col_int` = 178 WHERE X . `col_char_12_key` BETWEEN 4 AND 7 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMI"..., packet_length=203) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#18 0x000000000066d741 in do_command (thd=0x7f2e6d702070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#19 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6d702070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#20 0x0000000000792431 in handle_one_connection (arg=0x7f2e6d702070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#21 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db22490) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#22 0x00007f2e92e33f6e in start_thread (arg=0x7f2e90ffe700) at pthread_create.c:311
#23 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 53 (Thread 0x7f2e90f6c700 (LWP 3578)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2e618203c0, fast_mutex=0x7f2e61820380) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2e61820380, reset_sig_count=449) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f2e63900780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2e90f68f84, trx=0x7f2e63c7f478, thr=0x7f2e63900780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2e6d67a3a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\377\377\377\177x\002", mode=1, prebuilt=0x7f2e63900078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f2e638f0088, buf=0x7f2e6d67a3a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\377\377\377\177x\002", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f2e638f0088, buf=0x7f2e6d67a3a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\377\377\377\177x\002") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f2e638f0088, buf=0x7f2e6d67a3a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\377\377\377\177x\002") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de82 in handler::ha_rnd_next (this=0x7f2e638f0088, buf=0x7f2e6d67a3a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\377\377\377\177x\002") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000e24ac2 in ha_partition::rnd_next (this=0x7f2e63932888, buf=0x7f2e6d67a3a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\377\377\377\177x\002") at /home/jan/mysql/10.0-win/sql/ha_partition.cc:4903
#11 0x000000000086de3c in handler::ha_rnd_next (this=0x7f2e63932888, buf=0x7f2e6d67a3a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\377\377\377\177x\002") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#12 0x0000000000863d4d in find_all_keys (param=0x7f2e90f69df0, select=0x7f2e63c23888, fs_info=0x7f2e90f69d80, buffpek_pointers=0x7f2e90f6a010, tempfile=0x7f2e90f69e70, pq=0x0, found_rows=0x7f2e90f6a2c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#13 0x00000000008627b7 in filesort (thd=0x7f2e6d71e070, table=0x7f2e63911c70, sortorder=0x7f2e63c23dc8, s_length=5, select=0x7f2e63c23888, max_rows=18446744073709551615, sort_positions=true, examined_rows=0x7f2e90f6a2a0, found_rows=0x7f2e90f6a2c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#14 0x00000000009c70f9 in mysql_delete (thd=0x7f2e6d71e070, table_list=0x7f2e63c22350, conds=0x7f2e63c22ba0, order_list=0x7f2e6d722698, limit=3, options=4194304, result=0x7f2e63c23500) at /home/jan/mysql/10.0-win/sql/sql_delete.cc:484
#15 0x0000000000673cf7 in mysql_execute_command (thd=0x7f2e6d71e070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3608
#16 0x000000000067b8ee in mysql_parse (thd=0x7f2e6d71e070, rawbuf=0x7f2e63c22088 "DELETE LOW_PRIORITY QUICK FROM `table0_key_pk_parts_2_int_autoinc` WHERE `col_char_12_key` BETWEEN 1 AND 5 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 3", length=185, parser_state=0x7f2e90f6b5c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#17 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6d71e070, packet=0x7f2e6d724071 "DELETE LOW_PRIORITY QUICK FROM `table0_key_pk_parts_2_int_autoinc` WHERE `col_char_12_key` BETWEEN 1 AND 5 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 3", packet_length=185) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#18 0x000000000066d741 in do_command (thd=0x7f2e6d71e070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#19 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6d71e070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#20 0x0000000000792431 in handle_one_connection (arg=0x7f2e6d71e070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#21 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db227b0) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#22 0x00007f2e92e33f6e in start_thread (arg=0x7f2e90f6c700) at pthread_create.c:311
#23 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 52 (Thread 0x7f2e93804700 (LWP 3535)):
#0 do_sigwait (sig=0x7f2e93803d60, set=<optimized out>) at ../nptl/sysdeps/unix/sysv/linux/../../../../../sysdeps/unix/sysv/linux/sigwait.c:64
#1 __sigwait (set=<optimized out>, sig=0x7f2e93803d60) at ../nptl/sysdeps/unix/sysv/linux/../../../../../sysdeps/unix/sysv/linux/sigwait.c:99
#2 0x00000000005b1fe5 in signal_hand (arg=0x0) at /home/jan/mysql/10.0-win/sql/mysqld.cc:3303
#3 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e74369770) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#4 0x00007f2e92e33f6e in start_thread (arg=0x7f2e93804700) at pthread_create.c:311
#5 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 51 (Thread 0x7f2e748b9700 (LWP 3614)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2e63420440, fast_mutex=0x7f2e63420400) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2e63420400, reset_sig_count=478) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f2e6089d780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2e748b60d4, trx=0x7f2e6c4d9478, thr=0x7f2e6089d780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2e6d6ee088 "\377", mode=1, prebuilt=0x7f2e6089d078, match_mode=0, direction=1) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b994b2 in ha_innobase::general_fetch (this=0x7f2e60895088, buf=0x7f2e6d6ee088 "\377", direction=1, match_mode=0) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8603
#7 0x0000000000b99a08 in ha_innobase::rnd_next (this=0x7f2e60895088, buf=0x7f2e6d6ee088 "\377") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8820
#8 0x000000000086de3c in handler::ha_rnd_next (this=0x7f2e60895088, buf=0x7f2e6d6ee088 "\377") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#9 0x0000000000863d4d in find_all_keys (param=0x7f2e748b6df0, select=0x7f2e6c4b19b0, fs_info=0x7f2e748b6d80, buffpek_pointers=0x7f2e748b7010, tempfile=0x7f2e748b6e70, pq=0x0, found_rows=0x7f2e748b72c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#10 0x00000000008627b7 in filesort (thd=0x7f2e6deeb070, table=0x7f2e608fbc70, sortorder=0x7f2e6c4b1ef0, s_length=5, select=0x7f2e6c4b19b0, max_rows=18446744073709551615, sort_positions=true, examined_rows=0x7f2e748b72a0, found_rows=0x7f2e748b72c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#11 0x00000000009c70f9 in mysql_delete (thd=0x7f2e6deeb070, table_list=0x7f2e6c47c378, conds=0x7f2e6c4d5168, order_list=0x7f2e6deef698, limit=1, options=4194304, result=0x7f2e6c4d4a20) at /home/jan/mysql/10.0-win/sql/sql_delete.cc:484
#12 0x0000000000673cf7 in mysql_execute_command (thd=0x7f2e6deeb070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3608
#13 0x000000000067b8ee in mysql_parse (thd=0x7f2e6deeb070, rawbuf=0x7f2e6c47c088 "DELETE LOW_PRIORITY QUICK IGNORE FROM `table0_int_autoinc` WHERE `col_int_key` IN ( SELECT `col_int_key` FROM `table0_key_pk_parts_2_int_autoinc` WHERE `pk` = 'o' ) ORDER BY `col_char_12`,`col_char_12"..., length=242, parser_state=0x7f2e748b85c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#14 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6deeb070, packet=0x7f2e6def1071 "DELETE LOW_PRIORITY QUICK IGNORE FROM `table0_int_autoinc` WHERE `col_int_key` IN ( SELECT `col_int_key` FROM `table0_key_pk_parts_2_int_autoinc` WHERE `pk` = 'o' ) ORDER BY `col_char_12`,`col_char_12"..., packet_length=242) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#15 0x000000000066d741 in do_command (thd=0x7f2e6deeb070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#16 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6deeb070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#17 0x0000000000792431 in handle_one_connection (arg=0x7f2e6deeb070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#18 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db58b70) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#19 0x00007f2e92e33f6e in start_thread (arg=0x7f2e748b9700) at pthread_create.c:311
#20 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 50 (Thread 0x7f2e74870700 (LWP 3616)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2e638202c0, fast_mutex=0x7f2e63820280) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2e63820280, reset_sig_count=480) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f2e62517780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2e7486d6d4, trx=0x7f2e6aca7478, thr=0x7f2e62517780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2e62429688 "\377", '\217' <repeats 36 times>, "\245\245\245\377\270\004", mode=1, prebuilt=0x7f2e62517078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f2e62506088, buf=0x7f2e62429688 "\377", '\217' <repeats 36 times>, "\245\245\245\377\270\004", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f2e62506088, buf=0x7f2e62429688 "\377", '\217' <repeats 36 times>, "\245\245\245\377\270\004") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x000000000086e8ea in handler::ha_index_first (this=0x7f2e62506088, buf=0x7f2e62429688 "\377", '\217' <repeats 36 times>, "\245\245\245\377\270\004") at /home/jan/mysql/10.0-win/sql/handler.cc:2626
#9 0x00000000006d56e7 in join_read_first (tab=0x7f2e6ac4b968) at /home/jan/mysql/10.0-win/sql/sql_select.cc:18350
#10 0x00000000006d34df in sub_select (join=0x7f2e6ac4aa30, join_tab=0x7f2e6ac4b968, end_of_records=false) at /home/jan/mysql/10.0-win/sql/sql_select.cc:17413
#11 0x00000000006d2dc1 in do_select (join=0x7f2e6ac4aa30, fields=0x7f2e6df4b578, table=0x0, procedure=0x0) at /home/jan/mysql/10.0-win/sql/sql_select.cc:17078
#12 0x00000000006aef32 in JOIN::exec_inner (this=0x7f2e6ac4aa30) at /home/jan/mysql/10.0-win/sql/sql_select.cc:3065
#13 0x00000000006ac1c6 in JOIN::exec (this=0x7f2e6ac4aa30) at /home/jan/mysql/10.0-win/sql/sql_select.cc:2355
#14 0x00000000006af7d1 in mysql_select (thd=0x7f2e6df47070, rref_pointer_array=0x7f2e6df4b6d8, tables=0x7f2e6ac4a380, wild_num=0, fields=..., conds=0x0, og_num=0, order=0x0, group=0x0, having=0x0, proc_param=0x0, select_options=2148797184, result=0x7f2e6ac4aa10, unit=0x7f2e6df4ad78, select_lex=0x7f2e6df4b460) at /home/jan/mysql/10.0-win/sql/sql_select.cc:3292
#15 0x00000000006a5a7f in handle_select (thd=0x7f2e6df47070, lex=0x7f2e6df4acb0, result=0x7f2e6ac4aa10, setup_tables_done_option=0) at /home/jan/mysql/10.0-win/sql/sql_select.cc:372
#16 0x00000000006790a3 in execute_sqlcom_select (thd=0x7f2e6df47070, all_tables=0x7f2e6ac4a380) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:5301
#17 0x00000000006712b0 in mysql_execute_command (thd=0x7f2e6df47070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:2587
#18 0x000000000067b8ee in mysql_parse (thd=0x7f2e6df47070, rawbuf=0x7f2e6ac4a088 "SELECT X . `col_char_12_key` FROM `table1_int_autoinc` AS X LIMIT 6 FOR UPDATE", length=79, parser_state=0x7f2e7486f5c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#19 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6df47070, packet=0x7f2e6df4d071 "", packet_length=79) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#20 0x000000000066d741 in do_command (thd=0x7f2e6df47070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#21 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6df47070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#22 0x0000000000792431 in handle_one_connection (arg=0x7f2e6df47070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#23 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db58e90) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#24 0x00007f2e92e33f6e in start_thread (arg=0x7f2e74870700) at pthread_create.c:311
#25 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 49 (Thread 0x7f2e74a26700 (LWP 3604)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2e60c202c0, fast_mutex=0x7f2e60c20280) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2e60c20280, reset_sig_count=454) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f2e64879780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2e74a234b4, trx=0x7f2e6087f478, thr=0x7f2e64879780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2e6482cd88 "\377", '\217' <repeats 36 times>, "\245\245\245\377", mode=1, prebuilt=0x7f2e64879078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f2e64858088, buf=0x7f2e6482cd88 "\377", '\217' <repeats 36 times>, "\245\245\245\377", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f2e64858088, buf=0x7f2e6482cd88 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f2e64858088, buf=0x7f2e6482cd88 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de3c in handler::ha_rnd_next (this=0x7f2e64858088, buf=0x7f2e6482cd88 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000863d4d in find_all_keys (param=0x7f2e74a24240, select=0x7f2e60840c80, fs_info=0x7f2e74a241d0, buffpek_pointers=0x7f2e74a24460, tempfile=0x7f2e74a242c0, pq=0x7f2e74a24180, found_rows=0x7f2e74a24698) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#11 0x00000000008627b7 in filesort (thd=0x7f2e6d7ad070, table=0x7f2e64912c70, sortorder=0x7f2e60840f40, s_length=5, select=0x7f2e60840c80, max_rows=7, sort_positions=false, examined_rows=0x7f2e74a24690, found_rows=0x7f2e74a24698) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#12 0x00000000006da87b in create_sort_index (thd=0x7f2e6d7ad070, join=0x7f2e6083f1f8, order=0x7f2e60823a40, filesort_limit=7, select_limit=7, is_order_by=true) at /home/jan/mysql/10.0-win/sql/sql_select.cc:20396
#13 0x00000000006aed0a in JOIN::exec_inner (this=0x7f2e6083f1f8) at /home/jan/mysql/10.0-win/sql/sql_select.cc:3035
#14 0x00000000006ac1c6 in JOIN::exec (this=0x7f2e6083f1f8) at /home/jan/mysql/10.0-win/sql/sql_select.cc:2355
#15 0x00000000006af7d1 in mysql_select (thd=0x7f2e6d7ad070, rref_pointer_array=0x7f2e6d7b16d8, tables=0x7f2e60822d10, wild_num=0, fields=..., conds=0x7f2e608237c8, og_num=5, order=0x7f2e60823a40, group=0x0, having=0x0, proc_param=0x0, select_options=3489925888, result=0x7f2e6083f160, unit=0x7f2e6d7b0d78, select_lex=0x7f2e6d7b1460) at /home/jan/mysql/10.0-win/sql/sql_select.cc:3292
#16 0x00000000006a5a7f in handle_select (thd=0x7f2e6d7ad070, lex=0x7f2e6d7b0cb0, result=0x7f2e6083f160, setup_tables_done_option=1073741824) at /home/jan/mysql/10.0-win/sql/sql_select.cc:372
#17 0x0000000000673a17 in mysql_execute_command (thd=0x7f2e6d7ad070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3555
#18 0x000000000067b8ee in mysql_parse (thd=0x7f2e6d7ad070, rawbuf=0x7f2e60822088 "REPLACE LOW_PRIORITY INTO `table2_key_pk_parts_2_int_autoinc` ( `col_char_12_key` ) SELECT `col_int_key` FROM `table0_int_autoinc` AS X WHERE X . `col_char_12_key` IN ( 'w' , 31 , 2 , 1342046208 , 5 )"..., length=278, parser_state=0x7f2e74a255c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#19 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6d7ad070, packet=0x7f2e6d7b3071 "REPLACE LOW_PRIORITY INTO `table2_key_pk_parts_2_int_autoinc` ( `col_char_12_key` ) SELECT `col_int_key` FROM `table0_int_autoinc` AS X WHERE X . `col_char_12_key` IN ( 'w' , 31 , 2 , 1342046208 , 5 )"..., packet_length=278) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#20 0x000000000066d741 in do_command (thd=0x7f2e6d7ad070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#21 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6d7ad070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#22 0x0000000000792431 in handle_one_connection (arg=0x7f2e6d7ad070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#23 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db582b0) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#24 0x00007f2e92e33f6e in start_thread (arg=0x7f2e74a26700) at pthread_create.c:311
#25 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 48 (Thread 0x7f2e687fe700 (LWP 3532)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2e8fbfeb40, fast_mutex=0x7f2e8fbfeb00) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2e8fbfeb00, reset_sig_count=1) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000d6c5b6 in buf_dump_thread (arg=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/buf/buf0dump.cc:594
#4 0x00007f2e92e33f6e in start_thread (arg=0x7f2e687fe700) at pthread_create.c:311
#5 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 47 (Thread 0x7f2e749dd700 (LWP 3606)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2e64020340, fast_mutex=0x7f2e64020300) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2e64020300, reset_sig_count=579) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f2e6357d780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2e749da574, trx=0x7f2e6047f478, thr=0x7f2e6357d780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2e6048f252 "\377", '\245' <repeats 36 times>, "\001", mode=1, prebuilt=0x7f2e6357d078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f2e6356a088, buf=0x7f2e6048f252 "\377", '\245' <repeats 36 times>, "\001", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f2e6356a088, buf=0x7f2e6048f252 "\377", '\245' <repeats 36 times>, "\001") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x000000000086e930 in handler::ha_index_first (this=0x7f2e6356a088, buf=0x7f2e6048f252 "\377", '\245' <repeats 36 times>, "\001") at /home/jan/mysql/10.0-win/sql/handler.cc:2626
#9 0x0000000000e26e48 in ha_partition::handle_ordered_index_scan (this=0x7f2e63527088, buf=0x7f2e6342bea0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\003", reverse_order=false) at /home/jan/mysql/10.0-win/sql/ha_partition.cc:6103
#10 0x0000000000e25cc5 in ha_partition::common_first_last (this=0x7f2e63527088, buf=0x7f2e6342bea0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\003") at /home/jan/mysql/10.0-win/sql/ha_partition.cc:5547
#11 0x0000000000e25bc5 in ha_partition::index_first (this=0x7f2e63527088, buf=0x7f2e6342bea0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\003") at /home/jan/mysql/10.0-win/sql/ha_partition.cc:5495
#12 0x000000000086e8ea in handler::ha_index_first (this=0x7f2e63527088, buf=0x7f2e6342bea0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\003") at /home/jan/mysql/10.0-win/sql/handler.cc:2626
#13 0x00000000006d56e7 in join_read_first (tab=0x7f2e604239c0) at /home/jan/mysql/10.0-win/sql/sql_select.cc:18350
#14 0x00000000006d34df in sub_select (join=0x7f2e60422a88, join_tab=0x7f2e604239c0, end_of_records=false) at /home/jan/mysql/10.0-win/sql/sql_select.cc:17413
#15 0x00000000006d2dc1 in do_select (join=0x7f2e60422a88, fields=0x7f2e6d7bc578, table=0x0, procedure=0x0) at /home/jan/mysql/10.0-win/sql/sql_select.cc:17078
#16 0x00000000006aef32 in JOIN::exec_inner (this=0x7f2e60422a88) at /home/jan/mysql/10.0-win/sql/sql_select.cc:3065
#17 0x00000000006ac1c6 in JOIN::exec (this=0x7f2e60422a88) at /home/jan/mysql/10.0-win/sql/sql_select.cc:2355
#18 0x00000000006af7d1 in mysql_select (thd=0x7f2e6d7b8070, rref_pointer_array=0x7f2e6d7bc6d8, tables=0x7f2e604223d8, wild_num=0, fields=..., conds=0x0, og_num=0, order=0x0, group=0x0, having=0x0, proc_param=0x0, select_options=2149321216, result=0x7f2e60422a68, unit=0x7f2e6d7bbd78, select_lex=0x7f2e6d7bc460) at /home/jan/mysql/10.0-win/sql/sql_select.cc:3292
#19 0x00000000006a5a7f in handle_select (thd=0x7f2e6d7b8070, lex=0x7f2e6d7bbcb0, result=0x7f2e60422a68, setup_tables_done_option=0) at /home/jan/mysql/10.0-win/sql/sql_select.cc:372
#20 0x00000000006790a3 in execute_sqlcom_select (thd=0x7f2e6d7b8070, all_tables=0x7f2e604223d8) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:5301
#21 0x00000000006712b0 in mysql_execute_command (thd=0x7f2e6d7b8070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:2587
#22 0x000000000067b8ee in mysql_parse (thd=0x7f2e6d7b8070, rawbuf=0x7f2e60422088 "SELECT X . `col_int_key` FROM `table2_key_pk_parts_2_int_autoinc` AS X LIMIT 5 FOR UPDATE", length=90, parser_state=0x7f2e749dc5c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#23 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6d7b8070, packet=0x7f2e6d7be071 "", packet_length=90) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#24 0x000000000066d741 in do_command (thd=0x7f2e6d7b8070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#25 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6d7b8070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#26 0x0000000000792431 in handle_one_connection (arg=0x7f2e6d7b8070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#27 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db58350) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#28 0x00007f2e92e33f6e in start_thread (arg=0x7f2e749dd700) at pthread_create.c:311
#29 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 46 (Thread 0x7f2e6d3ff700 (LWP 3526)):
#0 pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
#1 0x0000000000c1d000 in os_cond_wait_timed (cond=0x7f2e745a18c0, fast_mutex=0x7f2e745a1880, abstime=0x7f2e6d3fee00) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:177
#2 0x0000000000c1d7cf in os_event_wait_time_low (event=0x7f2e745a1880, time_in_usec=1000000, reset_sig_count=15261) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:723
#3 0x0000000000bf4b8d in lock_wait_timeout_thread (arg=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:503
#4 0x00007f2e92e33f6e in start_thread (arg=0x7f2e6d3ff700) at pthread_create.c:311
#5 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 45 (Thread 0x7f2e90c49700 (LWP 3600)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2e63420340, fast_mutex=0x7f2e63420300) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2e63420300, reset_sig_count=537) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f2e6249c780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2e90c45f84, trx=0x7f2e6107f478, thr=0x7f2e6249c780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2e6242afa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377", mode=1, prebuilt=0x7f2e6249c078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f2e62456088, buf=0x7f2e6242afa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f2e62456088, buf=0x7f2e6242afa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f2e62456088, buf=0x7f2e6242afa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de82 in handler::ha_rnd_next (this=0x7f2e62456088, buf=0x7f2e6242afa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000e24ac2 in ha_partition::rnd_next (this=0x7f2e62542888, buf=0x7f2e6242afa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/sql/ha_partition.cc:4903
#11 0x000000000086de3c in handler::ha_rnd_next (this=0x7f2e62542888, buf=0x7f2e6242afa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#12 0x0000000000863d4d in find_all_keys (param=0x7f2e90c46df0, select=0x7f2e61023880, fs_info=0x7f2e90c46d80, buffpek_pointers=0x7f2e90c47010, tempfile=0x7f2e90c46e70, pq=0x0, found_rows=0x7f2e90c472c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#13 0x00000000008627b7 in filesort (thd=0x7f2e6d797070, table=0x7f2e62523c70, sortorder=0x7f2e61023dc0, s_length=5, select=0x7f2e61023880, max_rows=18446744073709551615, sort_positions=true, examined_rows=0x7f2e90c472a0, found_rows=0x7f2e90c472c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#14 0x00000000009c70f9 in mysql_delete (thd=0x7f2e6d797070, table_list=0x7f2e61022348, conds=0x7f2e61022b98, order_list=0x7f2e6d79b698, limit=1, options=0, result=0x7f2e610234f8) at /home/jan/mysql/10.0-win/sql/sql_delete.cc:484
#15 0x0000000000673cf7 in mysql_execute_command (thd=0x7f2e6d797070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3608
#16 0x000000000067b8ee in mysql_parse (thd=0x7f2e6d797070, rawbuf=0x7f2e61022088 "DELETE LOW_PRIORITY FROM `table2_key_pk_parts_2_int_autoinc` WHERE `col_char_12_key` BETWEEN 1 AND 6 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 1", length=180, parser_state=0x7f2e90c485c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#17 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6d797070, packet=0x7f2e6d79d071 "DELETE LOW_PRIORITY FROM `table2_key_pk_parts_2_int_autoinc` WHERE `col_char_12_key` BETWEEN 1 AND 6 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 1", packet_length=180) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#18 0x000000000066d741 in do_command (thd=0x7f2e6d797070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#19 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6d797070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#20 0x0000000000792431 in handle_one_connection (arg=0x7f2e6d797070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#21 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db57f90) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#22 0x00007f2e92e33f6e in start_thread (arg=0x7f2e90c49700) at pthread_create.c:311
#23 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 44 (Thread 0x7f2e6abff700 (LWP 3529)):
#0 0x00007f2e9234ade3 in select () at ../sysdeps/unix/syscall-template.S:81
#1 0x0000000000c1e323 in os_thread_sleep (tm=1000000) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0thread.cc:284
#2 0x0000000000cd7fdc in srv_master_sleep () at /home/jan/mysql/10.0-win/storage/xtradb/srv/srv0srv.cc:2901
#3 0x0000000000cd8116 in srv_master_thread (arg=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/srv/srv0srv.cc:2949
#4 0x00007f2e92e33f6e in start_thread (arg=0x7f2e6abff700) at pthread_create.c:311
#5 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 43 (Thread 0x7f2e6e363700 (LWP 3622)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2e618204c0, fast_mutex=0x7f2e61820480) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2e61820480, reset_sig_count=495) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f2e6209dec8) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2e6e3613fc, trx=0x7f2e668b7478, thr=0x7f2e6209dec8, savept=0x7f2e6e361400) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000c8c2ad in row_insert_for_mysql (mysql_rec=0x7f2e620296a0 <incomplete sequence \347>, prebuilt=0x7f2e6209d078) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:1323
#6 0x0000000000b96efb in ha_innobase::write_row (this=0x7f2e620f8088, record=0x7f2e620296a0 <incomplete sequence \347>) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:7396
#7 0x00000000008756fb in handler::ha_write_row (this=0x7f2e620f8088, buf=0x7f2e620296a0 <incomplete sequence \347>) at /home/jan/mysql/10.0-win/sql/handler.cc:5914
#8 0x0000000000e233c2 in ha_partition::write_row (this=0x7f2e6213a888, buf=0x7f2e620296a0 <incomplete sequence \347>) at /home/jan/mysql/10.0-win/sql/ha_partition.cc:4163
#9 0x00000000008756ac in handler::ha_write_row (this=0x7f2e6213a888, buf=0x7f2e620296a0 <incomplete sequence \347>) at /home/jan/mysql/10.0-win/sql/handler.cc:5914
#10 0x000000000065574d in write_record (thd=0x7f2e6df57070, table=0x7f2e62119c70, info=0x7f2e6e3618c0) at /home/jan/mysql/10.0-win/sql/sql_insert.cc:1572
#11 0x0000000000653437 in mysql_insert (thd=0x7f2e6df57070, table_list=0x7f2e6685a2e8, fields=..., values_list=..., update_fields=..., update_values=..., duplic=DUP_REPLACE, ignore=false) at /home/jan/mysql/10.0-win/sql/sql_insert.cc:960
#12 0x0000000000673544 in mysql_execute_command (thd=0x7f2e6df57070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3468
#13 0x000000000067b8ee in mysql_parse (thd=0x7f2e6df57070, rawbuf=0x7f2e6685a088 "REPLACE LOW_PRIORITY INTO `table2_key_pk_parts_2_int_autoinc` ( `col_int_key` , `col_char_12` ) VALUES ( 't' , 82 ) , ( 'a' , 'v' )", length=131, parser_state=0x7f2e6e3625c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#14 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6df57070, packet=0x7f2e6df5d071 "REPLACE LOW_PRIORITY INTO `table2_key_pk_parts_2_int_autoinc` ( `col_int_key` , `col_char_12` ) VALUES ( 't' , 82 ) , ( 'a' , 'v' )", packet_length=131) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#15 0x000000000066d741 in do_command (thd=0x7f2e6df57070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#16 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6df57070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#17 0x0000000000792431 in handle_one_connection (arg=0x7f2e6df57070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#18 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db9d450) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#19 0x00007f2e92e33f6e in start_thread (arg=0x7f2e6e363700) at pthread_create.c:311
#20 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 42 (Thread 0x7f2e93729700 (LWP 3572)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2e66858340, fast_mutex=0x7f2e66858300) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2e66858300, reset_sig_count=428) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f2e6497e780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2e937262a4, trx=0x7f2e6487f478, thr=0x7f2e6497e780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2e6482b488 "\377", '\217' <repeats 16 times>, "\005", mode=2, prebuilt=0x7f2e6497e078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f2e64974088, buf=0x7f2e6482b488 "\377", '\217' <repeats 16 times>, "\005", key_ptr=0x7f2e649090b0 "", key_len=5, find_flag=HA_READ_KEY_OR_NEXT) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x000000000087681c in handler::index_read_map (this=0x7f2e64974088, buf=0x7f2e6482b488 "\377", '\217' <repeats 16 times>, "\005", key=0x7f2e649090b0 "", keypart_map=1, find_flag=HA_READ_KEY_OR_NEXT) at /home/jan/mysql/10.0-win/sql/handler.h:2855
#8 0x000000000086e1de in handler::ha_index_read_map (this=0x7f2e64974088, buf=0x7f2e6482b488 "\377", '\217' <repeats 16 times>, "\005", key=0x7f2e649090b0 "", keypart_map=1, find_flag=HA_READ_KEY_OR_NEXT) at /home/jan/mysql/10.0-win/sql/handler.cc:2549
#9 0x000000000087413f in handler::read_range_first (this=0x7f2e64974088, start_key=0x7f2e64974170, end_key=0x7f2e64974190, eq_range_arg=false, sorted=true) at /home/jan/mysql/10.0-win/sql/handler.cc:5329
#10 0x00000000007d4ec9 in handler::multi_range_read_next (this=0x7f2e64974088, range_info=0x7f2e93726e78) at /home/jan/mysql/10.0-win/sql/multi_range_read.cc:296
#11 0x00000000007d507e in Mrr_simple_index_reader::get_next (this=0x7f2e64975ef8, range_info=0x7f2e93726e78) at /home/jan/mysql/10.0-win/sql/multi_range_read.cc:328
#12 0x00000000007d7a7a in DsMrr_impl::dsmrr_next (this=0x7f2e64975dc0, range_info=0x7f2e93726e78) at /home/jan/mysql/10.0-win/sql/multi_range_read.cc:1392
#13 0x0000000000ba7902 in ha_innobase::multi_range_read_next (this=0x7f2e64974088, range_info=0x7f2e93726e78) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:18407
#14 0x0000000000991da4 in QUICK_RANGE_SELECT::get_next (this=0x7f2e64898180) at /home/jan/mysql/10.0-win/sql/opt_range.cc:11620
#15 0x0000000000863c74 in find_all_keys (param=0x7f2e93727190, select=0x7f2e64823a90, fs_info=0x7f2e93727120, buffpek_pointers=0x7f2e937273b0, tempfile=0x7f2e93727210, pq=0x7f2e937270d0, found_rows=0x7f2e93727630) at /home/jan/mysql/10.0-win/sql/filesort.cc:740
#16 0x00000000008627b7 in filesort (thd=0x7f2e6d6e7070, table=0x7f2e64911470, sortorder=0x7f2e64977088, s_length=5, select=0x7f2e64823a90, max_rows=8, sort_positions=true, examined_rows=0x7f2e93727628, found_rows=0x7f2e93727630) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#17 0x000000000073f330 in mysql_update (thd=0x7f2e6d6e7070, table_list=0x7f2e64822328, fields=..., values=..., conds=0x7f2e64822d88, order_num=5, order=0x7f2e64823018, limit=8, handle_duplicates=DUP_ERROR, ignore=true, found_return=0x7f2e93727c90, updated_return=0x7f2e93727d20) at /home/jan/mysql/10.0-win/sql/sql_update.cc:558
#18 0x000000000067302d in mysql_execute_command (thd=0x7f2e6d6e7070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3331
#19 0x000000000067b8ee in mysql_parse (thd=0x7f2e6d6e7070, rawbuf=0x7f2e64822088 "UPDATE LOW_PRIORITY IGNORE `table100_int_autoinc` AS X SET `col_char_12_key` = 'p' WHERE X . `col_int_key` BETWEEN 4 AND 5 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 8", length=200, parser_state=0x7f2e937285c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#20 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6d6e7070, packet=0x7f2e6d6fd071 "UPDATE LOW_PRIORITY IGNORE `table100_int_autoinc` AS X SET `col_char_12_key` = 'p' WHERE X . `col_int_key` BETWEEN 4 AND 5 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 8", packet_length=200) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#21 0x000000000066d741 in do_command (thd=0x7f2e6d6e7070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#22 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6d6e7070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#23 0x0000000000792431 in handle_one_connection (arg=0x7f2e6d6e7070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#24 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db223f0) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#25 0x00007f2e92e33f6e in start_thread (arg=0x7f2e93729700) at pthread_create.c:311
#26 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 41 (Thread 0x7f2e6a3fe700 (LWP 3530)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2e8fbfe9c0, fast_mutex=0x7f2e8fbfe980) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2e8fbfe980, reset_sig_count=2520) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000cd8aa4 in srv_purge_coordinator_suspend (slot=0x7f2e8eba1880, rseg_history_len=745) at /home/jan/mysql/10.0-win/storage/xtradb/srv/srv0srv.cc:3258
#4 0x0000000000cd8f91 in srv_purge_coordinator_thread (arg=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/srv/srv0srv.cc:3378
#5 0x00007f2e92e33f6e in start_thread (arg=0x7f2e6a3fe700) at pthread_create.c:311
#6 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 40 (Thread 0x7f2e90c92700 (LWP 3598)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2e644203c0, fast_mutex=0x7f2e64420380) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2e64420380, reset_sig_count=453) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f2e6092d780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2e90c8f064, trx=0x7f2e6147f478, thr=0x7f2e6092d780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2e6082c388 "\377", '\217' <repeats 36 times>, "\245\245\245\377", mode=1, prebuilt=0x7f2e6092d078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f2e60932088, buf=0x7f2e6082c388 "\377", '\217' <repeats 36 times>, "\245\245\245\377", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f2e60932088, buf=0x7f2e6082c388 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f2e60932088, buf=0x7f2e6082c388 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de3c in handler::ha_rnd_next (this=0x7f2e60932088, buf=0x7f2e6082c388 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000863d4d in find_all_keys (param=0x7f2e90c8fdf0, select=0x7f2e61423810, fs_info=0x7f2e90c8fd80, buffpek_pointers=0x7f2e90c90010, tempfile=0x7f2e90c8fe70, pq=0x0, found_rows=0x7f2e90c902c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#11 0x00000000008627b7 in filesort (thd=0x7f2e6d78c070, table=0x7f2e60900470, sortorder=0x7f2e61423d50, s_length=5, select=0x7f2e61423810, max_rows=18446744073709551615, sort_positions=true, examined_rows=0x7f2e90c902a0, found_rows=0x7f2e90c902c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#12 0x00000000009c70f9 in mysql_delete (thd=0x7f2e6d78c070, table_list=0x7f2e614222d8, conds=0x7f2e61422b28, order_list=0x7f2e6d790698, limit=2, options=0, result=0x7f2e61423488) at /home/jan/mysql/10.0-win/sql/sql_delete.cc:484
#13 0x0000000000673cf7 in mysql_execute_command (thd=0x7f2e6d78c070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3608
#14 0x000000000067b8ee in mysql_parse (thd=0x7f2e6d78c070, rawbuf=0x7f2e61422088 "DELETE LOW_PRIORITY FROM `table0_int_autoinc` WHERE `col_char_12_key` BETWEEN 4 AND 7 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 2", length=165, parser_state=0x7f2e90c915c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#15 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6d78c070, packet=0x7f2e6d792071 "DELETE LOW_PRIORITY FROM `table0_int_autoinc` WHERE `col_char_12_key` BETWEEN 4 AND 7 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 2", packet_length=165) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#16 0x000000000066d741 in do_command (thd=0x7f2e6d78c070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#17 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6d78c070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#18 0x0000000000792431 in handle_one_connection (arg=0x7f2e6d78c070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#19 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db57c70) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#20 0x00007f2e92e33f6e in start_thread (arg=0x7f2e90c92700) at pthread_create.c:311
#21 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 39 (Thread 0x7f2e90cdb700 (LWP 3596)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2e64820c40, fast_mutex=0x7f2e64820c00) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2e64820c00, reset_sig_count=533) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f2e65c82780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2e90cd7e44, trx=0x7f2e61882478, thr=0x7f2e65c82780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2e65c516a0 "\377\006", mode=2, prebuilt=0x7f2e65c82078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f2e65cc3088, buf=0x7f2e65c516a0 "\377\006", key_ptr=0x7f2e619420b0 "", key_len=5, find_flag=HA_READ_KEY_OR_NEXT) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x000000000087681c in handler::index_read_map (this=0x7f2e65cc3088, buf=0x7f2e65c516a0 "\377\006", key=0x7f2e619420b0 "", keypart_map=1, find_flag=HA_READ_KEY_OR_NEXT) at /home/jan/mysql/10.0-win/sql/handler.h:2855
#8 0x000000000086e233 in handler::ha_index_read_map (this=0x7f2e65cc3088, buf=0x7f2e65c516a0 "\377\006", key=0x7f2e619420b0 "", keypart_map=1, find_flag=HA_READ_KEY_OR_NEXT) at /home/jan/mysql/10.0-win/sql/handler.cc:2549
#9 0x000000000087413f in handler::read_range_first (this=0x7f2e65cc3088, start_key=0x7f2e65d4cdc8, end_key=0x7f2e65d4c9c0, eq_range_arg=false, sorted=true) at /home/jan/mysql/10.0-win/sql/handler.cc:5329
#10 0x0000000000e26ecd in ha_partition::handle_ordered_index_scan (this=0x7f2e65d4c888, buf=0x7f2e65c516a0 "\377\006", reverse_order=false) at /home/jan/mysql/10.0-win/sql/ha_partition.cc:6117
#11 0x0000000000e25b2a in ha_partition::common_index_read (this=0x7f2e65d4c888, buf=0x7f2e65c516a0 "\377\006", have_start_key=true) at /home/jan/mysql/10.0-win/sql/ha_partition.cc:5461
#12 0x0000000000e26299 in ha_partition::read_range_first (this=0x7f2e65d4c888, start_key=0x7f2e65d4c970, end_key=0x7f2e65d4c990, eq_range_arg=false, sorted=true) at /home/jan/mysql/10.0-win/sql/ha_partition.cc:5744
#13 0x00000000007d4ec9 in handler::multi_range_read_next (this=0x7f2e65d4c888, range_info=0x7f2e90cd8ad8) at /home/jan/mysql/10.0-win/sql/multi_range_read.cc:296
#14 0x0000000000991da4 in QUICK_RANGE_SELECT::get_next (this=0x7f2e61898a80) at /home/jan/mysql/10.0-win/sql/opt_range.cc:11620
#15 0x0000000000863c74 in find_all_keys (param=0x7f2e90cd8df0, select=0x7f2e61823870, fs_info=0x7f2e90cd8d80, buffpek_pointers=0x7f2e90cd9010, tempfile=0x7f2e90cd8e70, pq=0x0, found_rows=0x7f2e90cd92c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:740
#16 0x00000000008627b7 in filesort (thd=0x7f2e6d781070, table=0x7f2e65d2a870, sortorder=0x7f2e61823df0, s_length=5, select=0x7f2e61823870, max_rows=18446744073709551615, sort_positions=true, examined_rows=0x7f2e90cd92a0, found_rows=0x7f2e90cd92c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#17 0x00000000009c70f9 in mysql_delete (thd=0x7f2e6d781070, table_list=0x7f2e61822340, conds=0x7f2e61822b88, order_list=0x7f2e6d785698, limit=3, options=0, result=0x7f2e618234e8) at /home/jan/mysql/10.0-win/sql/sql_delete.cc:484
#18 0x0000000000673cf7 in mysql_execute_command (thd=0x7f2e6d781070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3608
#19 0x000000000067b8ee in mysql_parse (thd=0x7f2e6d781070, rawbuf=0x7f2e61822088 "DELETE LOW_PRIORITY FROM `table10_key_pk_parts_2_int_autoinc` WHERE `col_int_key` BETWEEN 3 AND 6 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 3", length=177, parser_state=0x7f2e90cda5c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#20 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6d781070, packet=0x7f2e6d787071 "DELETE LOW_PRIORITY FROM `table10_key_pk_parts_2_int_autoinc` WHERE `col_int_key` BETWEEN 3 AND 6 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 3", packet_length=177) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#21 0x000000000066d741 in do_command (thd=0x7f2e6d781070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#22 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6d781070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#23 0x0000000000792431 in handle_one_connection (arg=0x7f2e6d781070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#24 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db57bd0) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#25 0x00007f2e92e33f6e in start_thread (arg=0x7f2e90cdb700) at pthread_create.c:311
#26 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 38 (Thread 0x7f2e6e3f5700 (LWP 3618)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2e64020740, fast_mutex=0x7f2e64020700) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2e64020700, reset_sig_count=538) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f2e634ff780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2e6e3f23d4, trx=0x7f2e69471e78, thr=0x7f2e634ff780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2e6342aaa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377", mode=1, prebuilt=0x7f2e634ff078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f2e63511088, buf=0x7f2e6342aaa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f2e63511088, buf=0x7f2e6342aaa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f2e63511088, buf=0x7f2e6342aaa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de82 in handler::ha_rnd_next (this=0x7f2e63511088, buf=0x7f2e6342aaa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000e24ac2 in ha_partition::rnd_next (this=0x7f2e63526888, buf=0x7f2e6342aaa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/sql/ha_partition.cc:4903
#11 0x000000000086de3c in handler::ha_rnd_next (this=0x7f2e63526888, buf=0x7f2e6342aaa0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#12 0x0000000000863d4d in find_all_keys (param=0x7f2e6e3f3240, select=0x7f2e6945ca10, fs_info=0x7f2e6e3f31d0, buffpek_pointers=0x7f2e6e3f3460, tempfile=0x7f2e6e3f32c0, pq=0x7f2e6e3f3180, found_rows=0x7f2e6e3f3698) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#13 0x00000000008627b7 in filesort (thd=0x7f2e6df36070, table=0x7f2e63549070, sortorder=0x7f2e6945cf58, s_length=5, select=0x7f2e6945ca10, max_rows=8, sort_positions=false, examined_rows=0x7f2e6e3f3690, found_rows=0x7f2e6e3f3698) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#14 0x00000000006da87b in create_sort_index (thd=0x7f2e6df36070, join=0x7f2e6945b088, order=0x7f2e694a47e8, filesort_limit=8, select_limit=8, is_order_by=true) at /home/jan/mysql/10.0-win/sql/sql_select.cc:20396
#15 0x00000000006aed0a in JOIN::exec_inner (this=0x7f2e6945b088) at /home/jan/mysql/10.0-win/sql/sql_select.cc:3035
#16 0x00000000006ac1c6 in JOIN::exec (this=0x7f2e6945b088) at /home/jan/mysql/10.0-win/sql/sql_select.cc:2355
#17 0x00000000006af7d1 in mysql_select (thd=0x7f2e6df36070, rref_pointer_array=0x7f2e6df3a6d8, tables=0x7f2e694a3cf0, wild_num=0, fields=..., conds=0x7f2e694a4558, og_num=5, order=0x7f2e694a47e8, group=0x0, having=0x0, proc_param=0x0, select_options=3489925888, result=0x7f2e694a4ef8, unit=0x7f2e6df39d78, select_lex=0x7f2e6df3a460) at /home/jan/mysql/10.0-win/sql/sql_select.cc:3292
#18 0x00000000006a5a7f in handle_select (thd=0x7f2e6df36070, lex=0x7f2e6df39cb0, result=0x7f2e694a4ef8, setup_tables_done_option=1073741824) at /home/jan/mysql/10.0-win/sql/sql_select.cc:372
#19 0x0000000000673a17 in mysql_execute_command (thd=0x7f2e6df36070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3555
#20 0x000000000067b8ee in mysql_parse (thd=0x7f2e6df36070, rawbuf=0x7f2e694a3088 "INSERT LOW_PRIORITY INTO `table100_int_autoinc` ( `col_char_12_key` ) SELECT `col_char_12_key` FROM `table0_key_pk_parts_2_int_autoinc` AS X WHERE X . `col_char_12_key` BETWEEN 2 AND 5 ORDER BY `col_c"..., length=262, parser_state=0x7f2e6e3f45c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#21 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6df36070, packet=0x7f2e6df3c071 "INSERT LOW_PRIORITY INTO `table100_int_autoinc` ( `col_char_12_key` ) SELECT `col_char_12_key` FROM `table0_key_pk_parts_2_int_autoinc` AS X WHERE X . `col_char_12_key` BETWEEN 2 AND 5 ORDER BY `col_c"..., packet_length=262) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#22 0x000000000066d741 in do_command (thd=0x7f2e6df36070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#23 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6df36070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#24 0x0000000000792431 in handle_one_connection (arg=0x7f2e6df36070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#25 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db58f30) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#26 0x00007f2e92e33f6e in start_thread (arg=0x7f2e6e3f5700) at pthread_create.c:311
#27 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 37 (Thread 0x7f2e90db6700 (LWP 3590)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2e63420740, fast_mutex=0x7f2e63420700) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2e63420700, reset_sig_count=558) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f2e6520eae0) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2e90db426c, trx=0x7f2e6247f478, thr=0x7f2e6520eae0, savept=0x7f2e90db4270) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000c8c2ad in row_insert_for_mysql (mysql_rec=0x7f2e65050a88 <incomplete sequence \373>, prebuilt=0x7f2e6520e078) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:1323
#6 0x0000000000b96efb in ha_innobase::write_row (this=0x7f2e65382088, record=0x7f2e65050a88 <incomplete sequence \373>) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:7396
#7 0x00000000008756ac in handler::ha_write_row (this=0x7f2e65382088, buf=0x7f2e65050a88 <incomplete sequence \373>) at /home/jan/mysql/10.0-win/sql/handler.cc:5914
#8 0x000000000065581d in write_record (thd=0x7f2e6d760070, table=0x7f2e650ef070, info=0x7f2e62423ed0) at /home/jan/mysql/10.0-win/sql/sql_insert.cc:1835
#9 0x000000000065a23e in select_insert::send_data (this=0x7f2e62423e98, values=...) at /home/jan/mysql/10.0-win/sql/sql_insert.cc:3592
#10 0x00000000006d5d97 in end_send (join=0x7f2e625ab088, join_tab=0x7f2e625ac750, end_of_records=false) at /home/jan/mysql/10.0-win/sql/sql_select.cc:18530
#11 0x00000000006d3c1f in evaluate_join_record (join=0x7f2e625ab088, join_tab=0x7f2e625ac428, error=0) at /home/jan/mysql/10.0-win/sql/sql_select.cc:17638
#12 0x00000000006d3541 in sub_select (join=0x7f2e625ab088, join_tab=0x7f2e625ac428, end_of_records=false) at /home/jan/mysql/10.0-win/sql/sql_select.cc:17416
#13 0x00000000006d2dc1 in do_select (join=0x7f2e625ab088, fields=0x7f2e6d764578, table=0x0, procedure=0x0) at /home/jan/mysql/10.0-win/sql/sql_select.cc:17078
#14 0x00000000006aef32 in JOIN::exec_inner (this=0x7f2e625ab088) at /home/jan/mysql/10.0-win/sql/sql_select.cc:3065
#15 0x00000000006ac1c6 in JOIN::exec (this=0x7f2e625ab088) at /home/jan/mysql/10.0-win/sql/sql_select.cc:2355
#16 0x00000000006af7d1 in mysql_select (thd=0x7f2e6d760070, rref_pointer_array=0x7f2e6d7646d8, tables=0x7f2e62422c90, wild_num=0, fields=..., conds=0x7f2e624234f8, og_num=5, order=0x7f2e62423788, group=0x0, having=0x0, proc_param=0x0, select_options=3489925888, result=0x7f2e62423e98, unit=0x7f2e6d763d78, select_lex=0x7f2e6d764460) at /home/jan/mysql/10.0-win/sql/sql_select.cc:3292
#17 0x00000000006a5a7f in handle_select (thd=0x7f2e6d760070, lex=0x7f2e6d763cb0, result=0x7f2e62423e98, setup_tables_done_option=1073741824) at /home/jan/mysql/10.0-win/sql/sql_select.cc:372
#18 0x0000000000673a17 in mysql_execute_command (thd=0x7f2e6d760070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3555
#19 0x000000000067b8ee in mysql_parse (thd=0x7f2e6d760070, rawbuf=0x7f2e62422088 "INSERT LOW_PRIORITY IGNORE INTO `table0_int_autoinc` ( `col_char_12` ) SELECT `col_char_12_key` FROM `table10_int_autoinc` AS X WHERE X . `col_char_12_key` BETWEEN 2 AND 7 ORDER BY `col_char_12`,`col_"..., length=249, parser_state=0x7f2e90db55c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#20 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6d760070, packet=0x7f2e6d766071 "INSERT LOW_PRIORITY IGNORE INTO `table0_int_autoinc` ( `col_char_12` ) SELECT `col_char_12_key` FROM `table10_int_autoinc` AS X WHERE X . `col_char_12_key` BETWEEN 2 AND 7 ORDER BY `col_char_12`,`col_"..., packet_length=249) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#21 0x000000000066d741 in do_command (thd=0x7f2e6d760070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#22 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6d760070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#23 0x0000000000792431 in handle_one_connection (arg=0x7f2e6d760070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#24 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db573b0) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#25 0x00007f2e92e33f6e in start_thread (arg=0x7f2e90db6700) at pthread_create.c:311
#26 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 36 (Thread 0x7f2e90eda700 (LWP 3582)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2e63c20340, fast_mutex=0x7f2e63c20300) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2e63c20300, reset_sig_count=503) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f2e650c7780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2e90ed7394, trx=0x7f2e6347f478, thr=0x7f2e650c7780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2e6504d3a0 "\377", ' ' <repeats 12 times>, "\267", mode=1, prebuilt=0x7f2e650c7078, match_mode=0, direction=1) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b994b2 in ha_innobase::general_fetch (this=0x7f2e650bf088, buf=0x7f2e6504d3a0 "\377", ' ' <repeats 12 times>, "\267", direction=1, match_mode=0) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8603
#7 0x0000000000b99a08 in ha_innobase::rnd_next (this=0x7f2e650bf088, buf=0x7f2e6504d3a0 "\377", ' ' <repeats 12 times>, "\267") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8820
#8 0x000000000086de82 in handler::ha_rnd_next (this=0x7f2e650bf088, buf=0x7f2e6504d3a0 "\377", ' ' <repeats 12 times>, "\267") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#9 0x0000000000e24ac2 in ha_partition::rnd_next (this=0x7f2e650d0888, buf=0x7f2e6504d3a0 "\377", ' ' <repeats 12 times>, "\267") at /home/jan/mysql/10.0-win/sql/ha_partition.cc:4903
#10 0x000000000086de3c in handler::ha_rnd_next (this=0x7f2e650d0888, buf=0x7f2e6504d3a0 "\377", ' ' <repeats 12 times>, "\267") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#11 0x0000000000863d4d in find_all_keys (param=0x7f2e90ed8190, select=0x0, fs_info=0x7f2e90ed8120, buffpek_pointers=0x7f2e90ed83b0, tempfile=0x7f2e90ed8210, pq=0x7f2e90ed80d0, found_rows=0x7f2e90ed8630) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#12 0x00000000008627b7 in filesort (thd=0x7f2e6d734070, table=0x7f2e650ed870, sortorder=0x7f2e634239d8, s_length=5, select=0x0, max_rows=7, sort_positions=true, examined_rows=0x7f2e90ed8628, found_rows=0x7f2e90ed8630) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#13 0x000000000073f330 in mysql_update (thd=0x7f2e6d734070, table_list=0x7f2e63422330, fields=..., values=..., conds=0x0, order_num=5, order=0x7f2e63422c48, limit=7, handle_duplicates=DUP_ERROR, ignore=true, found_return=0x7f2e90ed8c90, updated_return=0x7f2e90ed8d20) at /home/jan/mysql/10.0-win/sql/sql_update.cc:558
#14 0x000000000067302d in mysql_execute_command (thd=0x7f2e6d734070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3331
#15 0x000000000067b8ee in mysql_parse (thd=0x7f2e6d734070, rawbuf=0x7f2e63422088 "UPDATE LOW_PRIORITY IGNORE `table100_key_pk_parts_2_int_autoinc` AS X SET `col_char_12` = 186 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 7", length=172, parser_state=0x7f2e90ed95c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#16 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6d734070, packet=0x7f2e6d73a071 "UPDATE LOW_PRIORITY IGNORE `table100_key_pk_parts_2_int_autoinc` AS X SET `col_char_12` = 186 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 7", packet_length=172) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#17 0x000000000066d741 in do_command (thd=0x7f2e6d734070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#18 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6d734070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#19 0x0000000000792431 in handle_one_connection (arg=0x7f2e6d734070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#20 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db22b70) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#21 0x00007f2e92e33f6e in start_thread (arg=0x7f2e90eda700) at pthread_create.c:311
#22 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 35 (Thread 0x7f2e71bfc700 (LWP 3517)):
#0 0x00007f2e9349b58a in ?? () from /lib/x86_64-linux-gnu/libaio.so.1
#1 0x0000000000c1aaee in os_aio_linux_collect (array=0x7f2e8ebfa060, segment=1, seg_size=2048) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5047
#2 0x0000000000c1ae7f in os_aio_linux_handle (global_seg=3, message1=0x7f2e71bfbde8, message2=0x7f2e71bfbdf0, type=0x7f2e71bfbdf8, space_id=0x7f2e71bfbe00) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5192
#3 0x0000000000dc8fa2 in fil_aio_wait (segment=3) at /home/jan/mysql/10.0-win/storage/xtradb/fil/fil0fil.cc:5645
#4 0x0000000000cdb5a3 in io_handler_thread (arg=0x21f5f98 <n+24>) at /home/jan/mysql/10.0-win/storage/xtradb/srv/srv0start.cc:494
#5 0x00007f2e92e33f6e in start_thread (arg=0x7f2e71bfc700) at pthread_create.c:311
#6 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 34 (Thread 0x7f2e90d24700 (LWP 3594)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2e62420840, fast_mutex=0x7f2e62420800) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2e62420800, reset_sig_count=487) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f2e6447b780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2e90d21294, trx=0x7f2e61c7f478, thr=0x7f2e6447b780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2e64429ba0 "\377", '\217' <repeats 28 times>, "\377\377\377\177\217\217\217\217\245\245\245\377\033\001", mode=2, prebuilt=0x7f2e6447b078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f2e6453f088, buf=0x7f2e64429ba0 "\377", '\217' <repeats 28 times>, "\377\377\377\177\217\217\217\217\245\245\245\377\033\001", key_ptr=0x7f2e61cfc0b0 "", key_len=5, find_flag=HA_READ_KEY_OR_NEXT) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x000000000087681c in handler::index_read_map (this=0x7f2e6453f088, buf=0x7f2e64429ba0 "\377", '\217' <repeats 28 times>, "\377\377\377\177\217\217\217\217\245\245\245\377\033\001", key=0x7f2e61cfc0b0 "", keypart_map=1, find_flag=HA_READ_KEY_OR_NEXT) at /home/jan/mysql/10.0-win/sql/handler.h:2855
#8 0x000000000086e233 in handler::ha_index_read_map (this=0x7f2e6453f088, buf=0x7f2e64429ba0 "\377", '\217' <repeats 28 times>, "\377\377\377\177\217\217\217\217\245\245\245\377\033\001", key=0x7f2e61cfc0b0 "", keypart_map=1, find_flag=HA_READ_KEY_OR_NEXT) at /home/jan/mysql/10.0-win/sql/handler.cc:2549
#9 0x000000000087413f in handler::read_range_first (this=0x7f2e6453f088, start_key=0x7f2e645615c8, end_key=0x7f2e645611c0, eq_range_arg=false, sorted=true) at /home/jan/mysql/10.0-win/sql/handler.cc:5329
#10 0x0000000000e26ecd in ha_partition::handle_ordered_index_scan (this=0x7f2e64561088, buf=0x7f2e64429ba0 "\377", '\217' <repeats 28 times>, "\377\377\377\177\217\217\217\217\245\245\245\377\033\001", reverse_order=false) at /home/jan/mysql/10.0-win/sql/ha_partition.cc:6117
#11 0x0000000000e25b2a in ha_partition::common_index_read (this=0x7f2e64561088, buf=0x7f2e64429ba0 "\377", '\217' <repeats 28 times>, "\377\377\377\177\217\217\217\217\245\245\245\377\033\001", have_start_key=true) at /home/jan/mysql/10.0-win/sql/ha_partition.cc:5461
#12 0x0000000000e26299 in ha_partition::read_range_first (this=0x7f2e64561088, start_key=0x7f2e64561170, end_key=0x7f2e64561190, eq_range_arg=false, sorted=true) at /home/jan/mysql/10.0-win/sql/ha_partition.cc:5744
#13 0x00000000007d4ec9 in handler::multi_range_read_next (this=0x7f2e64561088, range_info=0x7f2e90d21f28) at /home/jan/mysql/10.0-win/sql/multi_range_read.cc:296
#14 0x0000000000991da4 in QUICK_RANGE_SELECT::get_next (this=0x7f2e61cf8e00) at /home/jan/mysql/10.0-win/sql/opt_range.cc:11620
#15 0x0000000000863c74 in find_all_keys (param=0x7f2e90d22240, select=0x7f2e61d6da10, fs_info=0x7f2e90d221d0, buffpek_pointers=0x7f2e90d22460, tempfile=0x7f2e90d222c0, pq=0x7f2e90d22180, found_rows=0x7f2e90d22698) at /home/jan/mysql/10.0-win/sql/filesort.cc:740
#16 0x00000000008627b7 in filesort (thd=0x7f2e6d776070, table=0x7f2e64520470, sortorder=0x7f2e61d76088, s_length=5, select=0x7f2e61d6da10, max_rows=5, sort_positions=false, examined_rows=0x7f2e90d22690, found_rows=0x7f2e90d22698) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#17 0x00000000006da87b in create_sort_index (thd=0x7f2e6d776070, join=0x7f2e61d6c088, order=0x7f2e61c237f0, filesort_limit=5, select_limit=5, is_order_by=true) at /home/jan/mysql/10.0-win/sql/sql_select.cc:20396
#18 0x00000000006aed0a in JOIN::exec_inner (this=0x7f2e61d6c088) at /home/jan/mysql/10.0-win/sql/sql_select.cc:3035
#19 0x00000000006ac1c6 in JOIN::exec (this=0x7f2e61d6c088) at /home/jan/mysql/10.0-win/sql/sql_select.cc:2355
#20 0x00000000006af7d1 in mysql_select (thd=0x7f2e6d776070, rref_pointer_array=0x7f2e6d77a6d8, tables=0x7f2e61c22cf8, wild_num=0, fields=..., conds=0x7f2e61c23560, og_num=5, order=0x7f2e61c237f0, group=0x0, having=0x0, proc_param=0x0, select_options=3490449920, result=0x7f2e61c23f00, unit=0x7f2e6d779d78, select_lex=0x7f2e6d77a460) at /home/jan/mysql/10.0-win/sql/sql_select.cc:3292
#21 0x00000000006a5a7f in handle_select (thd=0x7f2e6d776070, lex=0x7f2e6d779cb0, result=0x7f2e61c23f00, setup_tables_done_option=1073741824) at /home/jan/mysql/10.0-win/sql/sql_select.cc:372
#22 0x0000000000673a17 in mysql_execute_command (thd=0x7f2e6d776070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3555
#23 0x000000000067b8ee in mysql_parse (thd=0x7f2e6d776070, rawbuf=0x7f2e61c22088 "REPLACE LOW_PRIORITY INTO `table1_int_autoinc` ( `col_char_12_key` ) SELECT `col_char_12_key` FROM `table1_key_pk_parts_2_int_autoinc` AS X WHERE X . `col_int_key` BETWEEN 218 AND 2723610624 ORDER BY "..., length=268, parser_state=0x7f2e90d235c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#24 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6d776070, packet=0x7f2e6d77c071 "REPLACE LOW_PRIORITY INTO `table1_int_autoinc` ( `col_char_12_key` ) SELECT `col_char_12_key` FROM `table1_key_pk_parts_2_int_autoinc` AS X WHERE X . `col_int_key` BETWEEN 218 AND 2723610624 ORDER BY "..., packet_length=268) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#25 0x000000000066d741 in do_command (thd=0x7f2e6d776070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#26 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6d776070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#27 0x0000000000792431 in handle_one_connection (arg=0x7f2e6d776070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#28 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db57810) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#29 0x00007f2e92e33f6e in start_thread (arg=0x7f2e90d24700) at pthread_create.c:311
#30 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 33 (Thread 0x7f2e90fb5700 (LWP 3576)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2e644205c0, fast_mutex=0x7f2e64420580) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2e64420580, reset_sig_count=467) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f2e6538d780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2e90fb2324, trx=0x7f2e6407f478, thr=0x7f2e6538d780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2e650514a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377", mode=1, prebuilt=0x7f2e6538d078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f2e65141088, buf=0x7f2e650514a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f2e65141088, buf=0x7f2e650514a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f2e65141088, buf=0x7f2e650514a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de82 in handler::ha_rnd_next (this=0x7f2e65141088, buf=0x7f2e650514a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000e24ac2 in ha_partition::rnd_next (this=0x7f2e650d1088, buf=0x7f2e650514a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/sql/ha_partition.cc:4903
#11 0x000000000086de3c in handler::ha_rnd_next (this=0x7f2e650d1088, buf=0x7f2e650514a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#12 0x0000000000863d4d in find_all_keys (param=0x7f2e90fb3190, select=0x7f2e64023ae0, fs_info=0x7f2e90fb3120, buffpek_pointers=0x7f2e90fb33b0, tempfile=0x7f2e90fb3210, pq=0x7f2e90fb30d0, found_rows=0x7f2e90fb3630) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#13 0x00000000008627b7 in filesort (thd=0x7f2e6d70d070, table=0x7f2e650efc70, sortorder=0x7f2e64151088, s_length=5, select=0x7f2e64023ae0, max_rows=7, sort_positions=true, examined_rows=0x7f2e90fb3628, found_rows=0x7f2e90fb3630) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#14 0x000000000073f330 in mysql_update (thd=0x7f2e6d70d070, table_list=0x7f2e64022378, fields=..., values=..., conds=0x7f2e64022dd8, order_num=5, order=0x7f2e64023068, limit=7, handle_duplicates=DUP_ERROR, ignore=false, found_return=0x7f2e90fb3c90, updated_return=0x7f2e90fb3d20) at /home/jan/mysql/10.0-win/sql/sql_update.cc:558
#15 0x000000000067302d in mysql_execute_command (thd=0x7f2e6d70d070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3331
#16 0x000000000067b8ee in mysql_parse (thd=0x7f2e6d70d070, rawbuf=0x7f2e64022088 "UPDATE LOW_PRIORITY `table10_key_pk_parts_2_int_autoinc` AS X SET `col_int_key` = 8 WHERE X . `col_char_12_key` BETWEEN 38 AND 495517696 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_ke"..., length=215, parser_state=0x7f2e90fb45c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#17 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6d70d070, packet=0x7f2e6d719071 "UPDATE LOW_PRIORITY `table10_key_pk_parts_2_int_autoinc` AS X SET `col_int_key` = 8 WHERE X . `col_char_12_key` BETWEEN 38 AND 495517696 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_ke"..., packet_length=215) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#18 0x000000000066d741 in do_command (thd=0x7f2e6d70d070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#19 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6d70d070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#20 0x0000000000792431 in handle_one_connection (arg=0x7f2e6d70d070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#21 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db22710) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#22 0x00007f2e92e33f6e in start_thread (arg=0x7f2e90fb5700) at pthread_create.c:311
#23 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 32 (Thread 0x7f2e74902700 (LWP 3612)):
#0 0x00007f2e920532bf in ?? () from /lib/x86_64-linux-gnu/libgcc_s.so.1
#1 0x00007f2e9238f836 in _GI__dl_iterate_phdr (callback=0x7f2e920531d0, data=0x7f2e748fffb0) at dl-iteratephdr.c:76
#2 0x00007f2e92053b0f in _Unwind_Find_FDE () from /lib/x86_64-linux-gnu/libgcc_s.so.1
#3 0x00007f2e92050c7c in ?? () from /lib/x86_64-linux-gnu/libgcc_s.so.1
#4 0x00007f2e92051f09 in _Unwind_Backtrace () from /lib/x86_64-linux-gnu/libgcc_s.so.1
#5 0x00007f2e9236a246 in _GI__backtrace (array=<optimized out>, size=10) at ../sysdeps/x86_64/backtrace.c:109
#6 0x0000000000e66c51 in sf_malloc (size=8152, my_flags=69648) at /home/jan/mysql/10.0-win/mysys/safemalloc.c:138
#7 0x0000000000e55b2d in my_malloc (size=8152, my_flags=69648) at /home/jan/mysql/10.0-win/mysys/my_malloc.c:100
#8 0x0000000000e498e8 in alloc_root (mem_root=0x7f2e6de74098, length=832) at /home/jan/mysql/10.0-win/mysys/my_alloc.c:233
#9 0x000000000075e186 in sql_alloc (Size=832) at /home/jan/mysql/10.0-win/sql/thr_malloc.cc:73
#10 0x00000000005c7cec in Sql_alloc::operator new (size=832) at /home/jan/mysql/10.0-win/sql/sql_list.h:34
#11 0x00000000009c5b2d in Update_plan::save_explain_data (this=0x7f2e749006d0, query=0x7f2e7d454998) at /home/jan/mysql/10.0-win/sql/sql_delete.cc:76
#12 0x000000000073f1a9 in mysql_update (thd=0x7f2e6de6f070, table_list=0x7f2e7d4533a0, fields=..., values=..., conds=0x7f2e7d454050, order_num=5, order=0x7f2e7d4542c8, limit=7, handle_duplicates=DUP_ERROR, ignore=true, found_return=0x7f2e74900c90, updated_return=0x7f2e74900d20) at /home/jan/mysql/10.0-win/sql/sql_update.cc:519
#13 0x000000000067302d in mysql_execute_command (thd=0x7f2e6de6f070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3331
#14 0x000000000067b8ee in mysql_parse (thd=0x7f2e6de6f070, rawbuf=0x7f2e7d453088 "UPDATE LOW_PRIORITY IGNORE `table1_key_pk_parts_2_int_autoinc` AS X SET `col_char_12_key` = 3 WHERE X . `col_char_12_key` IN ( 8 , 'g' , 'k' , 151 , 240 ) ORDER BY `col_char_12`,`col_char_12_key`,`col"..., length=232, parser_state=0x7f2e749015c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#15 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6de6f070, packet=0x7f2e6de75071 "UPDATE LOW_PRIORITY IGNORE `table1_key_pk_parts_2_int_autoinc` AS X SET `col_char_12_key` = 3 WHERE X . `col_char_12_key` IN ( 8 , 'g' , 'k' , 151 , 240 ) ORDER BY `col_char_12`,`col_char_12_key`,`col"..., packet_length=232) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#16 0x000000000066d741 in do_command (thd=0x7f2e6de6f070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#17 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6de6f070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#18 0x0000000000792431 in handle_one_connection (arg=0x7f2e6de6f070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#19 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db58ad0) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#20 0x00007f2e92e33f6e in start_thread (arg=0x7f2e74902700) at pthread_create.c:311
#21 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 31 (Thread 0x7f2e7494b700 (LWP 3610)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2e63020340, fast_mutex=0x7f2e63020300) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2e63020300, reset_sig_count=553) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f2e630f8780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2e74948064, trx=0x7f2e6d687078, thr=0x7f2e630f8780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2e6d67ad88 "\377", '\217' <repeats 36 times>, "\245\245\245\377", ' ' <repeats 12 times>, mode=1, prebuilt=0x7f2e630f8078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f2e63039088, buf=0x7f2e6d67ad88 "\377", '\217' <repeats 36 times>, "\245\245\245\377", ' ' <repeats 12 times>, key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f2e63039088, buf=0x7f2e6d67ad88 "\377", '\217' <repeats 36 times>, "\245\245\245\377", ' ' <repeats 12 times>) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f2e63039088, buf=0x7f2e6d67ad88 "\377", '\217' <repeats 36 times>, "\245\245\245\377", ' ' <repeats 12 times>) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de3c in handler::ha_rnd_next (this=0x7f2e63039088, buf=0x7f2e6d67ad88 "\377", '\217' <repeats 36 times>, "\245\245\245\377", ' ' <repeats 12 times>) at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000863d4d in find_all_keys (param=0x7f2e74948df0, select=0x0, fs_info=0x7f2e74948d80, buffpek_pointers=0x7f2e74949010, tempfile=0x7f2e74948e70, pq=0x0, found_rows=0x7f2e749492c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#11 0x00000000008627b7 in filesort (thd=0x7f2e6d7d4070, table=0x7f2e63109c70, sortorder=0x7f2e6d7f8728, s_length=5, select=0x0, max_rows=18446744073709551615, sort_positions=true, examined_rows=0x7f2e749492a0, found_rows=0x7f2e749492c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#12 0x00000000009c70f9 in mysql_delete (thd=0x7f2e6d7d4070, table_list=0x7f2e6d7f72a0, conds=0x0, order_list=0x7f2e6d7d8698, limit=1, options=0, result=0x7f2e6d7f8088) at /home/jan/mysql/10.0-win/sql/sql_delete.cc:484
#13 0x0000000000673cf7 in mysql_execute_command (thd=0x7f2e6d7d4070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3608
#14 0x000000000067b8ee in mysql_parse (thd=0x7f2e6d7d4070, rawbuf=0x7f2e6d7f7088 "DELETE LOW_PRIORITY IGNORE FROM `table100_int_autoinc` ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 1", length=134, parser_state=0x7f2e7494a5c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#15 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6d7d4070, packet=0x7f2e6d7da071 "DELETE LOW_PRIORITY IGNORE FROM `table100_int_autoinc` ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 1", packet_length=134) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#16 0x000000000066d741 in do_command (thd=0x7f2e6d7d4070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#17 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6d7d4070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#18 0x0000000000792431 in handle_one_connection (arg=0x7f2e6d7d4070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#19 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db587b0) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#20 0x00007f2e92e33f6e in start_thread (arg=0x7f2e7494b700) at pthread_create.c:311
#21 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 30 (Thread 0x7f2e6e3ac700 (LWP 3620)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2e6501b240, fast_mutex=0x7f2e6501b200) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2e6501b200, reset_sig_count=602) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f2e61856ae0) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2e6e3a91e4, trx=0x7f2e690b2478, thr=0x7f2e61856ae0, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2e6182b9a0 "\377\217\217\217\217\217\217\217\217r", ' ' <repeats 11 times>, '\217' <repeats 16 times>, "\245\245\245\377", mode=1, prebuilt=0x7f2e61856078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f2e6189b088, buf=0x7f2e6182b9a0 "\377\217\217\217\217\217\217\217\217r", ' ' <repeats 11 times>, '\217' <repeats 16 times>, "\245\245\245\377", key_ptr=0x7f2e690ae0b0 "\001", key_len=13, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x000000000087681c in handler::index_read_map (this=0x7f2e6189b088, buf=0x7f2e6182b9a0 "\377\217\217\217\217\217\217\217\217r", ' ' <repeats 11 times>, '\217' <repeats 16 times>, "\245\245\245\377", key=0x7f2e690ae0b0 "\001", keypart_map=1, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/sql/handler.h:2855
#8 0x000000000086e233 in handler::ha_index_read_map (this=0x7f2e6189b088, buf=0x7f2e6182b9a0 "\377\217\217\217\217\217\217\217\217r", ' ' <repeats 11 times>, '\217' <repeats 16 times>, "\245\245\245\377", key=0x7f2e690ae0b0 "\001", keypart_map=1, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/sql/handler.cc:2549
#9 0x000000000087413f in handler::read_range_first (this=0x7f2e6189b088, start_key=0x7f2e694b3dc8, end_key=0x7f2e694b39c0, eq_range_arg=false, sorted=true) at /home/jan/mysql/10.0-win/sql/handler.cc:5329
#10 0x0000000000e26ecd in ha_partition::handle_ordered_index_scan (this=0x7f2e694b3888, buf=0x7f2e6182b9a0 "\377\217\217\217\217\217\217\217\217r", ' ' <repeats 11 times>, '\217' <repeats 16 times>, "\245\245\245\377", reverse_order=false) at /home/jan/mysql/10.0-win/sql/ha_partition.cc:6117
#11 0x0000000000e25b2a in ha_partition::common_index_read (this=0x7f2e694b3888, buf=0x7f2e6182b9a0 "\377\217\217\217\217\217\217\217\217r", ' ' <repeats 11 times>, '\217' <repeats 16 times>, "\245\245\245\377", have_start_key=true) at /home/jan/mysql/10.0-win/sql/ha_partition.cc:5461
#12 0x0000000000e26299 in ha_partition::read_range_first (this=0x7f2e694b3888, start_key=0x7f2e694b3970, end_key=0x7f2e694b3990, eq_range_arg=false, sorted=true) at /home/jan/mysql/10.0-win/sql/ha_partition.cc:5744
#13 0x00000000007d4ec9 in handler::multi_range_read_next (this=0x7f2e694b3888, range_info=0x7f2e6e3a9e78) at /home/jan/mysql/10.0-win/sql/multi_range_read.cc:296
#14 0x0000000000991da4 in QUICK_RANGE_SELECT::get_next (this=0x7f2e69124400) at /home/jan/mysql/10.0-win/sql/opt_range.cc:11620
#15 0x0000000000863c74 in find_all_keys (param=0x7f2e6e3aa190, select=0x7f2e69056a40, fs_info=0x7f2e6e3aa120, buffpek_pointers=0x7f2e6e3aa3b0, tempfile=0x7f2e6e3aa210, pq=0x7f2e6e3aa0d0, found_rows=0x7f2e6e3aa630) at /home/jan/mysql/10.0-win/sql/filesort.cc:740
#16 0x00000000008627b7 in filesort (thd=0x7f2e6df41070, table=0x7f2e61947c70, sortorder=0x7f2e69056fc0, s_length=5, select=0x7f2e69056a40, max_rows=7, sort_positions=true, examined_rows=0x7f2e6e3aa628, found_rows=0x7f2e6e3aa630) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#17 0x000000000073f330 in mysql_update (thd=0x7f2e6df41070, table_list=0x7f2e69055358, fields=..., values=..., conds=0x7f2e69055d20, order_num=5, order=0x7f2e69055fc8, limit=7, handle_duplicates=DUP_ERROR, ignore=false, found_return=0x7f2e6e3aac90, updated_return=0x7f2e6e3aad20) at /home/jan/mysql/10.0-win/sql/sql_update.cc:558
#18 0x000000000067302d in mysql_execute_command (thd=0x7f2e6df41070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3331
#19 0x000000000067b8ee in mysql_parse (thd=0x7f2e6df41070, rawbuf=0x7f2e69055088 "UPDATE LOW_PRIORITY `table2_key_pk_parts_2_int_autoinc` AS X SET `col_char_12` = 106 WHERE X . `col_char_12_key` < 'r' ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 7", length=197, parser_state=0x7f2e6e3ab5c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#20 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6df41070, packet=0x7f2e6df52071 "UPDATE LOW_PRIORITY `table2_key_pk_parts_2_int_autoinc` AS X SET `col_char_12` = 106 WHERE X . `col_char_12_key` < 'r' ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 7", packet_length=197) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#21 0x000000000066d741 in do_command (thd=0x7f2e6df41070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#22 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6df41070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#23 0x0000000000792431 in handle_one_connection (arg=0x7f2e6df41070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#24 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db9d3b0) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#25 0x00007f2e92e33f6e in start_thread (arg=0x7f2e6e3ac700) at pthread_create.c:311
#26 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 29 (Thread 0x7f2e67ffd700 (LWP 3533)):
#0 pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
#1 0x0000000000c1d000 in os_cond_wait_timed (cond=0x7f2e747fa140, fast_mutex=0x7f2e747fa100, abstime=0x7f2e67ffce20) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:177
#2 0x0000000000c1d7cf in os_event_wait_time_low (event=0x7f2e747fa100, time_in_usec=10000000, reset_sig_count=58) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:723
#3 0x0000000000db8159 in dict_stats_thread (arg=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/dict/dict0stats_bg.cc:349
#4 0x00007f2e92e33f6e in start_thread (arg=0x7f2e67ffd700) at pthread_create.c:311
#5 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 28 (Thread 0x7f2e93772700 (LWP 3570)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2e8ebfb7c0, fast_mutex=0x7f2e8ebfb780) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2e8ebfb780, reset_sig_count=1) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000ce0e58 in sync_array_wait_event (arr=0x7f2e8eb40540, index=0) at /home/jan/mysql/10.0-win/storage/xtradb/sync/sync0arr.cc:433
#4 0x0000000000ce5cfa in mutex_spin_wait (_mutex=0x7f2e7dfd0988, high_priority=false, file_name=0x11d12c0 "/home/jan/mysql/10.0-win/storage/xtradb/buf/buf0lru.cc", line=2806) at /home/jan/mysql/10.0-win/storage/xtradb/sync/sync0sync.cc:671
#5 0x0000000000d75407 in mutex_enter_func (mutex=0x7f2e7dfd0988, file_name=0x11d12c0 "/home/jan/mysql/10.0-win/storage/xtradb/buf/buf0lru.cc", line=2806, priority=IB_DEFAULT_PRIO) at /home/jan/mysql/10.0-win/storage/xtradb/include/sync0sync.ic:316
#6 0x0000000000d7556c in pfs_mutex_enter_func (mutex=0x7f2e7dfd0988, file_name=0x11d12c0 "/home/jan/mysql/10.0-win/storage/xtradb/buf/buf0lru.cc", line=2806, priority=IB_DEFAULT_PRIO) at /home/jan/mysql/10.0-win/storage/xtradb/include/sync0sync.ic:399
#7 0x0000000000d7c4c8 in buf_LRU_validate_instance (buf_pool=0x7f2e7dfd0878) at /home/jan/mysql/10.0-win/storage/xtradb/buf/buf0lru.cc:2806
#8 0x0000000000d7c684 in buf_LRU_validate () at /home/jan/mysql/10.0-win/storage/xtradb/buf/buf0lru.cc:2851
#9 0x0000000000d650bb in buf_pool_validate_instance (buf_pool=0x7f2e7dfd0878) at /home/jan/mysql/10.0-win/storage/xtradb/buf/buf0buf.cc:4704
#10 0x0000000000d6514d in buf_validate () at /home/jan/mysql/10.0-win/storage/xtradb/buf/buf0buf.cc:4725
#11 0x0000000000d613dc in buf_page_optimistic_get (rw_latch=1, block=0x7f2e74f932f0, modify_clock=1126, file=0x11a53c0 "/home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc", line=3230, mtr=0x7f2e9376f3e0) at /home/jan/mysql/10.0-win/storage/xtradb/buf/buf0buf.cc:3114
#12 0x0000000000d4b58e in btr_pcur_restore_position_func (latch_mode=1, cursor=0x7f2e65da40f0, file=0x11a53c0 "/home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc", line=3230, mtr=0x7f2e9376f3e0) at /home/jan/mysql/10.0-win/storage/xtradb/btr/btr0pcur.cc:277
#13 0x0000000000cb6c3d in sel_restore_position_for_mysql (same_user_rec=0x7f2e9376f008, latch_mode=1, pcur=0x7f2e65da40f0, moves_up=1, mtr=0x7f2e9376f3e0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:3230
#14 0x0000000000cb88ba in row_search_for_mysql (buf=0x7f2e65c52aa0 "\377", mode=1, prebuilt=0x7f2e65da4078, match_mode=0, direction=1) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:4114
#15 0x0000000000b994b2 in ha_innobase::general_fetch (this=0x7f2e65c6c088, buf=0x7f2e65c52aa0 "\377", direction=1, match_mode=0) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8603
#16 0x0000000000b99a08 in ha_innobase::rnd_next (this=0x7f2e65c6c088, buf=0x7f2e65c52aa0 "\377") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8820
#17 0x000000000086de82 in handler::ha_rnd_next (this=0x7f2e65c6c088, buf=0x7f2e65c52aa0 "\377") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#18 0x0000000000e24ac2 in ha_partition::rnd_next (this=0x7f2e65d4e088, buf=0x7f2e65c52aa0 "\377") at /home/jan/mysql/10.0-win/sql/ha_partition.cc:4903
#19 0x000000000086de3c in handler::ha_rnd_next (this=0x7f2e65d4e088, buf=0x7f2e65c52aa0 "\377") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#20 0x0000000000863d4d in find_all_keys (param=0x7f2e9376fdf0, select=0x7f2e6510f8a0, fs_info=0x7f2e9376fd80, buffpek_pointers=0x7f2e93770010, tempfile=0x7f2e9376fe70, pq=0x0, found_rows=0x7f2e937702c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#21 0x00000000008627b7 in filesort (thd=0x7f2e6d6dc070, table=0x7f2e65d2cc70, sortorder=0x7f2e6510fde0, s_length=5, select=0x7f2e6510f8a0, max_rows=18446744073709551615, sort_positions=true, examined_rows=0x7f2e937702a0, found_rows=0x7f2e937702c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#22 0x00000000009c70f9 in mysql_delete (thd=0x7f2e6d6dc070, table_list=0x7f2e6510e338, conds=0x7f2e6510eaf0, order_list=0x7f2e6d6e0698, limit=4, options=0, result=0x7f2e6510f468) at /home/jan/mysql/10.0-win/sql/sql_delete.cc:484
#23 0x0000000000673cf7 in mysql_execute_command (thd=0x7f2e6d6dc070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3608
#24 0x000000000067b8ee in mysql_parse (thd=0x7f2e6d6dc070, rawbuf=0x7f2e6510e088 "DELETE LOW_PRIORITY IGNORE FROM `table0_key_pk_parts_2_int_autoinc` WHERE `col_char_12_key` = 0 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 4", length=174, parser_state=0x7f2e937715c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#25 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6d6dc070, packet=0x7f2e6d6e2071 "DELETE LOW_PRIORITY IGNORE FROM `table0_key_pk_parts_2_int_autoinc` WHERE `col_char_12_key` = 0 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 4", packet_length=174) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#26 0x000000000066d741 in do_command (thd=0x7f2e6d6dc070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#27 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6d6dc070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#28 0x0000000000792431 in handle_one_connection (arg=0x7f2e6d6dc070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#29 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db22170) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#30 0x00007f2e92e33f6e in start_thread (arg=0x7f2e93772700) at pthread_create.c:311
#31 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 27 (Thread 0x7f2e917ff700 (LWP 3513)):
#0 pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
#1 0x0000000000e611eb in safe_cond_timedwait (cond=0x21e04c0 <COND_checkpoint>, mp=0x21e0400 <LOCK_checkpoint>, abstime=0x7f2e917fed60, file=0x1137f70 "/home/jan/mysql/10.0-win/include/mysql/psi/mysql_thread.h", line=1212) at /home/jan/mysql/10.0-win/mysys/thr_mutex.c:547
#2 0x0000000000a59ee3 in inline_mysql_cond_timedwait (that=0x21e04c0 <COND_checkpoint>, mutex=0x21e0400 <LOCK_checkpoint>, abstime=0x7f2e917fed60, src_file=0x1137fb0 "/home/jan/mysql/10.0-win/storage/maria/ma_servicethread.c", src_line=119) at /home/jan/mysql/10.0-win/include/mysql/psi/mysql_thread.h:1212
#3 0x0000000000a5a37a in my_service_thread_sleep (control=0x17ed630 <checkpoint_control>, sleep_time=30000000000) at /home/jan/mysql/10.0-win/storage/maria/ma_servicethread.c:118
#4 0x0000000000a4f065 in ma_checkpoint_background (arg=0x1e) at /home/jan/mysql/10.0-win/storage/maria/ma_checkpoint.c:709
#5 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e91bff530) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#6 0x00007f2e92e33f6e in start_thread (arg=0x7f2e917ff700) at pthread_create.c:311
#7 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 26 (Thread 0x7f2e90e48700 (LWP 3586)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2e6947c440, fast_mutex=0x7f2e6947c400) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2e6947c400, reset_sig_count=6) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000ce0e58 in sync_array_wait_event (arr=0x7f2e8eb40540, index=3) at /home/jan/mysql/10.0-win/storage/xtradb/sync/sync0arr.cc:433
#4 0x0000000000ce370d in rw_lock_s_lock_spin (_lock=0x7f2e69465998, pass=0, priority_lock=true, high_priority=false, file_name=0x11c5868 "/home/jan/mysql/10.0-win/storage/xtradb/btr/btr0cur.cc", line=956) at /home/jan/mysql/10.0-win/storage/xtradb/sync/sync0rw.cc:548
#5 0x0000000000d35e76 in rw_lock_s_lock_func (lock=0x7f2e69465998, pass=0, file_name=0x11c5868 "/home/jan/mysql/10.0-win/storage/xtradb/btr/btr0cur.cc", line=956) at /home/jan/mysql/10.0-win/storage/xtradb/include/sync0rw.ic:489
#6 0x0000000000d364cb in pfs_rw_lock_s_lock_func (lock=0x7f2e69465998, pass=0, file_name=0x11c5868 "/home/jan/mysql/10.0-win/storage/xtradb/btr/btr0cur.cc", line=956) at /home/jan/mysql/10.0-win/storage/xtradb/include/sync0rw.ic:1072
#7 0x0000000000d377f8 in mtr_s_lock_func (lock=0x7f2e69465998, file=0x11c5868 "/home/jan/mysql/10.0-win/storage/xtradb/btr/btr0cur.cc", line=956, mtr=0x7f2e90e45710) at /home/jan/mysql/10.0-win/storage/xtradb/include/mtr0mtr.ic:273
#8 0x0000000000d3e6a7 in btr_cur_open_at_index_side_func (from_left=true, index=0x7f2e694658f8, latch_mode=1, cursor=0x7f2e665ac0f0, level=0, file=0x11a4e48 "/home/jan/mysql/10.0-win/storage/xtradb/include/btr0pcur.ic", line=518, mtr=0x7f2e90e45710) at /home/jan/mysql/10.0-win/storage/xtradb/btr/btr0cur.cc:956
#9 0x0000000000cb0cda in btr_pcur_open_at_index_side (from_left=true, index=0x7f2e694658f8, latch_mode=1, pcur=0x7f2e665ac0f0, init_pcur=false, level=0, mtr=0x7f2e90e45710) at /home/jan/mysql/10.0-win/storage/xtradb/include/btr0pcur.ic:518
#10 0x0000000000cb8b4b in row_search_for_mysql (buf=0x7f2e6648c0a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377^\003", mode=1, prebuilt=0x7f2e665ac078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:4177
#11 0x0000000000b98999 in ha_innobase::index_read (this=0x7f2e664c3088, buf=0x7f2e6648c0a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377^\003", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#12 0x0000000000b99809 in ha_innobase::index_first (this=0x7f2e664c3088, buf=0x7f2e6648c0a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377^\003") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#13 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f2e664c3088, buf=0x7f2e6648c0a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377^\003") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#14 0x000000000086de82 in handler::ha_rnd_next (this=0x7f2e664c3088, buf=0x7f2e6648c0a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377^\003") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#15 0x0000000000e24ac2 in ha_partition::rnd_next (this=0x7f2e65d4b888, buf=0x7f2e6648c0a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377^\003") at /home/jan/mysql/10.0-win/sql/ha_partition.cc:4903
#16 0x000000000086de3c in handler::ha_rnd_next (this=0x7f2e65d4b888, buf=0x7f2e6648c0a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377^\003") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#17 0x0000000000863d4d in find_all_keys (param=0x7f2e90e46190, select=0x0, fs_info=0x7f2e90e46120, buffpek_pointers=0x7f2e90e463b0, tempfile=0x7f2e90e46210, pq=0x7f2e90e460d0, found_rows=0x7f2e90e46630) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#18 0x00000000008627b7 in filesort (thd=0x7f2e6d74a070, table=0x7f2e665b9470, sortorder=0x7f2e62c239c0, s_length=5, select=0x0, max_rows=8, sort_positions=true, examined_rows=0x7f2e90e46628, found_rows=0x7f2e90e46630) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#19 0x000000000073f330 in mysql_update (thd=0x7f2e6d74a070, table_list=0x7f2e62c22318, fields=..., values=..., conds=0x0, order_num=5, order=0x7f2e62c22c30, limit=8, handle_duplicates=DUP_ERROR, ignore=false, found_return=0x7f2e90e46c90, updated_return=0x7f2e90e46d20) at /home/jan/mysql/10.0-win/sql/sql_update.cc:558
#20 0x000000000067302d in mysql_execute_command (thd=0x7f2e6d74a070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3331
#21 0x000000000067b8ee in mysql_parse (thd=0x7f2e6d74a070, rawbuf=0x7f2e62c22088 "UPDATE LOW_PRIORITY `table1_key_pk_parts_2_int_autoinc` AS X SET `col_int_key` = 1 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 8", length=162, parser_state=0x7f2e90e475c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#22 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6d74a070, packet=0x7f2e6d750071 "UPDATE LOW_PRIORITY `table1_key_pk_parts_2_int_autoinc` AS X SET `col_int_key` = 1 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 8", packet_length=162) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#23 0x000000000066d741 in do_command (thd=0x7f2e6d74a070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#24 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6d74a070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#25 0x0000000000792431 in handle_one_connection (arg=0x7f2e6d74a070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#26 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db22fd0) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#27 0x00007f2e92e33f6e in start_thread (arg=0x7f2e90e48700) at pthread_create.c:311
#28 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 25 (Thread 0x7f2e6c3ff700 (LWP 3527)):
#0 pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
#1 0x0000000000c1d000 in os_cond_wait_timed (cond=0x7f2e8fbfea40, fast_mutex=0x7f2e8fbfea00, abstime=0x7f2e6c3feda0) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:177
#2 0x0000000000c1d7cf in os_event_wait_time_low (event=0x7f2e8fbfea00, time_in_usec=1000000, reset_sig_count=1) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:723
#3 0x0000000000cd68ea in srv_error_monitor_thread (arg=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/srv/srv0srv.cc:2176
#4 0x00007f2e92e33f6e in start_thread (arg=0x7f2e6c3ff700) at pthread_create.c:311
#5 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 24 (Thread 0x7f2e74994700 (LWP 3608)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2e64020440, fast_mutex=0x7f2e64020400) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2e64020400, reset_sig_count=546) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f2e6107b780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2e74990f84, trx=0x7f2e6007f478, thr=0x7f2e6107b780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2e6102bea0 "\377", '\217' <repeats 36 times>, "\245\245\245\377", mode=1, prebuilt=0x7f2e6107b078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f2e61078088, buf=0x7f2e6102bea0 "\377", '\217' <repeats 36 times>, "\245\245\245\377", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f2e61078088, buf=0x7f2e6102bea0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f2e61078088, buf=0x7f2e6102bea0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de82 in handler::ha_rnd_next (this=0x7f2e61078088, buf=0x7f2e6102bea0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000e24ac2 in ha_partition::rnd_next (this=0x7f2e6113c088, buf=0x7f2e6102bea0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/sql/ha_partition.cc:4903
#11 0x000000000086de3c in handler::ha_rnd_next (this=0x7f2e6113c088, buf=0x7f2e6102bea0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#12 0x0000000000863d4d in find_all_keys (param=0x7f2e74991df0, select=0x7f2e60023890, fs_info=0x7f2e74991d80, buffpek_pointers=0x7f2e74992010, tempfile=0x7f2e74991e70, pq=0x0, found_rows=0x7f2e749922c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#13 0x00000000008627b7 in filesort (thd=0x7f2e6d7c3070, table=0x7f2e6111dc70, sortorder=0x7f2e60023dd0, s_length=5, select=0x7f2e60023890, max_rows=18446744073709551615, sort_positions=true, examined_rows=0x7f2e749922a0, found_rows=0x7f2e749922c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#14 0x00000000009c70f9 in mysql_delete (thd=0x7f2e6d7c3070, table_list=0x7f2e60022358, conds=0x7f2e60022ba8, order_list=0x7f2e6d7c7698, limit=3, options=0, result=0x7f2e60023508) at /home/jan/mysql/10.0-win/sql/sql_delete.cc:484
#15 0x0000000000673cf7 in mysql_execute_command (thd=0x7f2e6d7c3070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3608
#16 0x000000000067b8ee in mysql_parse (thd=0x7f2e6d7c3070, rawbuf=0x7f2e60022088 "DELETE LOW_PRIORITY IGNORE FROM `table0_key_pk_parts_2_int_autoinc` WHERE `col_char_12_key` BETWEEN 1 AND 6 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 3", length=186, parser_state=0x7f2e749935c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#17 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6d7c3070, packet=0x7f2e6d7cf071 "DELETE LOW_PRIORITY IGNORE FROM `table0_key_pk_parts_2_int_autoinc` WHERE `col_char_12_key` BETWEEN 1 AND 6 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 3", packet_length=186) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#18 0x000000000066d741 in do_command (thd=0x7f2e6d7c3070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#19 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6d7c3070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#20 0x0000000000792431 in handle_one_connection (arg=0x7f2e6d7c3070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#21 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db58710) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#22 0x00007f2e92e33f6e in start_thread (arg=0x7f2e74994700) at pthread_create.c:311
#23 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 23 (Thread 0x7f2e677fc700 (LWP 3534)):
#0 pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
#1 0x0000000000c1d000 in os_cond_wait_timed (cond=0x7f2e8ebf8cc0, fast_mutex=0x7f2e8ebf8c80, abstime=0x7f2e677fbd70) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:177
#2 0x0000000000c1d7cf in os_event_wait_time_low (event=0x7f2e8ebf8c80, time_in_usec=5000000, reset_sig_count=1) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:723
#3 0x0000000000d1b592 in ib_wqueue_timedwait (wq=0x7f2e91854738, wait_in_usecs=5000000) at /home/jan/mysql/10.0-win/storage/xtradb/ut/ut0wqueue.cc:154
#4 0x0000000000df32a3 in fts_optimize_thread (arg=0x7f2e91854738) at /home/jan/mysql/10.0-win/storage/xtradb/fts/fts0opt.cc:2994
#5 0x00007f2e92e33f6e in start_thread (arg=0x7f2e677fc700) at pthread_create.c:311
#6 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 22 (Thread 0x7f2e90d6d700 (LWP 3592)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2e64420340, fast_mutex=0x7f2e64420300) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2e64420300, reset_sig_count=532) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f2e61cfe780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2e90d69f84, trx=0x7f2e6207f478, thr=0x7f2e61cfe780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2e6d67c6a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377", mode=1, prebuilt=0x7f2e61cfe078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f2e61cf4088, buf=0x7f2e6d67c6a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f2e61cf4088, buf=0x7f2e6d67c6a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f2e61cf4088, buf=0x7f2e6d67c6a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de82 in handler::ha_rnd_next (this=0x7f2e61cf4088, buf=0x7f2e6d67c6a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000e24ac2 in ha_partition::rnd_next (this=0x7f2e61d33888, buf=0x7f2e6d67c6a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/sql/ha_partition.cc:4903
#11 0x000000000086de3c in handler::ha_rnd_next (this=0x7f2e61d33888, buf=0x7f2e6d67c6a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#12 0x0000000000863d4d in find_all_keys (param=0x7f2e90d6adf0, select=0x7f2e62023880, fs_info=0x7f2e90d6ad80, buffpek_pointers=0x7f2e90d6b010, tempfile=0x7f2e90d6ae70, pq=0x0, found_rows=0x7f2e90d6b2c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#13 0x00000000008627b7 in filesort (thd=0x7f2e6d76b070, table=0x7f2e61d12c70, sortorder=0x7f2e62023dc0, s_length=5, select=0x7f2e62023880, max_rows=18446744073709551615, sort_positions=true, examined_rows=0x7f2e90d6b2a0, found_rows=0x7f2e90d6b2c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#14 0x00000000009c70f9 in mysql_delete (thd=0x7f2e6d76b070, table_list=0x7f2e62022348, conds=0x7f2e62022b98, order_list=0x7f2e6d76f698, limit=3, options=0, result=0x7f2e620234f8) at /home/jan/mysql/10.0-win/sql/sql_delete.cc:484
#15 0x0000000000673cf7 in mysql_execute_command (thd=0x7f2e6d76b070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3608
#16 0x000000000067b8ee in mysql_parse (thd=0x7f2e6d76b070, rawbuf=0x7f2e62022088 "DELETE LOW_PRIORITY FROM `table2_key_pk_parts_2_int_autoinc` WHERE `col_char_12_key` BETWEEN 3 AND 5 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 3", length=180, parser_state=0x7f2e90d6c5c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#17 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6d76b070, packet=0x7f2e6d771071 "DELETE LOW_PRIORITY FROM `table2_key_pk_parts_2_int_autoinc` WHERE `col_char_12_key` BETWEEN 3 AND 5 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 3", packet_length=180) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#18 0x000000000066d741 in do_command (thd=0x7f2e6d76b070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#19 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6d76b070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#20 0x0000000000792431 in handle_one_connection (arg=0x7f2e6d76b070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#21 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db57770) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#22 0x00007f2e92e33f6e in start_thread (arg=0x7f2e90d6d700) at pthread_create.c:311
#23 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 21 (Thread 0x7f2e703f9700 (LWP 3520)):
#0 0x00007f2e9349b58a in ?? () from /lib/x86_64-linux-gnu/libaio.so.1
#1 0x0000000000c1aaee in os_aio_linux_collect (array=0x7f2e8ebfa150, segment=0, seg_size=2048) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5047
#2 0x0000000000c1ae7f in os_aio_linux_handle (global_seg=6, message1=0x7f2e703f8de8, message2=0x7f2e703f8df0, type=0x7f2e703f8df8, space_id=0x7f2e703f8e00) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5192
#3 0x0000000000dc8fa2 in fil_aio_wait (segment=6) at /home/jan/mysql/10.0-win/storage/xtradb/fil/fil0fil.cc:5645
#4 0x0000000000cdb5a3 in io_handler_thread (arg=0x21f5fb0 <n+48>) at /home/jan/mysql/10.0-win/storage/xtradb/srv/srv0start.cc:494
#5 0x00007f2e92e33f6e in start_thread (arg=0x7f2e703f9700) at pthread_create.c:311
#6 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 20 (Thread 0x7f2e68fff700 (LWP 3531)):
#0 0x00007f2e9234ade3 in select () at ../sysdeps/unix/syscall-template.S:81
#1 0x0000000000c1e323 in os_thread_sleep (tm=1000000) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0thread.cc:284
#2 0x0000000000d74171 in page_cleaner_sleep_if_needed (next_loop_time=1395299156877) at /home/jan/mysql/10.0-win/storage/xtradb/buf/buf0flu.cc:2549
#3 0x0000000000d7444e in buf_flush_page_cleaner_thread (arg=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/buf/buf0flu.cc:2674
#4 0x00007f2e92e33f6e in start_thread (arg=0x7f2e68fff700) at pthread_create.c:311
#5 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 19 (Thread 0x7f2e93890780 (LWP 3511)):
#0 0x00007f2e92345f7d in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00000000005b6cf3 in handle_connections_sockets () at /home/jan/mysql/10.0-win/sql/mysqld.cc:6060
#2 0x00000000005b5d23 in mysqld_main (argc=16, argv=0x7f2e9181e6a0) at /home/jan/mysql/10.0-win/sql/mysqld.cc:5492
#3 0x00000000005ac34d in main (argc=16, argv=0x7fff7c8670e8) at /home/jan/mysql/10.0-win/sql/main.cc:25

Thread 18 (Thread 0x7f2e937bb700 (LWP 3540)):
#0 0x00007f2e92345f7d in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x0000000000eaaa4c in vio_io_wait (vio=0x7f2e6d6cf370, event=VIO_IO_EVENT_READ, timeout=28800000) at /home/jan/mysql/10.0-win/vio/viosocket.c:969
#2 0x0000000000ea9407 in vio_socket_io_wait (vio=0x7f2e6d6cf370, event=VIO_IO_EVENT_READ) at /home/jan/mysql/10.0-win/vio/viosocket.c:108
#3 0x0000000000ea95bb in vio_read (vio=0x7f2e6d6cf370, buf=0x7f2e6d6d7070 "\a", size=4) at /home/jan/mysql/10.0-win/vio/viosocket.c:181
#4 0x00000000005be930 in my_real_read (net=0x7f2e743e9328, complen=0x7f2e937bace0) at /home/jan/mysql/10.0-win/sql/net_serv.cc:870
#5 0x00000000005bef96 in my_net_read (net=0x7f2e743e9328) at /home/jan/mysql/10.0-win/sql/net_serv.cc:1072
#6 0x000000000066d4e2 in do_command (thd=0x7f2e743e9070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:937
#7 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e743e9070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#8 0x0000000000792431 in handle_one_connection (arg=0x7f2e743e9070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#9 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db21590) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#10 0x00007f2e92e33f6e in start_thread (arg=0x7f2e937bb700) at pthread_create.c:311
#11 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 17 (Thread 0x7f2e6fbf8700 (LWP 3521)):
#0 0x00007f2e9349b58a in ?? () from /lib/x86_64-linux-gnu/libaio.so.1
#1 0x0000000000c1aaee in os_aio_linux_collect (array=0x7f2e8ebfa150, segment=1, seg_size=2048) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5047
#2 0x0000000000c1ae7f in os_aio_linux_handle (global_seg=7, message1=0x7f2e6fbf7de8, message2=0x7f2e6fbf7df0, type=0x7f2e6fbf7df8, space_id=0x7f2e6fbf7e00) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5192
#3 0x0000000000dc8fa2 in fil_aio_wait (segment=7) at /home/jan/mysql/10.0-win/storage/xtradb/fil/fil0fil.cc:5645
#4 0x0000000000cdb5a3 in io_handler_thread (arg=0x21f5fb8 <n+56>) at /home/jan/mysql/10.0-win/storage/xtradb/srv/srv0start.cc:494
#5 0x00007f2e92e33f6e in start_thread (arg=0x7f2e6fbf8700) at pthread_create.c:311
#6 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 16 (Thread 0x7f2e74a6f700 (LWP 3602)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2e61c203c0, fast_mutex=0x7f2e61c20380) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2e61c20380, reset_sig_count=462) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f2e60162780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2e74a6c1e4, trx=0x7f2e60c83478, thr=0x7f2e60162780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2e6002a0a0 "\377", '\217' <repeats 20 times>, mode=1, prebuilt=0x7f2e60162078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f2e6015c088, buf=0x7f2e6002a0a0 "\377", '\217' <repeats 20 times>, key_ptr=0x7f2e60cf00b0 "\001", key_len=5, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x000000000087681c in handler::index_read_map (this=0x7f2e6015c088, buf=0x7f2e6002a0a0 "\377", '\217' <repeats 20 times>, key=0x7f2e60cf00b0 "\001", keypart_map=1, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/sql/handler.h:2855
#8 0x000000000086e233 in handler::ha_index_read_map (this=0x7f2e6015c088, buf=0x7f2e6002a0a0 "\377", '\217' <repeats 20 times>, key=0x7f2e60cf00b0 "\001", keypart_map=1, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/sql/handler.cc:2549
#9 0x000000000087413f in handler::read_range_first (this=0x7f2e6015c088, start_key=0x7f2e60134dc8, end_key=0x7f2e601349c0, eq_range_arg=false, sorted=true) at /home/jan/mysql/10.0-win/sql/handler.cc:5329
#10 0x0000000000e26ecd in ha_partition::handle_ordered_index_scan (this=0x7f2e60134888, buf=0x7f2e6002a0a0 "\377", '\217' <repeats 20 times>, reverse_order=false) at /home/jan/mysql/10.0-win/sql/ha_partition.cc:6117
#11 0x0000000000e25b2a in ha_partition::common_index_read (this=0x7f2e60134888, buf=0x7f2e6002a0a0 "\377", '\217' <repeats 20 times>, have_start_key=true) at /home/jan/mysql/10.0-win/sql/ha_partition.cc:5461
#12 0x0000000000e26299 in ha_partition::read_range_first (this=0x7f2e60134888, start_key=0x7f2e60134970, end_key=0x7f2e60134990, eq_range_arg=false, sorted=true) at /home/jan/mysql/10.0-win/sql/ha_partition.cc:5744
#13 0x00000000007d4ec9 in handler::multi_range_read_next (this=0x7f2e60134888, range_info=0x7f2e74a6ce78) at /home/jan/mysql/10.0-win/sql/multi_range_read.cc:296
#14 0x0000000000991da4 in QUICK_RANGE_SELECT::get_next (this=0x7f2e60c94540) at /home/jan/mysql/10.0-win/sql/opt_range.cc:11620
#15 0x0000000000863c74 in find_all_keys (param=0x7f2e74a6d190, select=0x7f2e60c23b08, fs_info=0x7f2e74a6d120, buffpek_pointers=0x7f2e74a6d3b0, tempfile=0x7f2e74a6d210, pq=0x7f2e74a6d0d0, found_rows=0x7f2e74a6d630) at /home/jan/mysql/10.0-win/sql/filesort.cc:740
#16 0x00000000008627b7 in filesort (thd=0x7f2e6d7a2070, table=0x7f2e60114470, sortorder=0x7f2e60c7b098, s_length=5, select=0x7f2e60c23b08, max_rows=7, sort_positions=true, examined_rows=0x7f2e74a6d628, found_rows=0x7f2e74a6d630) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#17 0x000000000073f330 in mysql_update (thd=0x7f2e6d7a2070, table_list=0x7f2e60c22368, fields=..., values=..., conds=0x7f2e60c22d38, order_num=5, order=0x7f2e60c22fe0, limit=7, handle_duplicates=DUP_ERROR, ignore=false, found_return=0x7f2e74a6dc90, updated_return=0x7f2e74a6dd20) at /home/jan/mysql/10.0-win/sql/sql_update.cc:558
#18 0x000000000067302d in mysql_execute_command (thd=0x7f2e6d7a2070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3331
#19 0x000000000067b8ee in mysql_parse (thd=0x7f2e6d7a2070, rawbuf=0x7f2e60c22088 "UPDATE LOW_PRIORITY `table2_key_pk_parts_2_int_autoinc` AS X SET `col_char_12_key` = 940769280 WHERE X . `col_int_key` < 'r' ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMI"..., length=203, parser_state=0x7f2e74a6e5c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#20 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6d7a2070, packet=0x7f2e6d7a8071 "UPDATE LOW_PRIORITY `table2_key_pk_parts_2_int_autoinc` AS X SET `col_char_12_key` = 940769280 WHERE X . `col_int_key` < 'r' ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMI"..., packet_length=203) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#21 0x000000000066d741 in do_command (thd=0x7f2e6d7a2070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#22 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6d7a2070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#23 0x0000000000792431 in handle_one_connection (arg=0x7f2e6d7a2070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#24 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db58030) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#25 0x00007f2e92e33f6e in start_thread (arg=0x7f2e74a6f700) at pthread_create.c:311
#26 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 15 (Thread 0x7f2e6bbfe700 (LWP 3528)):
#0 pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
#1 0x0000000000c1d000 in os_cond_wait_timed (cond=0x7f2e8fbfeac0, fast_mutex=0x7f2e8fbfea80, abstime=0x7f2e6bbfddd0) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:177
#2 0x0000000000c1d7cf in os_event_wait_time_low (event=0x7f2e8fbfea80, time_in_usec=5000000, reset_sig_count=1) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:723
#3 0x0000000000cd6141 in srv_monitor_thread (arg=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/srv/srv0srv.cc:1914
#4 0x00007f2e92e33f6e in start_thread (arg=0x7f2e6bbfe700) at pthread_create.c:311
#5 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 14 (Thread 0x7f2e90e91700 (LWP 3584)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2e6947c440, fast_mutex=0x7f2e6947c400) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2e6947c400, reset_sig_count=6) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000ce0e58 in sync_array_wait_event (arr=0x7f2e8eb40540, index=2) at /home/jan/mysql/10.0-win/storage/xtradb/sync/sync0arr.cc:433
#4 0x0000000000ce370d in rw_lock_s_lock_spin (_lock=0x7f2e69465998, pass=0, priority_lock=true, high_priority=false, file_name=0x11c5868 "/home/jan/mysql/10.0-win/storage/xtradb/btr/btr0cur.cc", line=595) at /home/jan/mysql/10.0-win/storage/xtradb/sync/sync0rw.cc:548
#5 0x0000000000d35e76 in rw_lock_s_lock_func (lock=0x7f2e69465998, pass=0, file_name=0x11c5868 "/home/jan/mysql/10.0-win/storage/xtradb/btr/btr0cur.cc", line=595) at /home/jan/mysql/10.0-win/storage/xtradb/include/sync0rw.ic:489
#6 0x0000000000d364cb in pfs_rw_lock_s_lock_func (lock=0x7f2e69465998, pass=0, file_name=0x11c5868 "/home/jan/mysql/10.0-win/storage/xtradb/btr/btr0cur.cc", line=595) at /home/jan/mysql/10.0-win/storage/xtradb/include/sync0rw.ic:1072
#7 0x0000000000d377f8 in mtr_s_lock_func (lock=0x7f2e69465998, file=0x11c5868 "/home/jan/mysql/10.0-win/storage/xtradb/btr/btr0cur.cc", line=595, mtr=0x7f2e90e8e520) at /home/jan/mysql/10.0-win/storage/xtradb/include/mtr0mtr.ic:273
#8 0x0000000000d3d939 in btr_cur_search_to_nth_level (index=0x7f2e694658f8, level=0, tuple=0x7f2e65cbe3d0, mode=2, latch_mode=1, cursor=0x7f2e65cbe0f0, has_search_latch=0, file=0x11a53c0 "/home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc", line=4141, mtr=0x7f2e90e8e520) at /home/jan/mysql/10.0-win/storage/xtradb/btr/btr0cur.cc:595
#9 0x0000000000cb0c07 in btr_pcur_open_with_no_init_func (index=0x7f2e694658f8, tuple=0x7f2e65cbe3d0, mode=2, latch_mode=1, cursor=0x7f2e65cbe0f0, has_search_latch=0, file=0x11a53c0 "/home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc", line=4141, mtr=0x7f2e90e8e520) at /home/jan/mysql/10.0-win/storage/xtradb/include/btr0pcur.ic:485
#10 0x0000000000cb8980 in row_search_for_mysql (buf=0x7f2e6de0aca0 "\377i", mode=2, prebuilt=0x7f2e65cbe078, match_mode=1, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:4141
#11 0x0000000000b98999 in ha_innobase::index_read (this=0x7f2e65c61088, buf=0x7f2e6de0aca0 "\377i", key_ptr=0x7f2e63106f50 "i", key_len=4, find_flag=HA_READ_KEY_EXACT) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#12 0x000000000087681c in handler::index_read_map (this=0x7f2e65c61088, buf=0x7f2e6de0aca0 "\377i", key=0x7f2e63106f50 "i", keypart_map=1, find_flag=HA_READ_KEY_EXACT) at /home/jan/mysql/10.0-win/sql/handler.h:2855
#13 0x00000000008745f1 in handler::index_read_idx_map (this=0x7f2e65c61088, buf=0x7f2e6de0aca0 "\377i", index=0, key=0x7f2e63106f50 "i", keypart_map=1, find_flag=HA_READ_KEY_EXACT) at /home/jan/mysql/10.0-win/sql/handler.cc:5487
#14 0x000000000086e414 in handler::ha_index_read_idx_map (this=0x7f2e65c61088, buf=0x7f2e6de0aca0 "\377i", index=0, key=0x7f2e63106f50 "i", keypart_map=1, find_flag=HA_READ_KEY_EXACT) at /home/jan/mysql/10.0-win/sql/handler.cc:2573
#15 0x0000000000e25e85 in ha_partition::index_read_idx_map (this=0x7f2e65d4a888, buf=0x7f2e6de0aca0 "\377i", index=0, key=0x7f2e63106f50 "i", keypart_map=1, find_flag=HA_READ_KEY_EXACT) at /home/jan/mysql/10.0-win/sql/ha_partition.cc:5590
#16 0x000000000086e3c5 in handler::ha_index_read_idx_map (this=0x7f2e65d4a888, buf=0x7f2e6de0aca0 "\377i", index=0, key=0x7f2e63106f50 "i", keypart_map=1, find_flag=HA_READ_KEY_EXACT) at /home/jan/mysql/10.0-win/sql/handler.cc:2573
#17 0x00000000006d489c in join_read_const (tab=0x7f2e63106930) at /home/jan/mysql/10.0-win/sql/sql_select.cc:17991
#18 0x00000000006d43cb in join_read_const_table (tab=0x7f2e63106930, pos=0x7f2e63098090) at /home/jan/mysql/10.0-win/sql/sql_select.cc:17866
#19 0x00000000006b12ec in make_join_statistics (join=0x7f2e63105ad8, tables_list=..., conds=0x7f2e63106700, keyuse_array=0x7f2e63105de0) at /home/jan/mysql/10.0-win/sql/sql_select.cc:3774
#20 0x00000000006a8829 in JOIN::optimize_inner (this=0x7f2e63105ad8) at /home/jan/mysql/10.0-win/sql/sql_select.cc:1327
#21 0x00000000006a7780 in JOIN::optimize (this=0x7f2e63105ad8) at /home/jan/mysql/10.0-win/sql/sql_select.cc:1013
#22 0x000000000066601a in st_select_lex::optimize_unflattened_subqueries (this=0x7f2e6d743460, const_only=false) at /home/jan/mysql/10.0-win/sql/sql_lex.cc:3488
#23 0x00000000009c66e4 in mysql_delete (thd=0x7f2e6d73f070, table_list=0x7f2e63022378, conds=0x7f2e631060c0, order_list=0x7f2e6d743698, limit=1, options=0, result=0x7f2e63105a28) at /home/jan/mysql/10.0-win/sql/sql_delete.cc:290
#24 0x0000000000673cf7 in mysql_execute_command (thd=0x7f2e6d73f070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3608
#25 0x000000000067b8ee in mysql_parse (thd=0x7f2e6d73f070, rawbuf=0x7f2e63022088 "DELETE LOW_PRIORITY IGNORE FROM `table1_int_autoinc` WHERE `col_char_12_key` IN ( SELECT `col_char_12_key` FROM `table1_key_pk_parts_2_int_autoinc` WHERE `pk` = 105 ) ORDER BY `col_char_12`,`col_char"..., length=245, parser_state=0x7f2e90e905c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#26 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6d73f070, packet=0x7f2e6d745071 "DELETE LOW_PRIORITY IGNORE FROM `table1_int_autoinc` WHERE `col_char_12_key` IN ( SELECT `col_char_12_key` FROM `table1_key_pk_parts_2_int_autoinc` WHERE `pk` = 105 ) ORDER BY `col_char_12`,`col_char"..., packet_length=245) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#27 0x000000000066d741 in do_command (thd=0x7f2e6d73f070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#28 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6d73f070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#29 0x0000000000792431 in handle_one_connection (arg=0x7f2e6d73f070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#30 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db22f30) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#31 0x00007f2e92e33f6e in start_thread (arg=0x7f2e90e91700) at pthread_create.c:311
#32 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 13 (Thread 0x7f2e72bfe700 (LWP 3515)):
#0 0x00007f2e9349b58a in ?? () from /lib/x86_64-linux-gnu/libaio.so.1
#1 0x0000000000c1aaee in os_aio_linux_collect (array=0x7f2e8ebfa0b0, segment=0, seg_size=2048) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5047
#2 0x0000000000c1ae7f in os_aio_linux_handle (global_seg=1, message1=0x7f2e72bfdde8, message2=0x7f2e72bfddf0, type=0x7f2e72bfddf8, space_id=0x7f2e72bfde00) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5192
#3 0x0000000000dc8fa2 in fil_aio_wait (segment=1) at /home/jan/mysql/10.0-win/storage/xtradb/fil/fil0fil.cc:5645
#4 0x0000000000cdb5a3 in io_handler_thread (arg=0x21f5f88 <n+8>) at /home/jan/mysql/10.0-win/storage/xtradb/srv/srv0start.cc:494
#5 0x00007f2e92e33f6e in start_thread (arg=0x7f2e72bfe700) at pthread_create.c:311
#6 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 12 (Thread 0x7f2e6ebf6700 (LWP 3523)):
#0 0x00007f2e9349b58a in ?? () from /lib/x86_64-linux-gnu/libaio.so.1
#1 0x0000000000c1aaee in os_aio_linux_collect (array=0x7f2e8ebfa150, segment=3, seg_size=2048) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5047
#2 0x0000000000c1ae7f in os_aio_linux_handle (global_seg=9, message1=0x7f2e6ebf5de8, message2=0x7f2e6ebf5df0, type=0x7f2e6ebf5df8, space_id=0x7f2e6ebf5e00) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5192
#3 0x0000000000dc8fa2 in fil_aio_wait (segment=9) at /home/jan/mysql/10.0-win/storage/xtradb/fil/fil0fil.cc:5645
#4 0x0000000000cdb5a3 in io_handler_thread (arg=0x21f5fc8 <n+72>) at /home/jan/mysql/10.0-win/storage/xtradb/srv/srv0start.cc:494
#5 0x00007f2e92e33f6e in start_thread (arg=0x7f2e6ebf6700) at pthread_create.c:311
#6 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 11 (Thread 0x7f2e70bfa700 (LWP 3519)):
#0 0x00007f2e9349b58a in ?? () from /lib/x86_64-linux-gnu/libaio.so.1
#1 0x0000000000c1aaee in os_aio_linux_collect (array=0x7f2e8ebfa060, segment=3, seg_size=2048) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5047
#2 0x0000000000c1ae7f in os_aio_linux_handle (global_seg=5, message1=0x7f2e70bf9de8, message2=0x7f2e70bf9df0, type=0x7f2e70bf9df8, space_id=0x7f2e70bf9e00) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5192
#3 0x0000000000dc8fa2 in fil_aio_wait (segment=5) at /home/jan/mysql/10.0-win/storage/xtradb/fil/fil0fil.cc:5645
#4 0x0000000000cdb5a3 in io_handler_thread (arg=0x21f5fa8 <n+40>) at /home/jan/mysql/10.0-win/storage/xtradb/srv/srv0start.cc:494
#5 0x00007f2e92e33f6e in start_thread (arg=0x7f2e70bfa700) at pthread_create.c:311
#6 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 10 (Thread 0x7f2e90dff700 (LWP 3588)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2e630204c0, fast_mutex=0x7f2e63020480) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2e63020480, reset_sig_count=409) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f2e61cf0ec8) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2e90dfd51c, trx=0x7f2e6287f478, thr=0x7f2e61cf0ec8, savept=0x7f2e90dfd520) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000c8c2ad in row_insert_for_mysql (mysql_rec=0x7f2e61c2b488 <incomplete sequence \355>, prebuilt=0x7f2e61cf0078) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:1323
#6 0x0000000000b96efb in ha_innobase::write_row (this=0x7f2e61d06088, record=0x7f2e61c2b488 <incomplete sequence \355>) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:7396
#7 0x00000000008756ac in handler::ha_write_row (this=0x7f2e61d06088, buf=0x7f2e61c2b488 <incomplete sequence \355>) at /home/jan/mysql/10.0-win/sql/handler.cc:5914
#8 0x000000000065581d in write_record (thd=0x7f2e6d755070, table=0x7f2e61d15c70, info=0x7f2e90dfd8c0) at /home/jan/mysql/10.0-win/sql/sql_insert.cc:1835
#9 0x0000000000653437 in mysql_insert (thd=0x7f2e6d755070, table_list=0x7f2e62822278, fields=..., values_list=..., update_fields=..., update_values=..., duplic=DUP_ERROR, ignore=false) at /home/jan/mysql/10.0-win/sql/sql_insert.cc:960
#10 0x0000000000673544 in mysql_execute_command (thd=0x7f2e6d755070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3468
#11 0x000000000067b8ee in mysql_parse (thd=0x7f2e6d755070, rawbuf=0x7f2e62822088 "INSERT LOW_PRIORITY INTO `table0_int_autoinc` ( `col_int` , `col_int_key` ) VALUES ( 'f' , 'g' ) , ( 2118516736 , 1 )", length=117, parser_state=0x7f2e90dfe5c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#12 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6d755070, packet=0x7f2e6d75b071 "INSERT LOW_PRIORITY INTO `table0_int_autoinc` ( `col_int` , `col_int_key` ) VALUES ( 'f' , 'g' ) , ( 2118516736 , 1 )", packet_length=117) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#13 0x000000000066d741 in do_command (thd=0x7f2e6d755070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#14 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6d755070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#15 0x0000000000792431 in handle_one_connection (arg=0x7f2e6d755070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#16 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db57310) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#17 0x00007f2e92e33f6e in start_thread (arg=0x7f2e90dff700) at pthread_create.c:311
#18 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 9 (Thread 0x7f2e6f3f7700 (LWP 3522)):
#0 0x00007f2e9349b58a in ?? () from /lib/x86_64-linux-gnu/libaio.so.1
#1 0x0000000000c1aaee in os_aio_linux_collect (array=0x7f2e8ebfa150, segment=2, seg_size=2048) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5047
#2 0x0000000000c1ae7f in os_aio_linux_handle (global_seg=8, message1=0x7f2e6f3f6de8, message2=0x7f2e6f3f6df0, type=0x7f2e6f3f6df8, space_id=0x7f2e6f3f6e00) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5192
#3 0x0000000000dc8fa2 in fil_aio_wait (segment=8) at /home/jan/mysql/10.0-win/storage/xtradb/fil/fil0fil.cc:5645
#4 0x0000000000cdb5a3 in io_handler_thread (arg=0x21f5fc0 <n+64>) at /home/jan/mysql/10.0-win/storage/xtradb/srv/srv0start.cc:494
#5 0x00007f2e92e33f6e in start_thread (arg=0x7f2e6f3f7700) at pthread_create.c:311
#6 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 8 (Thread 0x7f2e723fd700 (LWP 3516)):
#0 0x00007f2e9349b58a in ?? () from /lib/x86_64-linux-gnu/libaio.so.1
#1 0x0000000000c1aaee in os_aio_linux_collect (array=0x7f2e8ebfa060, segment=0, seg_size=2048) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5047
#2 0x0000000000c1ae7f in os_aio_linux_handle (global_seg=2, message1=0x7f2e723fcde8, message2=0x7f2e723fcdf0, type=0x7f2e723fcdf8, space_id=0x7f2e723fce00) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5192
#3 0x0000000000dc8fa2 in fil_aio_wait (segment=2) at /home/jan/mysql/10.0-win/storage/xtradb/fil/fil0fil.cc:5645
#4 0x0000000000cdb5a3 in io_handler_thread (arg=0x21f5f90 <n+16>) at /home/jan/mysql/10.0-win/storage/xtradb/srv/srv0start.cc:494
#5 0x00007f2e92e33f6e in start_thread (arg=0x7f2e723fd700) at pthread_create.c:311
#6 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 7 (Thread 0x7f2e713fb700 (LWP 3518)):
#0 0x00007f2e9349b58a in ?? () from /lib/x86_64-linux-gnu/libaio.so.1
#1 0x0000000000c1aaee in os_aio_linux_collect (array=0x7f2e8ebfa060, segment=2, seg_size=2048) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5047
#2 0x0000000000c1ae7f in os_aio_linux_handle (global_seg=4, message1=0x7f2e713fade8, message2=0x7f2e713fadf0, type=0x7f2e713fadf8, space_id=0x7f2e713fae00) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5192
#3 0x0000000000dc8fa2 in fil_aio_wait (segment=4) at /home/jan/mysql/10.0-win/storage/xtradb/fil/fil0fil.cc:5645
#4 0x0000000000cdb5a3 in io_handler_thread (arg=0x21f5fa0 <n+32>) at /home/jan/mysql/10.0-win/storage/xtradb/srv/srv0start.cc:494
#5 0x00007f2e92e33f6e in start_thread (arg=0x7f2e713fb700) at pthread_create.c:311
#6 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 6 (Thread 0x7f2e6e288700 (LWP 3628)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2e64420540, fast_mutex=0x7f2e64420500) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2e64420500, reset_sig_count=545) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f2e6515d780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2e6e285404, trx=0x7f2e65ca7478, thr=0x7f2e6515d780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2e65062188 "\377", '\217' <repeats 36 times>, "\245\245\245\377\216\003", mode=1, prebuilt=0x7f2e6515d078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f2e652c7088, buf=0x7f2e65062188 "\377", '\217' <repeats 36 times>, "\245\245\245\377\216\003", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f2e652c7088, buf=0x7f2e65062188 "\377", '\217' <repeats 36 times>, "\245\245\245\377\216\003") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f2e652c7088, buf=0x7f2e65062188 "\377", '\217' <repeats 36 times>, "\245\245\245\377\216\003") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de3c in handler::ha_rnd_next (this=0x7f2e652c7088, buf=0x7f2e65062188 "\377", '\217' <repeats 36 times>, "\245\245\245\377\216\003") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000863d4d in find_all_keys (param=0x7f2e6e286190, select=0x7f2e65c4baa0, fs_info=0x7f2e6e286120, buffpek_pointers=0x7f2e6e2863b0, tempfile=0x7f2e6e286210, pq=0x7f2e6e2860d0, found_rows=0x7f2e6e286630) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#11 0x00000000008627b7 in filesort (thd=0x7f2e6df68070, table=0x7f2e650f5070, sortorder=0x7f2e65c69088, s_length=5, select=0x7f2e65c4baa0, max_rows=6, sort_positions=true, examined_rows=0x7f2e6e286628, found_rows=0x7f2e6e286630) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#12 0x000000000073f330 in mysql_update (thd=0x7f2e6df68070, table_list=0x7f2e65c4a328, fields=..., values=..., conds=0x7f2e65c4ad98, order_num=5, order=0x7f2e65c4b028, limit=6, handle_duplicates=DUP_ERROR, ignore=false, found_return=0x7f2e6e286c90, updated_return=0x7f2e6e286d20) at /home/jan/mysql/10.0-win/sql/sql_update.cc:558
#13 0x000000000067302d in mysql_execute_command (thd=0x7f2e6df68070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3331
#14 0x000000000067b8ee in mysql_parse (thd=0x7f2e6df68070, rawbuf=0x7f2e65c4a088 "UPDATE LOW_PRIORITY `table1_int_autoinc` AS X SET `col_char_12_key` = 'z' WHERE X . `col_char_12_key` BETWEEN 28 AND 3393519616 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` L"..., length=206, parser_state=0x7f2e6e2875c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#15 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6df68070, packet=0x7f2e6df6e071 "UPDATE LOW_PRIORITY `table1_int_autoinc` AS X SET `col_char_12_key` = 'z' WHERE X . `col_char_12_key` BETWEEN 28 AND 3393519616 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` L"..., packet_length=206) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#16 0x000000000066d741 in do_command (thd=0x7f2e6df68070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#17 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6df68070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#18 0x0000000000792431 in handle_one_connection (arg=0x7f2e6df68070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#19 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db9db30) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#20 0x00007f2e92e33f6e in start_thread (arg=0x7f2e6e288700) at pthread_create.c:311
#21 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 5 (Thread 0x7f2e733ff700 (LWP 3514)):
#0 0x00007f2e9349b58a in ?? () from /lib/x86_64-linux-gnu/libaio.so.1
#1 0x0000000000c1aaee in os_aio_linux_collect (array=0x7f2e8ebfa100, segment=0, seg_size=2048) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5047
#2 0x0000000000c1ae7f in os_aio_linux_handle (global_seg=0, message1=0x7f2e733fede8, message2=0x7f2e733fedf0, type=0x7f2e733fedf8, space_id=0x7f2e733fee00) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0file.cc:5192
#3 0x0000000000dc8fa2 in fil_aio_wait (segment=0) at /home/jan/mysql/10.0-win/storage/xtradb/fil/fil0fil.cc:5645
#4 0x0000000000cdb5a3 in io_handler_thread (arg=0x21f5f80 <n>) at /home/jan/mysql/10.0-win/storage/xtradb/srv/srv0start.cc:494
#5 0x00007f2e92e33f6e in start_thread (arg=0x7f2e733ff700) at pthread_create.c:311
#6 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 4 (Thread 0x7f2e6e2d1700 (LWP 3626)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2e61820440, fast_mutex=0x7f2e61820400) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2e61820400, reset_sig_count=455) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f2e64508ae0) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2e6e2ce324, trx=0x7f2e658cb678, thr=0x7f2e64508ae0, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2e6442c3a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377", mode=1, prebuilt=0x7f2e64508078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f2e644ff088, buf=0x7f2e6442c3a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f2e644ff088, buf=0x7f2e6442c3a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f2e644ff088, buf=0x7f2e6442c3a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de82 in handler::ha_rnd_next (this=0x7f2e644ff088, buf=0x7f2e6442c3a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000e24ac2 in ha_partition::rnd_next (this=0x7f2e64561888, buf=0x7f2e6442c3a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/sql/ha_partition.cc:4903
#11 0x000000000086de3c in handler::ha_rnd_next (this=0x7f2e64561888, buf=0x7f2e6442c3a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#12 0x0000000000863d4d in find_all_keys (param=0x7f2e6e2cf190, select=0x7f2e65922de0, fs_info=0x7f2e6e2cf120, buffpek_pointers=0x7f2e6e2cf3b0, tempfile=0x7f2e6e2cf210, pq=0x7f2e6e2cf0d0, found_rows=0x7f2e6e2cf630) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#13 0x00000000008627b7 in filesort (thd=0x7f2e6df09070, table=0x7f2e64522870, sortorder=0x7f2e659473c8, s_length=5, select=0x7f2e65922de0, max_rows=8, sort_positions=true, examined_rows=0x7f2e6e2cf628, found_rows=0x7f2e6e2cf630) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#14 0x000000000073f330 in mysql_update (thd=0x7f2e6df09070, table_list=0x7f2e659213b0, fields=..., values=..., conds=0x7f2e65922050, order_num=5, order=0x7f2e659222c8, limit=8, handle_duplicates=DUP_ERROR, ignore=true, found_return=0x7f2e6e2cfc90, updated_return=0x7f2e6e2cfd20) at /home/jan/mysql/10.0-win/sql/sql_update.cc:558
#15 0x000000000067302d in mysql_execute_command (thd=0x7f2e6df09070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3331
#16 0x000000000067b8ee in mysql_parse (thd=0x7f2e6df09070, rawbuf=0x7f2e65921088 "UPDATE LOW_PRIORITY IGNORE `table2_key_pk_parts_2_int_autoinc` AS X SET `col_int` = 1541603328 WHERE X . `col_char_12_key` IN ( 1537081344 , 225 , 'n' , 'a' , 5 ) ORDER BY `col_char_12`,`col_char_12_k"..., length=240, parser_state=0x7f2e6e2d05c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#17 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6df09070, packet=0x7f2e6df63071 "UPDATE LOW_PRIORITY IGNORE `table2_key_pk_parts_2_int_autoinc` AS X SET `col_int` = 1541603328 WHERE X . `col_char_12_key` IN ( 1537081344 , 225 , 'n' , 'a' , 5 ) ORDER BY `col_char_12`,`col_char_12_k"..., packet_length=240) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#18 0x000000000066d741 in do_command (thd=0x7f2e6df09070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#19 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6df09070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#20 0x0000000000792431 in handle_one_connection (arg=0x7f2e6df09070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#21 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db9d8b0) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#22 0x00007f2e92e33f6e in start_thread (arg=0x7f2e6e2d1700) at pthread_create.c:311
#23 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 3 (Thread 0x7f2e6e1f6700 (LWP 3632)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2e6947c440, fast_mutex=0x7f2e6947c400) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2e6947c400, reset_sig_count=6) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000ce0e58 in sync_array_wait_event (arr=0x7f2e8eb40540, index=1) at /home/jan/mysql/10.0-win/storage/xtradb/sync/sync0arr.cc:433
#4 0x0000000000ce370d in rw_lock_s_lock_spin (_lock=0x7f2e69465998, pass=0, priority_lock=true, high_priority=false, file_name=0x11c5868 "/home/jan/mysql/10.0-win/storage/xtradb/btr/btr0cur.cc", line=956) at /home/jan/mysql/10.0-win/storage/xtradb/sync/sync0rw.cc:548
#5 0x0000000000d35e76 in rw_lock_s_lock_func (lock=0x7f2e69465998, pass=0, file_name=0x11c5868 "/home/jan/mysql/10.0-win/storage/xtradb/btr/btr0cur.cc", line=956) at /home/jan/mysql/10.0-win/storage/xtradb/include/sync0rw.ic:489
#6 0x0000000000d364cb in pfs_rw_lock_s_lock_func (lock=0x7f2e69465998, pass=0, file_name=0x11c5868 "/home/jan/mysql/10.0-win/storage/xtradb/btr/btr0cur.cc", line=956) at /home/jan/mysql/10.0-win/storage/xtradb/include/sync0rw.ic:1072
#7 0x0000000000d377f8 in mtr_s_lock_func (lock=0x7f2e69465998, file=0x11c5868 "/home/jan/mysql/10.0-win/storage/xtradb/btr/btr0cur.cc", line=956, mtr=0x7f2e6e1f37c0) at /home/jan/mysql/10.0-win/storage/xtradb/include/mtr0mtr.ic:273
#8 0x0000000000d3e6a7 in btr_cur_open_at_index_side_func (from_left=true, index=0x7f2e694658f8, latch_mode=1, cursor=0x7f2e644980f0, level=0, file=0x11a4e48 "/home/jan/mysql/10.0-win/storage/xtradb/include/btr0pcur.ic", line=518, mtr=0x7f2e6e1f37c0) at /home/jan/mysql/10.0-win/storage/xtradb/btr/btr0cur.cc:956
#9 0x0000000000cb0cda in btr_pcur_open_at_index_side (from_left=true, index=0x7f2e694658f8, latch_mode=1, pcur=0x7f2e644980f0, init_pcur=false, level=0, mtr=0x7f2e6e1f37c0) at /home/jan/mysql/10.0-win/storage/xtradb/include/btr0pcur.ic:518
#10 0x0000000000cb8b4b in row_search_for_mysql (buf=0x7f2e6442cda0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\303\003", mode=1, prebuilt=0x7f2e64498078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:4177
#11 0x0000000000b98999 in ha_innobase::index_read (this=0x7f2e64553088, buf=0x7f2e6442cda0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\303\003", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#12 0x0000000000b99809 in ha_innobase::index_first (this=0x7f2e64553088, buf=0x7f2e6442cda0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\303\003") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#13 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f2e64553088, buf=0x7f2e6442cda0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\303\003") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#14 0x000000000086de82 in handler::ha_rnd_next (this=0x7f2e64553088, buf=0x7f2e6442cda0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\303\003") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#15 0x0000000000e24ac2 in ha_partition::rnd_next (this=0x7f2e64562088, buf=0x7f2e6442cda0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\303\003") at /home/jan/mysql/10.0-win/sql/ha_partition.cc:4903
#16 0x000000000086de3c in handler::ha_rnd_next (this=0x7f2e64562088, buf=0x7f2e6442cda0 "\377", '\217' <repeats 36 times>, "\245\245\245\377\303\003") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#17 0x0000000000863d4d in find_all_keys (param=0x7f2e6e1f4240, select=0x7f2e664fba20, fs_info=0x7f2e6e1f41d0, buffpek_pointers=0x7f2e6e1f4460, tempfile=0x7f2e6e1f42c0, pq=0x7f2e6e1f4180, found_rows=0x7f2e6e1f4698) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#18 0x00000000008627b7 in filesort (thd=0x7f2e6df7e070, table=0x7f2e64524070, sortorder=0x7f2e664fbf68, s_length=5, select=0x7f2e664fba20, max_rows=6, sort_positions=false, examined_rows=0x7f2e6e1f4690, found_rows=0x7f2e6e1f4698) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#19 0x00000000006da87b in create_sort_index (thd=0x7f2e6df7e070, join=0x7f2e664fa088, order=0x7f2e664c7848, filesort_limit=6, select_limit=6, is_order_by=true) at /home/jan/mysql/10.0-win/sql/sql_select.cc:20396
#20 0x00000000006aed0a in JOIN::exec_inner (this=0x7f2e664fa088) at /home/jan/mysql/10.0-win/sql/sql_select.cc:3035
#21 0x00000000006ac1c6 in JOIN::exec (this=0x7f2e664fa088) at /home/jan/mysql/10.0-win/sql/sql_select.cc:2355
#22 0x00000000006af7d1 in mysql_select (thd=0x7f2e6df7e070, rref_pointer_array=0x7f2e6df826d8, tables=0x7f2e664c6d48, wild_num=0, fields=..., conds=0x7f2e664c75b8, og_num=5, order=0x7f2e664c7848, group=0x0, having=0x0, proc_param=0x0, select_options=3490449920, result=0x7f2e664c7f58, unit=0x7f2e6df81d78, select_lex=0x7f2e6df82460) at /home/jan/mysql/10.0-win/sql/sql_select.cc:3292
#23 0x00000000006a5a7f in handle_select (thd=0x7f2e6df7e070, lex=0x7f2e6df81cb0, result=0x7f2e664c7f58, setup_tables_done_option=1073741824) at /home/jan/mysql/10.0-win/sql/sql_select.cc:372
#24 0x0000000000673a17 in mysql_execute_command (thd=0x7f2e6df7e070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3555
#25 0x000000000067b8ee in mysql_parse (thd=0x7f2e6df7e070, rawbuf=0x7f2e664c6088 "REPLACE LOW_PRIORITY INTO `table10_key_pk_parts_2_int_autoinc` ( `col_char_12` ) SELECT `col_int_key` FROM `table1_key_pk_parts_2_int_autoinc` AS X WHERE X . `col_char_12_key` BETWEEN 38 AND 520749056"..., length=278, parser_state=0x7f2e6e1f55c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#26 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6df7e070, packet=0x7f2e6df84071 "REPLACE LOW_PRIORITY INTO `table10_key_pk_parts_2_int_autoinc` ( `col_char_12` ) SELECT `col_int_key` FROM `table1_key_pk_parts_2_int_autoinc` AS X WHERE X . `col_char_12_key` BETWEEN 38 AND 520749056"..., packet_length=278) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#27 0x000000000066d741 in do_command (thd=0x7f2e6df7e070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#28 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6df7e070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#29 0x0000000000792431 in handle_one_connection (arg=0x7f2e6df7e070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#30 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db9def0) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#31 0x00007f2e92e33f6e in start_thread (arg=0x7f2e6e1f6700) at pthread_create.c:311
#32 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 2 (Thread 0x7f2e6e23f700 (LWP 3630)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2e64420d40, fast_mutex=0x7f2e64420d00) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2e64420d00, reset_sig_count=539) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000bf4524 in lock_wait_suspend_thread (thr=0x7f2e63524780) at /home/jan/mysql/10.0-win/storage/xtradb/lock/lock0wait.cc:322
#4 0x0000000000c8afec in row_mysql_handle_errors (new_err=0x7f2e6e23c324, trx=0x7f2e660a7478, thr=0x7f2e63524780, savept=0x0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:629
#5 0x0000000000cba650 in row_search_for_mysql (buf=0x7f2e6342a5a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377", mode=1, prebuilt=0x7f2e63524078, match_mode=0, direction=0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:5089
#6 0x0000000000b98999 in ha_innobase::index_read (this=0x7f2e634f7088, buf=0x7f2e6342a5a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377", key_ptr=0x0, key_len=0, find_flag=HA_READ_AFTER_KEY) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8326
#7 0x0000000000b99809 in ha_innobase::index_first (this=0x7f2e634f7088, buf=0x7f2e6342a5a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8717
#8 0x0000000000b999cd in ha_innobase::rnd_next (this=0x7f2e634f7088, buf=0x7f2e6342a5a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8812
#9 0x000000000086de82 in handler::ha_rnd_next (this=0x7f2e634f7088, buf=0x7f2e6342a5a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#10 0x0000000000e24ac2 in ha_partition::rnd_next (this=0x7f2e63526088, buf=0x7f2e6342a5a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/sql/ha_partition.cc:4903
#11 0x000000000086de3c in handler::ha_rnd_next (this=0x7f2e63526088, buf=0x7f2e6342a5a0 "\377", '\217' <repeats 36 times>, "\245\245\245\377") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#12 0x0000000000863d4d in find_all_keys (param=0x7f2e6e23d190, select=0x0, fs_info=0x7f2e6e23d120, buffpek_pointers=0x7f2e6e23d3b0, tempfile=0x7f2e6e23d210, pq=0x7f2e6e23d0d0, found_rows=0x7f2e6e23d630) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#13 0x00000000008627b7 in filesort (thd=0x7f2e6df73070, table=0x7f2e63548470, sortorder=0x7f2e6604b9b0, s_length=5, select=0x0, max_rows=5, sort_positions=true, examined_rows=0x7f2e6e23d628, found_rows=0x7f2e6e23d630) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#14 0x000000000073f330 in mysql_update (thd=0x7f2e6df73070, table_list=0x7f2e6604a318, fields=..., values=..., conds=0x0, order_num=5, order=0x7f2e6604ac20, limit=5, handle_duplicates=DUP_ERROR, ignore=true, found_return=0x7f2e6e23dc90, updated_return=0x7f2e6e23dd20) at /home/jan/mysql/10.0-win/sql/sql_update.cc:558
#15 0x000000000067302d in mysql_execute_command (thd=0x7f2e6df73070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3331
#16 0x000000000067b8ee in mysql_parse (thd=0x7f2e6df73070, rawbuf=0x7f2e6604a088 "UPDATE LOW_PRIORITY IGNORE `table2_key_pk_parts_2_int_autoinc` AS X SET `col_int` = 'c' ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 5", length=166, parser_state=0x7f2e6e23e5c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#17 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6df73070, packet=0x7f2e6df79071 "UPDATE LOW_PRIORITY IGNORE `table2_key_pk_parts_2_int_autoinc` AS X SET `col_int` = 'c' ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 5", packet_length=166) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#18 0x000000000066d741 in do_command (thd=0x7f2e6df73070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#19 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6df73070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#20 0x0000000000792431 in handle_one_connection (arg=0x7f2e6df73070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#21 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db9dbd0) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#22 0x00007f2e92e33f6e in start_thread (arg=0x7f2e6e23f700) at pthread_create.c:311
#23 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 1 (Thread 0x7f2e6e31a700 (LWP 3624)):
#0 0x00007f2e92e38f0c in __pthread_kill (threadid=<optimized out>, signo=6) at ../nptl/sysdeps/unix/sysv/linux/pthread_kill.c:62
#1 0x0000000000e5bd1a in my_write_core (sig=6) at /home/jan/mysql/10.0-win/mysys/stacktrace.c:457
#2 0x000000000086816c in handle_fatal_signal (sig=6) at /home/jan/mysql/10.0-win/sql/signal_handler.cc:262
#3 <signal handler called>
#4 0x00007f2e9228ef77 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#5 0x00007f2e922925e8 in __GI_abort () at abort.c:90
#6 0x0000000000d7b231 in buf_LRU_block_free_non_file_page (block=0x7f2e74f5c6d8) at /home/jan/mysql/10.0-win/storage/xtradb/buf/buf0lru.cc:2295
#7 0x0000000000d262f4 in buf_block_free (block=0x7f2e74f5c6d8) at /home/jan/mysql/10.0-win/storage/xtradb/include/buf0buf.ic:909
#8 0x0000000000d2d37e in btr_page_reorganize_low (recovery=false, z_level=6, cursor=0x7f2e61c0e980, index=0x7f2e694658f8, mtr=0x7f2e6e317d20) at /home/jan/mysql/10.0-win/storage/xtradb/btr/btr0btr.cc:1965
#9 0x0000000000d2d5ce in btr_page_reorganize (cursor=0x7f2e61c0e980, index=0x7f2e694658f8, mtr=0x7f2e6e317d20) at /home/jan/mysql/10.0-win/storage/xtradb/btr/btr0btr.cc:2058
#10 0x0000000000d3f093 in btr_cur_insert_if_possible (cursor=0x7f2e61c0e978, tuple=0x7f2e6544daa0, offsets=0x7f2e6e317918, heap=0x7f2e6e3179c0, n_ext=0, mtr=0x7f2e6e317d20) at /home/jan/mysql/10.0-win/storage/xtradb/btr/btr0cur.cc:1222
#11 0x0000000000d4256a in btr_cur_pessimistic_update (flags=10, cursor=0x7f2e61c0e978, offsets=0x7f2e6e317918, offsets_heap=0x7f2e6e3179c0, entry_heap=0x7f2e6544da00, big_rec=0x7f2e6e317940, update=0x7f2e62cffca8, cmpl_info=0, thr=0x7f2e62cffec8, trx_id=5056652, mtr=0x7f2e6e317d20) at /home/jan/mysql/10.0-win/storage/xtradb/btr/btr0cur.cc:2771
#12 0x0000000000cc73d9 in row_upd_clust_rec (node=0x7f2e62cffba0, index=0x7f2e694658f8, offsets=0x7f2e6de29a00, offsets_heap=0x7f2e6e3179c0, thr=0x7f2e62cffec8, mtr=0x7f2e6e317d20) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0upd.cc:2224
#13 0x0000000000cc7dd2 in row_upd_clust_step (node=0x7f2e62cffba0, thr=0x7f2e62cffec8) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0upd.cc:2516
#14 0x0000000000cc7f40 in row_upd (node=0x7f2e62cffba0, thr=0x7f2e62cffec8) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0upd.cc:2571
#15 0x0000000000cc83b1 in row_upd_step (thr=0x7f2e62cffec8) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0upd.cc:2723
#16 0x0000000000c8cdbf in row_update_for_mysql (mysql_rec=0x7f2e62c2a0c8 "\373\221\002", prebuilt=0x7f2e62cff078) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0mysql.cc:1727
#17 0x0000000000b97def in ha_innobase::update_row (this=0x7f2e62d69088, old_row=0x7f2e62c2a0c8 "\373\221\002", new_row=0x7f2e62c2a0a0 "\363\221\002") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:7871
#18 0x0000000000875978 in handler::ha_update_row (this=0x7f2e62d69088, old_data=0x7f2e62c2a0c8 "\373\221\002", new_data=0x7f2e62c2a0a0 "\363\221\002") at /home/jan/mysql/10.0-win/sql/handler.cc:5947
#19 0x0000000000e236be in ha_partition::update_row (this=0x7f2e62d46088, old_data=0x7f2e62c2a0c8 "\373\221\002", new_data=0x7f2e62c2a0a0 "\363\221\002") at /home/jan/mysql/10.0-win/sql/ha_partition.cc:4253
#20 0x0000000000875931 in handler::ha_update_row (this=0x7f2e62d46088, old_data=0x7f2e62c2a0c8 "\373\221\002", new_data=0x7f2e62c2a0a0 "\363\221\002") at /home/jan/mysql/10.0-win/sql/handler.cc:5947
#21 0x000000000073fed1 in mysql_update (thd=0x7f2e6defe070, table_list=0x7f2e654453a0, fields=..., values=..., conds=0x7f2e65446048, order_num=5, order=0x7f2e654462c0, limit=4, handle_duplicates=DUP_ERROR, ignore=false, found_return=0x7f2e6e318c90, updated_return=0x7f2e6e318d20) at /home/jan/mysql/10.0-win/sql/sql_update.cc:803
#22 0x000000000067302d in mysql_execute_command (thd=0x7f2e6defe070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3331
#23 0x000000000067b8ee in mysql_parse (thd=0x7f2e6defe070, rawbuf=0x7f2e65445088 "UPDATE LOW_PRIORITY `table1_key_pk_parts_2_int_autoinc` AS X SET `col_int_key` = 1 WHERE X . `col_char_12_key` IN ( 0 , 66 , 3 , 1104871424 , 4217503744 ) ORDER BY `col_char_12`,`col_char_12_key`,`co"..., length=233, parser_state=0x7f2e6e3195c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#24 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6defe070, packet=0x7f2e6df04071 "UPDATE LOW_PRIORITY `table1_key_pk_parts_2_int_autoinc` AS X SET `col_int_key` = 1 WHERE X . `col_char_12_key` IN ( 0 , 66 , 3 , 1104871424 , 4217503744 ) ORDER BY `col_char_12`,`col_char_12_key`,`co"..., packet_length=233) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#25 0x000000000066d741 in do_command (thd=0x7f2e6defe070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#26 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6defe070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#27 0x0000000000792431 in handle_one_connection (arg=0x7f2e6defe070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#28 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db9d810) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#29 0x00007f2e92e33f6e in start_thread (arg=0x7f2e6e31a700) at pthread_create.c:311
#30 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113
(gdb)

Comment by Jan Lindström (Inactive) [ 2014-03-20 ]

Waiter is this:

(gdb) thread 28
[Switching to thread 28 (Thread 0x7f2e93772700 (LWP 3570))]
#7 0x0000000000d7c4c8 in buf_LRU_validate_instance (buf_pool=0x7f2e7dfd0878) at /home/jan/mysql/10.0-win/storage/xtradb/buf/buf0lru.cc:2806
(gdb) where
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x0000000000c1d0e8 in os_cond_wait (cond=0x7f2e8ebfb7c0, fast_mutex=0x7f2e8ebfb780) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:214
#2 0x0000000000c1d610 in os_event_wait_low (event=0x7f2e8ebfb780, reset_sig_count=1) at /home/jan/mysql/10.0-win/storage/xtradb/os/os0sync.cc:610
#3 0x0000000000ce0e58 in sync_array_wait_event (arr=0x7f2e8eb40540, index=0) at /home/jan/mysql/10.0-win/storage/xtradb/sync/sync0arr.cc:433
#4 0x0000000000ce5cfa in mutex_spin_wait (_mutex=0x7f2e7dfd0988, high_priority=false, file_name=0x11d12c0 "/home/jan/mysql/10.0-win/storage/xtradb/buf/buf0lru.cc", line=2806) at /home/jan/mysql/10.0-win/storage/xtradb/sync/sync0sync.cc:671
#5 0x0000000000d75407 in mutex_enter_func (mutex=0x7f2e7dfd0988, file_name=0x11d12c0 "/home/jan/mysql/10.0-win/storage/xtradb/buf/buf0lru.cc", line=2806, priority=IB_DEFAULT_PRIO) at /home/jan/mysql/10.0-win/storage/xtradb/include/sync0sync.ic:316
#6 0x0000000000d7556c in pfs_mutex_enter_func (mutex=0x7f2e7dfd0988, file_name=0x11d12c0 "/home/jan/mysql/10.0-win/storage/xtradb/buf/buf0lru.cc", line=2806, priority=IB_DEFAULT_PRIO) at /home/jan/mysql/10.0-win/storage/xtradb/include/sync0sync.ic:399
#7 0x0000000000d7c4c8 in buf_LRU_validate_instance (buf_pool=0x7f2e7dfd0878) at /home/jan/mysql/10.0-win/storage/xtradb/buf/buf0lru.cc:2806
#8 0x0000000000d7c684 in buf_LRU_validate () at /home/jan/mysql/10.0-win/storage/xtradb/buf/buf0lru.cc:2851
#9 0x0000000000d650bb in buf_pool_validate_instance (buf_pool=0x7f2e7dfd0878) at /home/jan/mysql/10.0-win/storage/xtradb/buf/buf0buf.cc:4704
#10 0x0000000000d6514d in buf_validate () at /home/jan/mysql/10.0-win/storage/xtradb/buf/buf0buf.cc:4725
#11 0x0000000000d613dc in buf_page_optimistic_get (rw_latch=1, block=0x7f2e74f932f0, modify_clock=1126, file=0x11a53c0 "/home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc", line=3230, mtr=0x7f2e9376f3e0) at /home/jan/mysql/10.0-win/storage/xtradb/buf/buf0buf.cc:3114
#12 0x0000000000d4b58e in btr_pcur_restore_position_func (latch_mode=1, cursor=0x7f2e65da40f0, file=0x11a53c0 "/home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc", line=3230, mtr=0x7f2e9376f3e0) at /home/jan/mysql/10.0-win/storage/xtradb/btr/btr0pcur.cc:277
#13 0x0000000000cb6c3d in sel_restore_position_for_mysql (same_user_rec=0x7f2e9376f008, latch_mode=1, pcur=0x7f2e65da40f0, moves_up=1, mtr=0x7f2e9376f3e0) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:3230
#14 0x0000000000cb88ba in row_search_for_mysql (buf=0x7f2e65c52aa0 "\377", mode=1, prebuilt=0x7f2e65da4078, match_mode=0, direction=1) at /home/jan/mysql/10.0-win/storage/xtradb/row/row0sel.cc:4114
#15 0x0000000000b994b2 in ha_innobase::general_fetch (this=0x7f2e65c6c088, buf=0x7f2e65c52aa0 "\377", direction=1, match_mode=0) at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8603
#16 0x0000000000b99a08 in ha_innobase::rnd_next (this=0x7f2e65c6c088, buf=0x7f2e65c52aa0 "\377") at /home/jan/mysql/10.0-win/storage/xtradb/handler/ha_innodb.cc:8820
#17 0x000000000086de82 in handler::ha_rnd_next (this=0x7f2e65c6c088, buf=0x7f2e65c52aa0 "\377") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#18 0x0000000000e24ac2 in ha_partition::rnd_next (this=0x7f2e65d4e088, buf=0x7f2e65c52aa0 "\377") at /home/jan/mysql/10.0-win/sql/ha_partition.cc:4903
#19 0x000000000086de3c in handler::ha_rnd_next (this=0x7f2e65d4e088, buf=0x7f2e65c52aa0 "\377") at /home/jan/mysql/10.0-win/sql/handler.cc:2505
#20 0x0000000000863d4d in find_all_keys (param=0x7f2e9376fdf0, select=0x7f2e6510f8a0, fs_info=0x7f2e9376fd80, buffpek_pointers=0x7f2e93770010, tempfile=0x7f2e9376fe70, pq=0x0, found_rows=0x7f2e937702c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:750
#21 0x00000000008627b7 in filesort (thd=0x7f2e6d6dc070, table=0x7f2e65d2cc70, sortorder=0x7f2e6510fde0, s_length=5, select=0x7f2e6510f8a0, max_rows=18446744073709551615, sort_positions=true, examined_rows=0x7f2e937702a0, found_rows=0x7f2e937702c0) at /home/jan/mysql/10.0-win/sql/filesort.cc:296
#22 0x00000000009c70f9 in mysql_delete (thd=0x7f2e6d6dc070, table_list=0x7f2e6510e338, conds=0x7f2e6510eaf0, order_list=0x7f2e6d6e0698, limit=4, options=0, result=0x7f2e6510f468) at /home/jan/mysql/10.0-win/sql/sql_delete.cc:484
#23 0x0000000000673cf7 in mysql_execute_command (thd=0x7f2e6d6dc070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:3608
#24 0x000000000067b8ee in mysql_parse (thd=0x7f2e6d6dc070, rawbuf=0x7f2e6510e088 "DELETE LOW_PRIORITY IGNORE FROM `table0_key_pk_parts_2_int_autoinc` WHERE `col_char_12_key` = 0 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 4", length=174, parser_state=0x7f2e937715c0) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:6447
#25 0x000000000066e3e6 in dispatch_command (command=COM_QUERY, thd=0x7f2e6d6dc070, packet=0x7f2e6d6e2071 "DELETE LOW_PRIORITY IGNORE FROM `table0_key_pk_parts_2_int_autoinc` WHERE `col_char_12_key` = 0 ORDER BY `col_char_12`,`col_char_12_key`,`col_int`,`col_int_key`,`pk` LIMIT 4", packet_length=174) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1308
#26 0x000000000066d741 in do_command (thd=0x7f2e6d6dc070) at /home/jan/mysql/10.0-win/sql/sql_parse.cc:1005
#27 0x00000000007926cb in do_handle_one_connection (thd_arg=0x7f2e6d6dc070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1379
#28 0x0000000000792431 in handle_one_connection (arg=0x7f2e6d6dc070) at /home/jan/mysql/10.0-win/sql/sql_connect.cc:1293
#29 0x0000000000b0f6cc in pfs_spawn_thread (arg=0x7f2e6db22170) at /home/jan/mysql/10.0-win/storage/perfschema/pfs.cc:1853
#30 0x00007f2e92e33f6e in start_thread (arg=0x7f2e93772700) at pthread_create.c:311
#31 0x00007f2e923529cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113
(gdb) p buf_pool->free_list_mutex
$3 = {base_mutex = {event = 0x7f2e8ebfb780, lock_word = 1 '\001', waiters = 1, list =

{prev = 0x7f2e7dfd0a18, next = 0x7f2e7dfd08f8}

, file_name = 0x11d12c0 "/home/jan/mysql/10.0-win/storage/xtradb/buf/buf0lru.cc", line = 2294, level = 145, cfile_name = 0x11cb308 "/home/jan/mysql/10.0-win/storage/xtradb/buf/buf0buf.cc", cline = 1288, count_os_wait = 2, thread_id = 139837393970944, magic_n = 979585, ib_mutex_type = 0, cmutex_name = 0x11cbbe2 "&buf_pool->free_list_mutex", pfs_psi = 0x0}, high_priority_event = 0x7f2e8ebfb800, high_priority_waiters = 1}

Comment by Laurynas Biveinis [ 2014-03-21 ]

Got it!

You have an XtraDB merge regression in MariaDB, at the end of mutex_spin_wait before goto mutex_loop, you are missing

if (prio_mutex)

{ os_atomic_decrement_ulint(&prio_mutex->high_priority_waiters, 1); }

Hence you get unbalanced waiter count.

Comment by Jan Lindström (Inactive) [ 2014-03-21 ]

You are correct. Thanks for the help.

Comment by Jan Lindström (Inactive) [ 2014-03-21 ]

revno: 4073
committer: Jan Lindström <jplindst@mariadb.org>
branch nick: 10.0-win
timestamp: Fri 2014-03-21 08:39:04 +0200
message:
MDEV-5830: Assertion failure mutex_get_waiters(mutex) == 0 at shutdown.

Analysis: XtraDB merge regression, at the end of mutex_spin_wait before goto mutex_loop
there is missing

if (prio_mutex)

{ os_atomic_decrement_ulint(&prio_mutex->high_priority_waiters, 1); }

Hence we get unbalanced waiter count.

Thanks to Laurynas Biveinis for finding this.

Generated at Thu Feb 08 07:07:22 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.