diff options
author | pekka@mysql.com <> | 2005-03-06 14:09:28 +0100 |
---|---|---|
committer | pekka@mysql.com <> | 2005-03-06 14:09:28 +0100 |
commit | 3a346382ccb9d3fe8dc9f941e4e6af09d8e8199a (patch) | |
tree | 2c7cf33921424db1d84205cf224de74ed80ba4fd /ndb/test/ndbapi/bench | |
parent | 0d6947de5b2c0545c2a3a06e742ab14fc06dc6d2 (diff) | |
download | mariadb-git-3a346382ccb9d3fe8dc9f941e4e6af09d8e8199a.tar.gz |
ndb - remove obsolete attribute storage type ACC vs TUP
Diffstat (limited to 'ndb/test/ndbapi/bench')
-rw-r--r-- | ndb/test/ndbapi/bench/userInterface.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ndb/test/ndbapi/bench/userInterface.cpp b/ndb/test/ndbapi/bench/userInterface.cpp index 683552c3133..35e88183230 100644 --- a/ndb/test/ndbapi/bench/userInterface.cpp +++ b/ndb/test/ndbapi/bench/userInterface.cpp @@ -173,7 +173,7 @@ create_table_server(Ndb * pNdb){ String, MMBased, NotNullAttribute, - NormalStorageAttribute, + 0, 0, 1, 16); @@ -376,7 +376,7 @@ create_table_subscriber(Ndb * pNdb){ String, MMBased, NotNullAttribute, - NormalStorageAttribute, + 0, 0, 1, 16); @@ -494,7 +494,7 @@ create_table_session(Ndb * pNdb){ String, MMBased, NotNullAttribute, - NormalStorageAttribute, + 0, 0, 1, 16); |