Skip to content

Instantly share code, notes, and snippets.

@spetrunia
Created July 9, 2017 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spetrunia/35738308469e27381056c6e90a5e2ce6 to your computer and use it in GitHub Desktop.
Save spetrunia/35738308469e27381056c6e90a5e2ce6 to your computer and use it in GitHub Desktop.
MariaDB 10.2:
#0 myrocks::ha_rocksdb::delete_table (this=0x7fffb40de3f8, tablename=0x7ffff46fe2a0 "./test/t10") at /home/psergey/dev-git/10.2/storage/rocksdb/ha_rocksdb.cc:8751
#1 0x00007fffe777bb3f in myrocks::ha_rocksdb::create (this=0x7fffb40de3f8, name=0x7ffff46fe2a0 "./test/t10", table_arg=0x7ffff46fce60, create_info=0x7ffff46fe150) at /home/psergey/dev-git/10.2/storage/rocksdb/ha_rocksdb.cc:5429
#2 0x0000555555d7f794 in handler::ha_create (this=0x7fffb40de3f8, name=0x7ffff46fe2a0 "./test/t10", form=0x7ffff46fce60, info_arg=0x7ffff46fe150) at /home/psergey/dev-git/10.2/sql/handler.cc:4329
#3 0x0000555555d806bd in ha_create_table (thd=0x7fffb4000b00, path=0x7ffff46fe2a0 "./test/t10", db=0x7fffb4011680 "test", table_name=0x7fffb4011038 "t10", create_info=0x7ffff46fe150, frm=0x0) at /home/psergey/dev-git/10.2/sql/handler.cc:4700
#4 0x0000555555c82f95 in dd_recreate_table (thd=0x7fffb4000b00, db=0x7fffb4011680 "test", table_name=0x7fffb4011038 "t10", path=0x7ffff46fe2a0 "./test/t10") at /home/psergey/dev-git/10.2/sql/datadict.cc:176
#5 0x0000555555f43784 in Sql_cmd_truncate_table::truncate_table (this=0x7fffb4011688, thd=0x7fffb4000b00, table_ref=0x7fffb4011070) at /home/psergey/dev-git/10.2/sql/sql_truncate.cc:427
#6 0x0000555555f4397e in Sql_cmd_truncate_table::execute (this=0x7fffb4011688, thd=0x7fffb4000b00) at /home/psergey/dev-git/10.2/sql/sql_truncate.cc:498
#7 0x0000555555b0b394 in mysql_execute_command (thd=0x7fffb4000b00) at /home/psergey/dev-git/10.2/sql/sql_parse.cc:6212
#8 0x0000555555b0fc22 in mysql_parse (thd=0x7fffb4000b00, rawbuf=0x7fffb4010fa8 "truncate t10", length=12, parser_state=0x7ffff46ff210, is_com_multi=false, is_next_command=false) at /home/psergey/dev-git/10.2/sql/sql_parse.cc:7879
#9 0x0000555555afdce6 in dispatch_command (command=COM_QUERY, thd=0x7fffb4000b00, packet=0x7fffb4008861 "truncate t10", packet_length=12, is_com_multi=false, is_next_command=false) at /home/psergey/dev-git/10.2/sql/sql_parse.cc:1817
#10 0x0000555555afc627 in do_command (thd=0x7fffb4000b00) at /home/psergey/dev-git/10.2/sql/sql_parse.cc:1362
#11 0x0000555555c4900c in do_handle_one_connection (connect=0x555557c7a7e0) at /home/psergey/dev-git/10.2/sql/sql_connect.cc:1354
#12 0x0000555555c48d99 in handle_one_connection (arg=0x555557c7a7e0) at /home/psergey/dev-git/10.2/sql/sql_connect.cc:1260
#13 0x00007ffff650a182 in start_thread (arg=0x7ffff4700700) at pthread_create.c:312
#14 0x00007ffff5a1730d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment