Do not report ERROR when sample rate equals 100
@ -36,3 +36,59 @@ dooba
|
||||
# Changelogs
|
||||
|
||||
Please look into dooba script file header.
|
||||
|
||||
# Screenshot
|
||||
|
||||
## version 1.0
|
||||
|
||||
### dooba offline index
|
||||
|
||||

|
||||
|
||||
### dooba machine
|
||||
|
||||

|
||||
|
||||
### dooba help
|
||||
|
||||

|
||||
|
||||
## version 0.4
|
||||
|
||||
### dooba shell
|
||||
|
||||

|
||||
|
||||
### dooba sql
|
||||
|
||||

|
||||
|
||||
### dooba UpdateServer
|
||||
|
||||

|
||||
|
||||
### dooba ChunkServer
|
||||
|
||||

|
||||
|
||||
## version 0.2, 0.3
|
||||
|
||||
### Gallery of OceanBase
|
||||
|
||||

|
||||
|
||||
### SQL of OceanBase
|
||||
|
||||

|
||||
|
||||
### UpdateServer of OceanBase
|
||||
|
||||

|
||||
|
||||
### ChunkServer of OceanBase
|
||||
|
||||

|
||||
|
||||
## version 0.1
|
||||
|
||||

|
||||
|
||||
BIN
script/dooba/screenshot/v0_1.png
Executable file
|
After Width: | Height: | Size: 21 KiB |
BIN
script/dooba/screenshot/v0_2-cs.png
Executable file
|
After Width: | Height: | Size: 16 KiB |
BIN
script/dooba/screenshot/v0_2-gallery.png
Executable file
|
After Width: | Height: | Size: 12 KiB |
BIN
script/dooba/screenshot/v0_2-sql.png
Executable file
|
After Width: | Height: | Size: 15 KiB |
BIN
script/dooba/screenshot/v0_2-ups.png
Executable file
|
After Width: | Height: | Size: 17 KiB |
BIN
script/dooba/screenshot/v0_4-cs.png
Executable file
|
After Width: | Height: | Size: 150 KiB |
BIN
script/dooba/screenshot/v0_4-shell.png
Executable file
|
After Width: | Height: | Size: 70 KiB |
BIN
script/dooba/screenshot/v0_4-sql.png
Executable file
|
After Width: | Height: | Size: 138 KiB |
BIN
script/dooba/screenshot/v0_4-ups.png
Executable file
|
After Width: | Height: | Size: 68 KiB |
BIN
script/dooba/screenshot/v1_0-cs.png
Executable file
|
After Width: | Height: | Size: 141 KiB |
BIN
script/dooba/screenshot/v1_0-gallery.png
Executable file
|
After Width: | Height: | Size: 53 KiB |
BIN
script/dooba/screenshot/v1_0-help.png
Executable file
|
After Width: | Height: | Size: 87 KiB |
BIN
script/dooba/screenshot/v1_0-machine.png
Executable file
|
After Width: | Height: | Size: 106 KiB |
BIN
script/dooba/screenshot/v1_0-offline.png
Executable file
|
After Width: | Height: | Size: 38 KiB |
BIN
script/dooba/screenshot/v1_0-online.png
Executable file
|
After Width: | Height: | Size: 32 KiB |
BIN
script/dooba/screenshot/v1_0-select_cluster.png
Executable file
|
After Width: | Height: | Size: 34 KiB |
BIN
script/dooba/screenshot/v1_0-sql.png
Executable file
|
After Width: | Height: | Size: 131 KiB |
BIN
script/dooba/screenshot/v1_0-ups.png
Executable file
|
After Width: | Height: | Size: 110 KiB |
@ -17,7 +17,7 @@ param['null'] = '\3'
|
||||
|
||||
param['table_name'] = 't1'
|
||||
param['column_count'] = 4
|
||||
param['host'] = "127.0.0.1"
|
||||
param['host'] = "10.232.38.8"
|
||||
param['port'] = 35999
|
||||
param['user'] = "admin"
|
||||
param['passwd'] = "admin"
|
||||
|
||||