summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliuchang <[email protected]>2023-06-09 09:10:45 +0000
committerliuchang <[email protected]>2023-06-09 09:10:45 +0000
commit2f0cffeb2f02e37615f32ba787996db7344b964a (patch)
treefd81ae8c3922b01337145cbb92e9082078c09d06
parent6953195e4c591946f4e007235512b104518052fd (diff)
bugfix: TSG-15490, fix key_len of table_info
-rw-r--r--conf/table_info.json2
-rw-r--r--shaping/test/test_conf/table_info.json2
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
}
},
{