mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
ndb
rename config.cpp -> ndb_config.cpp for case insesitive filesystems why wasn't this done in 4.1 directly ndb/tools/ndb_config.cpp: Rename: ndb/tools/config.cpp -> ndb/tools/ndb_config.cpp mysql-test/t/ndb_config.test: remove include only present in 5.0 ndb/tools/Makefile.am: rename config.cpp -> ndb_config.cpp for case insesitive filesystems why wasn't this done in 4.1 directly
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
-- source include/have_ndb.inc
|
||||
-- source include/ndb_default_cluster.inc
|
||||
-- source include/not_embedded.inc
|
||||
|
||||
--exec $NDB_TOOLS_DIR/ndb_config --no-defaults --query=type,nodeid,host 2> /dev/null
|
||||
|
@ -32,7 +32,7 @@ ndb_restore_SOURCES = restore/restore_main.cpp \
|
||||
restore/consumer_printer.cpp \
|
||||
restore/Restore.cpp
|
||||
|
||||
ndb_config_SOURCES = config.cpp \
|
||||
ndb_config_SOURCES = ndb_config.cpp \
|
||||
../src/mgmsrv/Config.cpp \
|
||||
../src/mgmsrv/ConfigInfo.cpp \
|
||||
../src/mgmsrv/InitConfigFileParser.cpp
|
||||
|
Reference in New Issue
Block a user