z
z
### Describe your feature request select long range text with image, copy to word ### What problem does this feature solve? [optional] ### Additional context [optional]
## Question #14780 tp999 from 50ms increased to 800+ms If so, how to solve this without upgrade to v6.5.3?
https://github.com/tikv/rocksdb/blob/ce0ea61aecd53ac02a0e7da2b166961c7d98650a/db/compaction/compaction.cc#L549 ExtractUserKey(*start) will assert false! same to ExtractUserKey(*end) Am I right?
I has made some changes for rocksdb wich lead some panics. But the backtrace is unreadable ? Can you help me fix it? thanks! 
## Bug Report **What version of Kubernetes are you using?** Client Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.2", GitCommit:"f66044f4361b9f1f96f0053dd46cb7dce5e990a8", GitTreeState:"clean", BuildDate:"2022-06-15T14:22:29Z", GoVersion:"go1.18.3", Compiler:"gc", Platform:"linux/amd64"} Kustomize Version: v4.5.4 Server Version: version.Info{Major:"1", Minor:"16+", GitVersion:"v1.16.4-12.8d683d9", GitCommit:"8d683d982b20a8f28a62ad502db0f352e50f621c",...
## Enhancement ``` CREATE TABLE `tb` ( `id` char(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL, `created_by` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL, `date_created` datetime(6) DEFAULT NULL, `date_updated`...