mirror of https://gitee.com/bigwinds/arangodb
bugfix wrong function call for mruby
This commit is contained in:
parent
7a476e9a13
commit
144c5ca634
|
@ -1002,7 +1002,7 @@ int ArangoServer::executeRubyConsole () {
|
|||
bool ok;
|
||||
|
||||
// open the database
|
||||
openDatabase();
|
||||
openDatabases();
|
||||
|
||||
// load authentication
|
||||
TRI_LoadAuthInfoVocBase(_vocbase);
|
||||
|
|
Loading…
Reference in New Issue