mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
ndb - old bench rescue
ndb/test/ndbapi/bench/mainPopulate.cpp: return correct ndb/test/ndbapi/bench/userInterface.cpp: remove NA setting ndb/test/run-test/daily-devel-tests.txt: set correct args
This commit is contained in:
@ -134,7 +134,6 @@ userDbCommit(UserHandle *uh){
|
||||
extern "C" {
|
||||
#endif
|
||||
extern int useTableLogging;
|
||||
extern int useIndexTables;
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
@ -377,7 +376,7 @@ create_table_subscriber(Ndb * pNdb){
|
||||
String,
|
||||
MMBased,
|
||||
NotNullAttribute,
|
||||
(useIndexTables ? IndexStorageAttribute : NormalStorageAttribute),
|
||||
NormalStorageAttribute,
|
||||
0,
|
||||
1,
|
||||
16);
|
||||
|
Reference in New Issue
Block a user