diff options
| author | 刘畅 <[email protected]> | 2023-06-09 09:16:22 +0000 |
|---|---|---|
| committer | 刘畅 <[email protected]> | 2023-06-09 09:16:22 +0000 |
| commit | 64ad3f73726f2f1f9fc02f5729cac823d686fd73 (patch) | |
| tree | fd81ae8c3922b01337145cbb92e9082078c09d06 | |
| parent | 6953195e4c591946f4e007235512b104518052fd (diff) | |
| parent | 2f0cffeb2f02e37615f32ba787996db7344b964a (diff) | |
Merge branch 'bugfix_fix_maat_table_info_keylen' into 'rel'v1.2.5
bugfix: TSG-15490, fix key_len of table_info
See merge request tango/shaping-engine!31
| -rw-r--r-- | conf/table_info.json | 2 | ||||
| -rw-r--r-- | shaping/test/test_conf/table_info.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/table_info.json b/conf/table_info.json index 71382b5..692f4f6 100644 --- a/conf/table_info.json +++ b/conf/table_info.json @@ -7,7 +7,7 @@ "custom": { "key": 1, "key_type": "integer", - "key_len": 4 + "key_len": 8 } }, { diff --git a/shaping/test/test_conf/table_info.json b/shaping/test/test_conf/table_info.json index 71382b5..692f4f6 100644 --- a/shaping/test/test_conf/table_info.json +++ b/shaping/test/test_conf/table_info.json @@ -7,7 +7,7 @@ "custom": { "key": 1, "key_type": "integer", - "key_len": 4 + "key_len": 8 } }, { |
