Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-31182

ASAN errors in String_copier::well_formed_copy / calculate_cond_selectivity_for_table

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • 10.3, 10.4, 10.5, 10.6, 10.8, 10.9, 10.10, 10.11, 11.0
    • 10.4, 10.5, 10.6, 10.11, 11.0
    • Optimizer
    • None

    Description

      SET optimizer_use_condition_selectivity= 4,
          use_stat_tables=PREFERABLY,
          histogram_type = DOUBLE_PREC_HB;
       
      CREATE TABLE t (a INT);
      INSERT INTO t VALUES (1),(2);
      ANALYZE TABLE t PERSISTENT FOR ALL;
      ALTER TABLE t MODIFY a BLOB, ALGORITHM=COPY;
       
      SELECT a FROM t WHERE a LIKE '1%';
       
      # Cleanup
      DROP TABLE t;
      

      10.3 55a53949

      ==502283==ERROR: AddressSanitizer: use-after-poison on address 0x621000062132 at pc 0x7f7105a47cf9 bp 0x7f70fc4edc20 sp 0x7f70fc4ed3d0
      READ of size 65329 at 0x621000062132 thread T5
          #0 0x7f7105a47cf8 in __interceptor_memmove ../../../../src/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc:810
          #1 0x558a2e414934 in my_copy_8bit /data/src/10.3/strings/ctype-simple.c:1169
          #2 0x558a2ca1be4d in String_copier::well_formed_copy(charset_info_st const*, char*, unsigned long, charset_info_st const*, char const*, unsigned long, unsigned long) /data/src/10.3/sql/sql_string.cc:1137
          #3 0x558a2cf40bd1 in Field_longstr::well_formed_copy_with_check(char*, unsigned long, charset_info_st const*, char const*, unsigned long, unsigned long, bool, unsigned int*) (/mnt8t/bld/10.3-asan/bin/mysqld+0x17a7bd1)
          #4 0x558a2cf1bb4f in Field_blob::store(char const*, unsigned long, charset_info_st const*) /data/src/10.3/sql/field.cc:8453
          #5 0x558a2cf1f30d in Field_blob::set_key_image(unsigned char const*, unsigned int) /data/src/10.3/sql/field.cc:8646
          #6 0x558a2d305d1e in store_key_image_to_rec(Field*, unsigned char*, unsigned int) /data/src/10.3/sql/opt_range.cc:3281
          #7 0x558a2ca08973 in get_column_range_cardinality(Field*, st_key_range*, st_key_range*, unsigned int) /data/src/10.3/sql/sql_statistics.cc:3778
          #8 0x558a2d30323e in records_in_column_ranges /data/src/10.3/sql/opt_range.cc:2884
          #9 0x558a2d304b2e in calculate_cond_selectivity_for_table(THD*, TABLE*, Item**) /data/src/10.3/sql/opt_range.cc:3134
          #10 0x558a2c8d847c in make_join_statistics /data/src/10.3/sql/sql_select.cc:5155
          #11 0x558a2c8b83d3 in JOIN::optimize_inner() /data/src/10.3/sql/sql_select.cc:2000
          #12 0x558a2c8b3885 in JOIN::optimize() /data/src/10.3/sql/sql_select.cc:1542
          #13 0x558a2c8d0ef0 in mysql_select(THD*, TABLE_LIST*, unsigned int, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) /data/src/10.3/sql/sql_select.cc:4379
          #14 0x558a2c8a705a in handle_select(THD*, LEX*, select_result*, unsigned long) /data/src/10.3/sql/sql_select.cc:372
          #15 0x558a2c81b6e5 in execute_sqlcom_select /data/src/10.3/sql/sql_parse.cc:6340
          #16 0x558a2c8094b6 in mysql_execute_command(THD*) /data/src/10.3/sql/sql_parse.cc:3871
          #17 0x558a2c82517f in mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) /data/src/10.3/sql/sql_parse.cc:7855
          #18 0x558a2c7fbfae in dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) /data/src/10.3/sql/sql_parse.cc:1852
          #19 0x558a2c7f8b46 in do_command(THD*) /data/src/10.3/sql/sql_parse.cc:1398
          #20 0x558a2cbc0f5b in do_handle_one_connection(CONNECT*) /data/src/10.3/sql/sql_connect.cc:1404
          #21 0x558a2cbc0888 in handle_one_connection /data/src/10.3/sql/sql_connect.cc:1309
          #22 0x558a2e1a7bd4 in pfs_spawn_thread /data/src/10.3/storage/perfschema/pfs.cc:1869
          #23 0x7f71054a7fd3 in start_thread nptl/pthread_create.c:442
          #24 0x7f71055285bb in clone3 ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
       
      0x6210000628e0 is located 0 bytes to the right of 4064-byte region [0x621000061900,0x6210000628e0)
      allocated by thread T5 here:
          #0 0x7f7105ab89cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69
          #1 0x558a2e37da44 in my_malloc /data/src/10.3/mysys/my_malloc.c:101
          #2 0x558a2e35a4c5 in alloc_root /data/src/10.3/mysys/my_alloc.c:251
          #3 0x558a2d302726 in create_key_parts_for_pseudo_indexes /data/src/10.3/sql/opt_range.cc:2770
          #4 0x558a2d30461b in calculate_cond_selectivity_for_table(THD*, TABLE*, Item**) /data/src/10.3/sql/opt_range.cc:3087
          #5 0x558a2c8d847c in make_join_statistics /data/src/10.3/sql/sql_select.cc:5155
          #6 0x558a2c8b83d3 in JOIN::optimize_inner() /data/src/10.3/sql/sql_select.cc:2000
          #7 0x558a2c8b3885 in JOIN::optimize() /data/src/10.3/sql/sql_select.cc:1542
          #8 0x558a2c8d0ef0 in mysql_select(THD*, TABLE_LIST*, unsigned int, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) /data/src/10.3/sql/sql_select.cc:4379
          #9 0x558a2c8a705a in handle_select(THD*, LEX*, select_result*, unsigned long) /data/src/10.3/sql/sql_select.cc:372
          #10 0x558a2c81b6e5 in execute_sqlcom_select /data/src/10.3/sql/sql_parse.cc:6340
          #11 0x558a2c8094b6 in mysql_execute_command(THD*) /data/src/10.3/sql/sql_parse.cc:3871
          #12 0x558a2c82517f in mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) /data/src/10.3/sql/sql_parse.cc:7855
          #13 0x558a2c7fbfae in dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) /data/src/10.3/sql/sql_parse.cc:1852
          #14 0x558a2c7f8b46 in do_command(THD*) /data/src/10.3/sql/sql_parse.cc:1398
          #15 0x558a2cbc0f5b in do_handle_one_connection(CONNECT*) /data/src/10.3/sql/sql_connect.cc:1404
          #16 0x558a2cbc0888 in handle_one_connection /data/src/10.3/sql/sql_connect.cc:1309
          #17 0x558a2e1a7bd4 in pfs_spawn_thread /data/src/10.3/storage/perfschema/pfs.cc:1869
          #18 0x7f71054a7fd3 in start_thread nptl/pthread_create.c:442
       
      Thread T5 created by T0 here:
          #0 0x7f7105a49726 in __interceptor_pthread_create ../../../../src/libsanitizer/asan/asan_interceptors.cpp:207
          #1 0x558a2e1a7fc1 in spawn_thread_v1 /data/src/10.3/storage/perfschema/pfs.cc:1919
          #2 0x558a2c52c8bb in inline_mysql_thread_create /data/src/10.3/include/mysql/psi/mysql_thread.h:1275
          #3 0x558a2c544b22 in create_thread_to_handle_connection(CONNECT*) /data/src/10.3/sql/mysqld.cc:6675
          #4 0x558a2c54526d in create_new_thread /data/src/10.3/sql/mysqld.cc:6745
          #5 0x558a2c5463df in handle_connections_sockets() /data/src/10.3/sql/mysqld.cc:7003
          #6 0x558a2c543e74 in mysqld_main(int, char**) /data/src/10.3/sql/mysqld.cc:6297
          #7 0x558a2c52af88 in main /data/src/10.3/sql/main.cc:25
          #8 0x7f7105446189 in __libc_start_call_main ../sysdeps/nptl/libc_start_call_main.h:58
       
      SUMMARY: AddressSanitizer: use-after-poison ../../../../src/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc:810 in __interceptor_memmove
      Shadow bytes around the buggy address:
        0x0c42800043d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
        0x0c42800043e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
        0x0c42800043f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
        0x0c4280004400: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
        0x0c4280004410: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
      =>0x0c4280004420: 00 00 00 00 00 00[02]f7 00 00 00 00 00 00 00 00
        0x0c4280004430: 00 00 00 00 00 00 00 f7 00 f7 00 00 00 00 00 00
        0x0c4280004440: 00 00 00 00 00 00 00 f7 f7 f7 f7 f7 f7 f7 f7 f7
        0x0c4280004450: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
        0x0c4280004460: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
        0x0c4280004470: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
      Shadow byte legend (one shadow byte represents 8 application bytes):
        Addressable:           00
        Partially addressable: 01 02 03 04 05 06 07 
        Heap left redzone:       fa
        Freed heap region:       fd
        Stack left redzone:      f1
        Stack mid redzone:       f2
        Stack right redzone:     f3
        Stack after return:      f5
        Stack use after scope:   f8
        Global redzone:          f9
        Global init order:       f6
        Poisoned by user:        f7
        Container overflow:      fc
        Array cookie:            ac
        Intra object redzone:    bb
        ASan internal:           fe
        Left alloca redzone:     ca
        Right alloca redzone:    cb
      ==502283==ABORTING
      

      Reproducible with at least InnoDB, MyISAM, Aria.

      Stack trace variation from the original test (on 10.10)

      ==24454==ERROR: AddressSanitizer: use-after-poison on address 0x621000396562 at pc 0x7f83a8281f50 bp 0x7f83804965a0 sp 0x7f8380495d48
      READ of size 30053 at 0x621000396562 thread T13
          #0 0x7f83a8281f4f in __interceptor_memmove ../../../../src/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc:773
          #1 0x55b9a9faf404 in my_copy_8bit /home/vsts/src/strings/ctype-simple.c:1213
          #2 0x55b9a861db51 in charset_info_st::copy_fix(char*, unsigned long, char const*, unsigned long, unsigned long, MY_STRCOPY_STATUS*) const (/home/vsts/server/bin/mariadbd+0x1d6ab51)
          #3 0x55b9a861c9a5 in String_copier::well_formed_copy(charset_info_st const*, char*, unsigned long, charset_info_st const*, char const*, unsigned long, unsigned long) /home/vsts/src/sql/sql_string.cc:1145
          #4 0x55b9a8bd4117 in Field_longstr::well_formed_copy_with_check(char*, unsigned long, charset_info_st const*, char const*, unsigned long, unsigned long, bool, unsigned int*) /home/vsts/src/sql/field.h:2213
          #5 0x55b9a8bb7e3d in Field_blob::store(char const*, unsigned long, charset_info_st const*) /home/vsts/src/sql/field.cc:8710
          #6 0x55b9a8bba380 in Field_blob::set_key_image(unsigned char const*, unsigned int) /home/vsts/src/sql/field.cc:8887
          #7 0x55b9a807c298 in store_key_image_to_rec(Field*, unsigned char*, unsigned int) /home/vsts/src/sql/opt_range.cc:3719
          #8 0x55b9a8607c17 in Histogram_binary::range_selectivity(Field*, st_key_range*, st_key_range*, double) /home/vsts/src/sql/sql_statistics.cc:4086
          #9 0x55b9a8606fdb in get_column_range_cardinality(Field*, st_key_range*, st_key_range*, unsigned int) /home/vsts/src/sql/sql_statistics.cc:3914
          #10 0x55b9a807903c in records_in_column_ranges /home/vsts/src/sql/opt_range.cc:3281
          #11 0x55b9a807af9b in calculate_cond_selectivity_for_table(THD*, TABLE*, Item**) /home/vsts/src/sql/opt_range.cc:3566
          #12 0x55b9a84a30e0 in make_join_statistics /home/vsts/src/sql/sql_select.cc:5919
          #13 0x55b9a8483fc9 in JOIN::optimize_inner() /home/vsts/src/sql/sql_select.cc:2539
          #14 0x55b9a847dba4 in JOIN::optimize() /home/vsts/src/sql/sql_select.cc:1875
          #15 0x55b9a849b5b7 in mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) /home/vsts/src/sql/sql_select.cc:5084
          #16 0x55b9a8470930 in handle_select(THD*, LEX*, select_result*, unsigned long) /home/vsts/src/sql/sql_select.cc:586
          #17 0x55b9a83ae42b in execute_sqlcom_select /home/vsts/src/sql/sql_parse.cc:6278
          #18 0x55b9a839cfb9 in mysql_execute_command(THD*, bool) /home/vsts/src/sql/sql_parse.cc:3948
          #19 0x55b9a83b8351 in mysql_parse(THD*, char*, unsigned int, Parser_state*) /home/vsts/src/sql/sql_parse.cc:8041
          #20 0x55b9a83903d0 in dispatch_command(enum_server_command, THD*, char*, unsigned int, bool) /home/vsts/src/sql/sql_parse.cc:1894
          #21 0x55b9a838d82c in do_command(THD*, bool) /home/vsts/src/sql/sql_parse.cc:1407
          #22 0x55b9a87eb6a5 in do_handle_one_connection(CONNECT*, bool) /home/vsts/src/sql/sql_connect.cc:1416
          #23 0x55b9a87eb02d in handle_one_connection /home/vsts/src/sql/sql_connect.cc:1318
          #24 0x55b9a933a0ef in pfs_spawn_thread /home/vsts/src/storage/perfschema/pfs.cc:2201
          #25 0x7f83a7d6c608 in start_thread /build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:477
          #26 0x7f83a793f132 in __clone (/lib/x86_64-linux-gnu/libc.so.6+0x11f132)
      0x621000396910 is located 0 bytes to the right of 4112-byte region [0x621000395900,0x621000396910)
          #0 0x7f83a82ee808 in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cc:144
          #1 0x55b9a9f02d52 in my_malloc /home/vsts/src/mysys/my_malloc.c:91
          #2 0x55b9a9ee3e2f in root_alloc /home/vsts/src/mysys/my_alloc.c:71
          #3 0x55b9a9ee535b in alloc_root /home/vsts/src/mysys/my_alloc.c:337
          #4 0x55b9a8078103 in create_key_parts_for_pseudo_indexes /home/vsts/src/sql/opt_range.cc:3144
          #5 0x55b9a807a8d6 in calculate_cond_selectivity_for_table(THD*, TABLE*, Item**) /home/vsts/src/sql/opt_range.cc:3512
          #6 0x55b9a84a30e0 in make_join_statistics /home/vsts/src/sql/sql_select.cc:5919
          #7 0x55b9a8483fc9 in JOIN::optimize_inner() /home/vsts/src/sql/sql_select.cc:2539
          #8 0x55b9a847dba4 in JOIN::optimize() /home/vsts/src/sql/sql_select.cc:1875
          #9 0x55b9a849b5b7 in mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) /home/vsts/src/sql/sql_select.cc:5084
          #10 0x55b9a8470930 in handle_select(THD*, LEX*, select_result*, unsigned long) /home/vsts/src/sql/sql_select.cc:586
          #11 0x55b9a83ae42b in execute_sqlcom_select /home/vsts/src/sql/sql_parse.cc:6278
          #12 0x55b9a839cfb9 in mysql_execute_command(THD*, bool) /home/vsts/src/sql/sql_parse.cc:3948
          #13 0x55b9a83b8351 in mysql_parse(THD*, char*, unsigned int, Parser_state*) /home/vsts/src/sql/sql_parse.cc:8041
          #14 0x55b9a83903d0 in dispatch_command(enum_server_command, THD*, char*, unsigned int, bool) /home/vsts/src/sql/sql_parse.cc:1894
          #15 0x55b9a838d82c in do_command(THD*, bool) /home/vsts/src/sql/sql_parse.cc:1407
          #16 0x55b9a87eb6a5 in do_handle_one_connection(CONNECT*, bool) /home/vsts/src/sql/sql_connect.cc:1416
          #17 0x55b9a87eb02d in handle_one_connection /home/vsts/src/sql/sql_connect.cc:1318
          #18 0x55b9a933a0ef in pfs_spawn_thread /home/vsts/src/storage/perfschema/pfs.cc:2201
          #19 0x7f83a7d6c608 in start_thread /build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:477
          #0 0x7f83a821b815 in __interceptor_pthread_create ../../../../src/libsanitizer/asan/asan_interceptors.cc:208
          #1 0x55b9a9335ccc in my_thread_create /home/vsts/src/storage/perfschema/my_thread.h:52
          #2 0x55b9a933a4e2 in pfs_spawn_thread_v1 /home/vsts/src/storage/perfschema/pfs.cc:2252
          #3 0x55b9a8029de7 in inline_mysql_thread_create /home/vsts/src/include/mysql/psi/mysql_thread.h:1139
          #4 0x55b9a803f82b in create_thread_to_handle_connection(CONNECT*) /home/vsts/src/sql/mysqld.cc:6033
          #5 0x55b9a803fbb1 in create_new_thread(CONNECT*) /home/vsts/src/sql/mysqld.cc:6092
          #6 0x55b9a803fe18 in handle_accepted_socket(st_mysql_socket, st_mysql_socket) /home/vsts/src/sql/mysqld.cc:6154
          #7 0x55b9a80407b5 in handle_connections_sockets() /home/vsts/src/sql/mysqld.cc:6278
          #8 0x55b9a803f35a in mysqld_main(int, char**) /home/vsts/src/sql/mysqld.cc:5928
          #9 0x55b9a8028eec in main /home/vsts/src/sql/main.cc:34
          #10 0x7f83a7844082 in __libc_start_main ../csu/libc-start.c:308
        0x0c428006ac50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
        0x0c428006ac60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
        0x0c428006ac70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
        0x0c428006ac80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
        0x0c428006ac90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
      =>0x0c428006aca0: 00 00 00 00 00 00 00 00 00 00 00 00[02]f7 00 00
        0x0c428006acb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 f7 00 f7
        0x0c428006acc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 f7 f7
        0x0c428006acd0: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
        0x0c428006ace0: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
        0x0c428006acf0: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
        Container overflow:      fc
      230503 19:13:59 [ERROR] mysqld got signal 6 ;
      or misconfigured. This error can also be caused by malfunctioning hardware.
      Thread pointer: 0x62b00017a218
      stack_bottom = 0x7f838049ac10 thread_stack 0x100000
      sanitizer_common/sanitizer_common_interceptors.inc:4022(__interceptor_backtrace.part.0)[0x7f83a824dd40]
      mysys/stacktrace.c:215(my_print_stacktrace)[0x55b9a9f1072f]
      sql/signal_handler.cc:241(handle_fatal_signal)[0x55b9a8c02dbd]
      sigaction.c:0(__restore_rt)[0x7f83a7d78420]
      addr2line: DWARF error: section .debug_info is larger than its filesize! (0x93ef57 vs 0x530ea0)
      /lib/x86_64-linux-gnu/libc.so.6(gsignal+0xcb)[0x7f83a786300b]
      /lib/x86_64-linux-gnu/libc.so.6(abort+0x12b)[0x7f83a7842859]
      sanitizer_common/sanitizer_posix_libcdep.cc:149(__sanitizer::Abort())[0x7f83a830c2e2]
      sanitizer_common/sanitizer_termination.cc:58(__sanitizer::Die())[0x7f83a8316e8c]
      asan/asan_report.cc:185(__asan::ScopedInErrorReport::~ScopedInErrorReport())[0x7f83a82f852c]
      asan/asan_report.cc:462(__asan::ReportGenericError(unsigned long, unsigned long, unsigned long, unsigned long, bool, unsigned long, unsigned int, bool))[0x7f83a82f7fa3]
      sanitizer_common/sanitizer_common_interceptors.inc:773(memmove)[0x7f83a8281f6f]
      strings/ctype-simple.c:1214(my_copy_8bit)[0x55b9a9faf405]
      include/m_ctype.h:979(charset_info_st::copy_fix(char*, unsigned long, char const*, unsigned long, unsigned long, MY_STRCOPY_STATUS*) const)[0x55b9a861db52]
      sql/sql_string.cc:1145(String_copier::well_formed_copy(charset_info_st const*, char*, unsigned long, charset_info_st const*, char const*, unsigned long, unsigned long))[0x55b9a861c9a6]
      sql/field.h:2213(Field_longstr::well_formed_copy_with_check(char*, unsigned long, charset_info_st const*, char const*, unsigned long, unsigned long, bool, unsigned int*))[0x55b9a8bd4118]
      sql/field.cc:8710(Field_blob::store(char const*, unsigned long, charset_info_st const*))[0x55b9a8bb7e3e]
      sql/field.cc:8889(Field_blob::set_key_image(unsigned char const*, unsigned int))[0x55b9a8bba381]
      sql/opt_range.cc:3720(store_key_image_to_rec(Field*, unsigned char*, unsigned int))[0x55b9a807c299]
      sql/sql_statistics.cc:4089(Histogram_binary::range_selectivity(Field*, st_key_range*, st_key_range*, double))[0x55b9a8607c18]
      sql/sql_statistics.cc:3914(get_column_range_cardinality(Field*, st_key_range*, st_key_range*, unsigned int))[0x55b9a8606fdc]
      sql/opt_range.cc:3281(records_in_column_ranges(PARAM*, unsigned int, SEL_ARG*))[0x55b9a807903d]
      sql/opt_range.cc:3566(calculate_cond_selectivity_for_table(THD*, TABLE*, Item**))[0x55b9a807af9c]
      sql/sql_select.cc:5921(make_join_statistics(JOIN*, List<TABLE_LIST>&, st_dynamic_array*))[0x55b9a84a30e1]
      sql/sql_select.cc:2539(JOIN::optimize_inner())[0x55b9a8483fca]
      sql/sql_select.cc:1875(JOIN::optimize())[0x55b9a847dba5]
      sql/sql_select.cc:5084(mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*))[0x55b9a849b5b8]
      sql/sql_select.cc:586(handle_select(THD*, LEX*, select_result*, unsigned long))[0x55b9a8470931]
      sql/sql_parse.cc:6278(execute_sqlcom_select(THD*, TABLE_LIST*))[0x55b9a83ae42c]
      sql/sql_parse.cc:3948(mysql_execute_command(THD*, bool))[0x55b9a839cfba]
      sql/sql_parse.cc:8041(mysql_parse(THD*, char*, unsigned int, Parser_state*))[0x55b9a83b8352]
      sql/sql_parse.cc:1896(dispatch_command(enum_server_command, THD*, char*, unsigned int, bool))[0x55b9a83903d1]
      sql/sql_parse.cc:1407(do_command(THD*, bool))[0x55b9a838d82d]
      sql/sql_connect.cc:1416(do_handle_one_connection(CONNECT*, bool))[0x55b9a87eb6a6]
      sql/sql_connect.cc:1322(handle_one_connection)[0x55b9a87eb02e]
      perfschema/pfs.cc:2203(pfs_spawn_thread)[0x55b9a933a0f0]
      nptl/pthread_create.c:478(start_thread)[0x7f83a7d6c609]
      addr2line: DWARF error: section .debug_info is larger than its filesize! (0x93ef57 vs 0x530ea0)
      /lib/x86_64-linux-gnu/libc.so.6(clone+0x43)[0x7f83a793f133]
      Query (0x6290000fa238): /* TID 1-11947 QNO 4281-2  `dbt3_db`.`part`  */ SELECT `alttcol181` FROM `dbt3_db`.`part` WHERE alttcol181 LIKE 'eucyaq%'
      Status: NOT_KILLED
      

      Attachments

        Activity

          People

            psergei Sergei Petrunia
            elenst Elena Stepanova
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.