Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. 2014-07-23 13:30:45 7fa06a1d6700 InnoDB: Assertion failure in thread 140326951806720 in file fil0pagecompress.cc line 107
  2. InnoDB: Failing assertion: version == 1
  3. InnoDB: We intentionally generate a memory trap.
  4. ...
  5. /lib64/libc.so.6(abort+0x148)[0x7fa067e3d948]
  6. fil/fil0pagecompress.cc:110(fil_decompress_page_2)[0xdb7a1a]
  7. fil/fil0pagecompress.cc:492(fil_decompress_page(unsigned char*, unsigned char*, unsigned long, unsigned long*))[0xdb8559]
  8. os/os0file.cc:3203(os_file_read_no_error_handling_func(int, void*, unsigned long, unsigned long))[0xbfef3c]
  9. include/os0file.ic:313(pfs_os_file_read_no_error_handling_func)[0xc5e1e7]
  10. row/row0merge.cc:780(row_merge_read(int, unsigned long, unsigned char*))[0xc6508b]
  11. row/row0merge.cc:2309(row_merge_insert_index_tuples)[0xc6889f]
  12. row/row0merge.cc:3632(row_merge_build_indexes(trx_t*, dict_table_t*, dict_table_t*, bool, dict_index_t**, unsigned long const*, unsigned long, TABLE*, dtuple_t const*, unsigned long const*, unsigned long, ib_sequence_t&))[0xc6b186]
  13. handler/handler0alter.cc:4045(ha_innobase::inplace_alter_table(TABLE*, Alter_inplace_info*))[0xb9cfce]
  14. sql/handler.h:3546(handler::ha_inplace_alter_table(TABLE*, Alter_inplace_info*))[0x72e86f]
  15. sql/sql_table.cc:7009(mysql_inplace_alter_table)[0x727401]
  16. sql/sql_table.cc:8785(mysql_alter_table(THD*, char*, char*, HA_CREATE_INFO*, TABLE_LIST*, Alter_info*, unsigned int, st_order*, bool))[0x72b8ab]
  17. sql/sql_parse.cc:3073(mysql_execute_command(THD*))[0x67654e]
  18. sql/sql_parse.cc:6461(mysql_parse(THD*, char*, unsigned int, Parser_state*))[0x67f83f]
  19. sql/sql_parse.cc:1311(dispatch_command(enum_server_command, THD*, char*, unsigned int))[0x6724b9]
  20. sql/sql_parse.cc:1006(do_command(THD*))[0x67185e]
  21. sql/sql_connect.cc:1379(do_handle_one_connection(THD*))[0x78e4fd]
  22. ...
  23. Failing test(s): main.range_vs_index_merge_innodb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement