diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-01-19 11:31:55 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-01-19 11:31:55 -0800 |
| commit | f13c082583e78a8ab85c457dca93c6eb800961fc (patch) | |
| tree | f496374764e3529200691494fef51a8e1b23604d | |
| parent | e439b65e387609b2a761d9a976c0efc44060dff5 (diff) | |
| download | seaweedfs-f13c082583e78a8ab85c457dca93c6eb800961fc.tar.xz seaweedfs-f13c082583e78a8ab85c457dca93c6eb800961fc.zip | |
add memsql to comments
| -rw-r--r-- | weed/command/scaffold.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go index 887c9883f..f55123573 100644 --- a/weed/command/scaffold.go +++ b/weed/command/scaffold.go @@ -101,7 +101,7 @@ dir = "./filerldb3" # directory to store level db files enabled = false dir = "./filerrdb" # directory to store rocksdb files -[mysql] # or tidb +[mysql] # or memsql, tidb # CREATE TABLE IF NOT EXISTS filemeta ( # dirhash BIGINT COMMENT 'first 64 bits of MD5 hash value of directory field', # name VARCHAR(1000) COMMENT 'directory or file name', |
