./client/mysql_plugin -n -v --basedir=. --datadir=../datadir-10.2 --plugin_dir=./storage/rocksdb/ --plugin_ini=./client/rock.ini rocksdb ENABLE
|
# basedir = ./
|
# plugin_dir = ./storage/rocksdb/
|
# datadir = ../datadir-10.2
|
# plugin_ini = ./client/rock.ini
|
# Found tool 'mysqld' as './sql/mysqld'.
|
# Found plugin 'rocksdb' as './storage/rocksdb/ha_rocksdb.so'
|
# Enabling rocksdb...
|
# Query: REPLACE INTO mysql.plugin VALUES ('rocksdb','ha_rocksdb.so');
|
|
# Command: ./sql/mysqld --no-defaults --bootstrap --datadir=../datadir-10.2 --basedir=./ < /tmp/sqlKVZvTM
|
2019-04-09 23:58:58 140270533934080 [Note] ./sql/mysqld (mysqld 10.2.24-MariaDB-debug) starting as process 3202 ...
|
2019-04-09 23:58:58 140270533934080 [Warning] Could not increase number of max_open_files to more than 1024 (request: 4186)
|
2019-04-09 23:58:58 140270533934080 [Warning] Changed limits: max_open_files: 1024 max_connections: 151 (was 151) table_cache: 421 (was 2000)
|
2019-04-09 23:58:58 140270533934080 [ERROR] Can't find messagefile '/home/anel/workspace/10.2/share/errmsg.sys'
|
2019-04-09 23:58:58 140270533934080 [ERROR] Aborting
|
|
ERROR: Unexpected result from bootstrap. Error code: 256.
|