When I start MySQL with default-storage-engine disabled , I have even more descriptive ERROR log:
131025 17:33:19 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
131025 17:33:19 [Note] Plugin 'InnoDB' is disabled.
131025 17:33:19 [Note] Plugin 'FEEDBACK' is disabled.
Fri Oct 25 17:33:19 2013 Tokudb recovery starting in env /var/lib/mysql/
Fri Oct 25 17:33:19 2013 Tokudb recovery failed -30975
/home/tcallaghan/temp/mariadb/mariadb/storage/tokudb/ft-index/portability/file.cc:468 file_fsync_internal: Assertion `get_error_errno() == EINTR' failed (errno=22)
: Invalid argument
Backtrace: (Note: toku_do_assert=0x0x7fe28f1612c0)
/usr/local/mysql/lib/plugin/ha_tokudb.so(+0x128118)[0x7fe28f161118]
/usr/local/mysql/lib/plugin/ha_tokudb.so(+0x1282bd)[0x7fe28f1612bd]
/usr/local/mysql/lib/plugin/ha_tokudb.so(+0x1278a2)[0x7fe28f1608a2]
/usr/local/mysql/lib/plugin/ha_tokudb.so(_Z23toku_logger_maybe_fsyncP10tokulogger10__toku_lsnib+0x23a)[0x7fe28f10251a]
/usr/local/mysql/lib/plugin/ha_tokudb.so(_Z23toku_log_end_checkpointP10tokuloggerP10__toku_lsniS1_mjj+0x141)[0x7fe28f131311]
/usr/local/mysql/lib/plugin/ha_tokudb.so(_ZN12checkpointer18log_end_checkpointEv+0x31)[0x7fe28f0cf5b1]
/usr/local/mysql/lib/plugin/ha_tokudb.so(_ZN12checkpointer14end_checkpointEPFvPvES0_+0x65)[0x7fe28f0cfc35]
/usr/local/mysql/lib/plugin/ha_tokudb.so(_Z15toku_checkpointP12checkpointerP10tokuloggerPFvPvES3_S5_S3_19checkpoint_caller_t+0x155)[0x7fe28f0bcd05]
/usr/local/mysql/lib/plugin/ha_tokudb.so(+0x70d71)[0x7fe28f0a9d71]
/usr/local/mysql/lib/plugin/ha_tokudb.so(+0x49d85)[0x7fe28f082d85]
/usr/local/mysql/bin/mysqld(_Z24ha_initialize_handlertonP13st_plugin_int+0x48)[0x7005a8]
/usr/local/mysql/bin/mysqld[0x5d99d9]
/usr/local/mysql/bin/mysqld(_Z11plugin_initPiPPci+0x923)[0x5dcca3]
/usr/local/mysql/bin/mysqld[0x55785e]
/usr/local/mysql/bin/mysqld(_Z11mysqld_mainiPPc+0x35b)[0x55835b]
/lib64/libc.so.6(__libc_start_main+0xfd)[0x7fe2a04a4cdd]
/usr/local/mysql/bin/mysqld[0x51bbed]
Engine status function not available
Memory usage:
Arena 0:
system bytes = 0
in use bytes = 0
Total (incl. mmap):
system bytes = 0
in use bytes = 0
max mmap regions = 0
max mmap bytes = 0
131025 17:33:19 [ERROR] mysqld got signal 6 ;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help
diagnose the problem, but since we have already crashed,
something is definitely wrong and this may fail.
Server version: 5.5.30-tokudb-7.0.3-MariaDB
key_buffer_size=104857600
read_buffer_size=131072
max_used_connections=0
max_threads=2002
thread_count=0
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 8587127 K bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
Thread pointer: 0x0x0
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
stack_bottom = 0x0 thread_stack 0x48000
mysys/stacktrace.c:247(my_print_stacktrace)[0xada50b]
sql/signal_handler.cc:153(handle_fatal_signal)[0x6fdf4e]
??:0(??)[0x7fe2a11ed500]
??:0(??)[0x7fe2a04b88e5]
??:0(??)[0x7fe2a04ba0c5]
??:0(??)[0x7fe28f161217]
??:0(??)[0x7fe28f1612bd]
??:0(??)[0x7fe28f1608a2]
??:0(??)[0x7fe28f10251a]
??:0(??)[0x7fe28f131311]
??:0(??)[0x7fe28f0cf5b1]
??:0(??)[0x7fe28f0cfc35]
??:0(??)[0x7fe28f0bcd05]
??:0(??)[0x7fe28f0a9d71]
??:0(??)[0x7fe28f082d85]
sql/handler.cc:476(ha_initialize_handlerton(st_plugin_int*))[0x7005a8]
sql/sql_plugin.cc:1354(plugin_initialize)[0x5d99d9]
sql/sql_plugin.cc:1648(plugin_init(int*, char**, int))[0x5dcca3]
sql/mysqld.cc:4289(init_server_components)[0x55785e]
sql/mysqld.cc:4847(mysqld_main(int, char**))[0x55835b]
??:0(??)[0x7fe2a04a4cdd]
??:0(_start)[0x51bbed]
information that should help you find out what is causing the crash.
131025 17:33:19 mysqld_safe mysqld from pid file /var/lib/mysql//MAI-R6-DED24.pid ended