{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":755247756,"defaultBranch":"fb-mysql-8.0.32","name":"mysql-5.6","ownerLogin":"BU-DiSC","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2024-02-09T18:25:31.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/69327079?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718853834.0","currentOid":""},"activityList":{"items":[{"before":"4f31d900c65d4cf6587ee93610d2598ddba0a890","after":null,"ref":"refs/heads/origin/dpt-extension","pushedAt":"2024-06-20T03:23:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"aaron-ang","name":"Aaron Ang","path":"/aaron-ang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67321817?s=80&v=4"}},{"before":null,"after":"4f31d900c65d4cf6587ee93610d2598ddba0a890","ref":"refs/heads/origin/dpt-extension","pushedAt":"2024-06-20T03:23:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"aaron-ang","name":"Aaron Ang","path":"/aaron-ang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67321817?s=80&v=4"},"commit":{"message":"vectordb handle vector search without limit clause and wrong ordering\n\nSummary:\nright now using a `order by vector_distance` without `limit` clause will cause server OOM, because we pass limit value to faiss to set the in-memory result heap, and limit value is HA_POS_ERROR in that case.\n- choose the FB_VECTOR_SEARCH_INDEX_SCAN search type when limit value is HA_POS_ERROR. In this type, we do not use the limit value.\n- when a query contains `HAVING` clause, the optimizer will set `JOIN::m_select_limit` to `HA_POS_ERROR`. now vector searches with `HAVING` clause will also use FB_VECTOR_SEARCH_INDEX_SCAN search type.\n\nright now vector index will be picked for `order by l2 desc` or `order by ip asc`, these orders are not supported by vector index. now, we do not choose vector index for these ordering.\n\nDifferential Revision: D58621516\n\nfbshipit-source-id: 28c3fe63c70bff8244f5c5772b73fa9ad3a9aa5a","shortMessageHtmlLink":"vectordb handle vector search without limit clause and wrong ordering"}},{"before":"4f31d900c65d4cf6587ee93610d2598ddba0a890","after":null,"ref":"refs/heads/origin/dpt-extension","pushedAt":"2024-06-20T03:22:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"aaron-ang","name":"Aaron Ang","path":"/aaron-ang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67321817?s=80&v=4"}},{"before":null,"after":"4f31d900c65d4cf6587ee93610d2598ddba0a890","ref":"refs/heads/origin/dpt-extension","pushedAt":"2024-06-20T03:19:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"aaron-ang","name":"Aaron Ang","path":"/aaron-ang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67321817?s=80&v=4"},"commit":{"message":"vectordb handle vector search without limit clause and wrong ordering\n\nSummary:\nright now using a `order by vector_distance` without `limit` clause will cause server OOM, because we pass limit value to faiss to set the in-memory result heap, and limit value is HA_POS_ERROR in that case.\n- choose the FB_VECTOR_SEARCH_INDEX_SCAN search type when limit value is HA_POS_ERROR. In this type, we do not use the limit value.\n- when a query contains `HAVING` clause, the optimizer will set `JOIN::m_select_limit` to `HA_POS_ERROR`. now vector searches with `HAVING` clause will also use FB_VECTOR_SEARCH_INDEX_SCAN search type.\n\nright now vector index will be picked for `order by l2 desc` or `order by ip asc`, these orders are not supported by vector index. now, we do not choose vector index for these ordering.\n\nDifferential Revision: D58621516\n\nfbshipit-source-id: 28c3fe63c70bff8244f5c5772b73fa9ad3a9aa5a","shortMessageHtmlLink":"vectordb handle vector search without limit clause and wrong ordering"}},{"before":"4f31d900c65d4cf6587ee93610d2598ddba0a890","after":null,"ref":"refs/heads/main","pushedAt":"2024-06-20T02:31:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"aaron-ang","name":"Aaron Ang","path":"/aaron-ang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67321817?s=80&v=4"}},{"before":null,"after":"4f31d900c65d4cf6587ee93610d2598ddba0a890","ref":"refs/heads/fb-mysql-8.0.32","pushedAt":"2024-06-20T02:31:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"aaron-ang","name":"Aaron Ang","path":"/aaron-ang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67321817?s=80&v=4"},"commit":{"message":"vectordb handle vector search without limit clause and wrong ordering\n\nSummary:\nright now using a `order by vector_distance` without `limit` clause will cause server OOM, because we pass limit value to faiss to set the in-memory result heap, and limit value is HA_POS_ERROR in that case.\n- choose the FB_VECTOR_SEARCH_INDEX_SCAN search type when limit value is HA_POS_ERROR. In this type, we do not use the limit value.\n- when a query contains `HAVING` clause, the optimizer will set `JOIN::m_select_limit` to `HA_POS_ERROR`. now vector searches with `HAVING` clause will also use FB_VECTOR_SEARCH_INDEX_SCAN search type.\n\nright now vector index will be picked for `order by l2 desc` or `order by ip asc`, these orders are not supported by vector index. now, we do not choose vector index for these ordering.\n\nDifferential Revision: D58621516\n\nfbshipit-source-id: 28c3fe63c70bff8244f5c5772b73fa9ad3a9aa5a","shortMessageHtmlLink":"vectordb handle vector search without limit clause and wrong ordering"}},{"before":null,"after":"4f31d900c65d4cf6587ee93610d2598ddba0a890","ref":"refs/heads/main","pushedAt":"2024-06-20T02:29:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"aaron-ang","name":"Aaron Ang","path":"/aaron-ang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67321817?s=80&v=4"},"commit":{"message":"vectordb handle vector search without limit clause and wrong ordering\n\nSummary:\nright now using a `order by vector_distance` without `limit` clause will cause server OOM, because we pass limit value to faiss to set the in-memory result heap, and limit value is HA_POS_ERROR in that case.\n- choose the FB_VECTOR_SEARCH_INDEX_SCAN search type when limit value is HA_POS_ERROR. In this type, we do not use the limit value.\n- when a query contains `HAVING` clause, the optimizer will set `JOIN::m_select_limit` to `HA_POS_ERROR`. now vector searches with `HAVING` clause will also use FB_VECTOR_SEARCH_INDEX_SCAN search type.\n\nright now vector index will be picked for `order by l2 desc` or `order by ip asc`, these orders are not supported by vector index. now, we do not choose vector index for these ordering.\n\nDifferential Revision: D58621516\n\nfbshipit-source-id: 28c3fe63c70bff8244f5c5772b73fa9ad3a9aa5a","shortMessageHtmlLink":"vectordb handle vector search without limit clause and wrong ordering"}},{"before":"4f31d900c65d4cf6587ee93610d2598ddba0a890","after":null,"ref":"refs/heads/fb-mysql-8.0.32","pushedAt":"2024-06-20T02:28:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"aaron-ang","name":"Aaron Ang","path":"/aaron-ang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67321817?s=80&v=4"}},{"before":null,"after":"4f31d900c65d4cf6587ee93610d2598ddba0a890","ref":"refs/heads/fb-mysql-8.0.32","pushedAt":"2024-06-20T02:21:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"aaron-ang","name":"Aaron Ang","path":"/aaron-ang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67321817?s=80&v=4"},"commit":{"message":"vectordb handle vector search without limit clause and wrong ordering\n\nSummary:\nright now using a `order by vector_distance` without `limit` clause will cause server OOM, because we pass limit value to faiss to set the in-memory result heap, and limit value is HA_POS_ERROR in that case.\n- choose the FB_VECTOR_SEARCH_INDEX_SCAN search type when limit value is HA_POS_ERROR. In this type, we do not use the limit value.\n- when a query contains `HAVING` clause, the optimizer will set `JOIN::m_select_limit` to `HA_POS_ERROR`. now vector searches with `HAVING` clause will also use FB_VECTOR_SEARCH_INDEX_SCAN search type.\n\nright now vector index will be picked for `order by l2 desc` or `order by ip asc`, these orders are not supported by vector index. now, we do not choose vector index for these ordering.\n\nDifferential Revision: D58621516\n\nfbshipit-source-id: 28c3fe63c70bff8244f5c5772b73fa9ad3a9aa5a","shortMessageHtmlLink":"vectordb handle vector search without limit clause and wrong ordering"}},{"before":"4f31d900c65d4cf6587ee93610d2598ddba0a890","after":null,"ref":"refs/heads/fb-mysql-8.0.32","pushedAt":"2024-06-20T02:20:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"aaron-ang","name":"Aaron Ang","path":"/aaron-ang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67321817?s=80&v=4"}},{"before":null,"after":"4f31d900c65d4cf6587ee93610d2598ddba0a890","ref":"refs/heads/fb-mysql-8.0.32","pushedAt":"2024-06-20T02:16:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"aaron-ang","name":"Aaron Ang","path":"/aaron-ang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67321817?s=80&v=4"},"commit":{"message":"vectordb handle vector search without limit clause and wrong ordering\n\nSummary:\nright now using a `order by vector_distance` without `limit` clause will cause server OOM, because we pass limit value to faiss to set the in-memory result heap, and limit value is HA_POS_ERROR in that case.\n- choose the FB_VECTOR_SEARCH_INDEX_SCAN search type when limit value is HA_POS_ERROR. In this type, we do not use the limit value.\n- when a query contains `HAVING` clause, the optimizer will set `JOIN::m_select_limit` to `HA_POS_ERROR`. now vector searches with `HAVING` clause will also use FB_VECTOR_SEARCH_INDEX_SCAN search type.\n\nright now vector index will be picked for `order by l2 desc` or `order by ip asc`, these orders are not supported by vector index. now, we do not choose vector index for these ordering.\n\nDifferential Revision: D58621516\n\nfbshipit-source-id: 28c3fe63c70bff8244f5c5772b73fa9ad3a9aa5a","shortMessageHtmlLink":"vectordb handle vector search without limit clause and wrong ordering"}},{"before":"4f31d900c65d4cf6587ee93610d2598ddba0a890","after":null,"ref":"refs/heads/fb-mysql-8.0.32","pushedAt":"2024-06-20T02:16:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"aaron-ang","name":"Aaron Ang","path":"/aaron-ang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67321817?s=80&v=4"}},{"before":"f8e28cd0274a65b9c921a225514aa1b19c59188d","after":"4f31d900c65d4cf6587ee93610d2598ddba0a890","ref":"refs/heads/fb-mysql-8.0.32","pushedAt":"2024-06-20T02:06:25.000Z","pushType":"push","commitsCount":95,"pusher":{"login":"aaron-ang","name":"Aaron Ang","path":"/aaron-ang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67321817?s=80&v=4"},"commit":{"message":"vectordb handle vector search without limit clause and wrong ordering\n\nSummary:\nright now using a `order by vector_distance` without `limit` clause will cause server OOM, because we pass limit value to faiss to set the in-memory result heap, and limit value is HA_POS_ERROR in that case.\n- choose the FB_VECTOR_SEARCH_INDEX_SCAN search type when limit value is HA_POS_ERROR. In this type, we do not use the limit value.\n- when a query contains `HAVING` clause, the optimizer will set `JOIN::m_select_limit` to `HA_POS_ERROR`. now vector searches with `HAVING` clause will also use FB_VECTOR_SEARCH_INDEX_SCAN search type.\n\nright now vector index will be picked for `order by l2 desc` or `order by ip asc`, these orders are not supported by vector index. now, we do not choose vector index for these ordering.\n\nDifferential Revision: D58621516\n\nfbshipit-source-id: 28c3fe63c70bff8244f5c5772b73fa9ad3a9aa5a","shortMessageHtmlLink":"vectordb handle vector search without limit clause and wrong ordering"}},{"before":"1980aceb68ca73d3e0f0291a2790877cd0a35d43","after":"ba0ee8056e06e9230ee3639f8a3b02cae6f7c347","ref":"refs/heads/dpt-extension","pushedAt":"2024-05-23T20:10:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aaron-ang","name":"Aaron Ang","path":"/aaron-ang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67321817?s=80&v=4"},"commit":{"message":"update rocksdb submodule","shortMessageHtmlLink":"update rocksdb submodule"}},{"before":"1d3cc2f560c578655e4e77ad004c0e76d7569049","after":"1980aceb68ca73d3e0f0291a2790877cd0a35d43","ref":"refs/heads/dpt-extension","pushedAt":"2024-05-23T20:06:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aaron-ang","name":"Aaron Ang","path":"/aaron-ang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67321817?s=80&v=4"},"commit":{"message":"Commit for NEDB: logs for flush and compaction","shortMessageHtmlLink":"Commit for NEDB: logs for flush and compaction"}},{"before":"a9bb58392a9ae3f7098b73b012080e1af4e9bdc9","after":"1d3cc2f560c578655e4e77ad004c0e76d7569049","ref":"refs/heads/dpt-extension","pushedAt":"2024-04-26T19:00:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aaron-ang","name":"Aaron Ang","path":"/aaron-ang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67321817?s=80&v=4"},"commit":{"message":"update rocksdb submodule","shortMessageHtmlLink":"update rocksdb submodule"}},{"before":"02d44375b910de01abdb5fb4bf7da40bb910fabb","after":"f8e28cd0274a65b9c921a225514aa1b19c59188d","ref":"refs/heads/fb-mysql-8.0.32","pushedAt":"2024-04-20T01:17:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aaron-ang","name":"Aaron Ang","path":"/aaron-ang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67321817?s=80&v=4"},"commit":{"message":"Fix fd out of range error for WSfile\n\nSummary:\nWhen mysys try to find filename from its fd, for WSFiles, its data isn't stored in FileInfoVector, thus in my_filename(), it will return \"\", which is very confusing.\n\nThe change is to fetch WSFile name during my_filename() by checking fd\n\nDifferential Revision: D54728856\n\nfbshipit-source-id: 992265e8518582054e9c096dc587598ae32a2aff","shortMessageHtmlLink":"Fix fd out of range error for WSfile"}},{"before":"b1cd18941aa1bba92a0d7e694d13b7e678f01468","after":"a9bb58392a9ae3f7098b73b012080e1af4e9bdc9","ref":"refs/heads/dpt-extension","pushedAt":"2024-04-20T01:17:48.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"aaron-ang","name":"Aaron Ang","path":"/aaron-ang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67321817?s=80&v=4"},"commit":{"message":"Merge branch 'facebook:fb-mysql-8.0.32' into dpt-extension","shortMessageHtmlLink":"Merge branch 'facebook:fb-mysql-8.0.32' into dpt-extension"}},{"before":"b4b053aa03aa920e1f485191e0e681011f15fa7a","after":"02d44375b910de01abdb5fb4bf7da40bb910fabb","ref":"refs/heads/fb-mysql-8.0.32","pushedAt":"2024-04-20T01:00:19.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"aaron-ang","name":"Aaron Ang","path":"/aaron-ang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67321817?s=80&v=4"},"commit":{"message":"Remove duplicate keys that were causing errors with clang-format\n\nSummary:\nclang-format complains about duplicate keys that were added by\nupstream, so remove the older settings.\n\nDifferential Revision: D56257889\n\nfbshipit-source-id: a47ffdc1b57183074bfab36eacd152e846fea6e5","shortMessageHtmlLink":"Remove duplicate keys that were causing errors with clang-format"}},{"before":"aa81bf4adcb3848ae0402d8dd8f5dac9d8c556c7","after":"b1cd18941aa1bba92a0d7e694d13b7e678f01468","ref":"refs/heads/dpt-extension","pushedAt":"2024-04-20T00:59:55.000Z","pushType":"push","commitsCount":84,"pusher":{"login":"aaron-ang","name":"Aaron Ang","path":"/aaron-ang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67321817?s=80&v=4"},"commit":{"message":"Merge branch 'facebook:fb-mysql-8.0.32' into dpt-extension","shortMessageHtmlLink":"Merge branch 'facebook:fb-mysql-8.0.32' into dpt-extension"}},{"before":"f007fa05764d5744bd1757591f89780701ac05f8","after":"aa81bf4adcb3848ae0402d8dd8f5dac9d8c556c7","ref":"refs/heads/dpt-extension","pushedAt":"2024-04-20T00:52:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aaron-ang","name":"Aaron Ang","path":"/aaron-ang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67321817?s=80&v=4"},"commit":{"message":"Add DPT parameter to delete_key function","shortMessageHtmlLink":"Add DPT parameter to delete_key function"}},{"before":"f83a0ca1ff60ca32831f39b9d7e958e0e1de2684","after":"b4b053aa03aa920e1f485191e0e681011f15fa7a","ref":"refs/heads/fb-mysql-8.0.32","pushedAt":"2024-04-11T02:44:17.000Z","pushType":"push","commitsCount":22,"pusher":{"login":"aaron-ang","name":"Aaron Ang","path":"/aaron-ang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67321817?s=80&v=4"},"commit":{"message":"reduce cost of vector search via vector index\n\nSummary:\nVector search via the vector index (i.e. by going through the FAISS library) will be vastly more efficient (both in terms of CPU and IO costs) than a table (or other index) scan followed by filesort.\n\nThis diff adds a configurable parameter to reduce this cost during query planning. This can be used to tweak the vector index costs in the optimizer when, for example, another highly selective index scan (due to WHERE filtering etc) can make that index look cheaper to the optimizer (this could happen when there are a large # of rows in the table).\n\nTo configure the session value:\n set session fb_vector_index_cost_factor = 100;\n\nDifferential Revision: D55904145\n\nfbshipit-source-id: 64e49ad2d1cb5bc9ec5c1270f6c31aee76647468","shortMessageHtmlLink":"reduce cost of vector search via vector index"}},{"before":"c7d33713f254fca8fe06b070c830ddab8136e975","after":"f83a0ca1ff60ca32831f39b9d7e958e0e1de2684","ref":"refs/heads/fb-mysql-8.0.32","pushedAt":"2024-03-28T17:57:50.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"aaron-ang","name":"Aaron Ang","path":"/aaron-ang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67321817?s=80&v=4"},"commit":{"message":"Add raft headers to header install\n\nSummary: Add the three raft headers to the headers installation.\n\nDifferential Revision: D55392570\n\nfbshipit-source-id: fd85209ccc1d65f3a20307b19f8af2b04e409162","shortMessageHtmlLink":"Add raft headers to header install"}},{"before":"8239d1a2d0c96b2b4bfde61831a40e29af2b555b","after":"c7d33713f254fca8fe06b070c830ddab8136e975","ref":"refs/heads/fb-mysql-8.0.32","pushedAt":"2024-03-23T23:22:32.000Z","pushType":"push","commitsCount":15,"pusher":{"login":"aaron-ang","name":"Aaron Ang","path":"/aaron-ang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67321817?s=80&v=4"},"commit":{"message":"Fix potential mutex abandon condition\n\nSummary: Fix another potential issue when the mutex could be abandoned and not released due to `write_stats_frequency` set to 0.\n\nDifferential Revision: D55269005\n\nfbshipit-source-id: e562a9a7401d7f6607e863da8b5a781fc11fbe21","shortMessageHtmlLink":"Fix potential mutex abandon condition"}},{"before":null,"after":"8239d1a2d0c96b2b4bfde61831a40e29af2b555b","ref":"refs/heads/fb-mysql-8.0.32","pushedAt":"2024-03-15T02:21:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"aaron-ang","name":"Aaron Ang","path":"/aaron-ang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67321817?s=80&v=4"},"commit":{"message":"Add support for nprobe session variable and query level hint\n\nSummary:\nNearest neighbor search is most accurate with \"flat\" indexes. With large # of vector embeddings in the dataset, this search can get slow. To speed up the search, approximate nearest neighbor search can be done via indexes like the IVF (family of) indexes. Search accuracy with IVF can be controlled using the \"nprobe\" value. A higher value of \"nprobe\" will (possibly) increase the accuracy and a lower value will speed up the query, but may possibly lower the accuracy. The results can be very dataset and usecase-dependent.\n\nThis diff adds support for defining a default \"nprobe\" value using a new session variable \"rocksdb_nprobe\", as well as a new query hint. The query hint can be used to essentially override the default \"nprobe\" session value. Valid values for both are between 1 and 10000.\n\n set session fb_vector_search_nprobe = 10;\n\nQuery overrides the session default:\n select /*+ SET_VAR(fb_vector_search_nprobe = 1) */ *, fb_vector_l2(vector1, '[0.3, 0.3]') as dis from t1 force index(key1) order by dis limit 10;\n\nDifferential Revision: D54886377\n\nfbshipit-source-id: 6acfa2ec5e270c386d445247839ca413af5f4f42","shortMessageHtmlLink":"Add support for nprobe session variable and query level hint"}},{"before":"ce7d2a736b83b94c2fee1f7e561b3a0ae35c5c73","after":"f007fa05764d5744bd1757591f89780701ac05f8","ref":"refs/heads/dpt-extension","pushedAt":"2024-03-15T02:21:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"aaron-ang","name":"Aaron Ang","path":"/aaron-ang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67321817?s=80&v=4"},"commit":{"message":"DPT for DELETE statement","shortMessageHtmlLink":"DPT for DELETE statement"}},{"before":"9568b1c067748e7bae99d8779716b33135d61a38","after":null,"ref":"refs/heads/revert-3-fb-mysql-8.0.32","pushedAt":"2024-03-15T02:11:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"aaron-ang","name":"Aaron Ang","path":"/aaron-ang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67321817?s=80&v=4"}},{"before":"7e401f413efeddc67baac2a647be87a8e491cb28","after":"ce7d2a736b83b94c2fee1f7e561b3a0ae35c5c73","ref":"refs/heads/dpt-extension","pushedAt":"2024-03-15T02:11:47.000Z","pushType":"pr_merge","commitsCount":34,"pusher":{"login":"aaron-ang","name":"Aaron Ang","path":"/aaron-ang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67321817?s=80&v=4"},"commit":{"message":"Revert \"Avoid setting binlog.write_error on cache write errors\"\n\nThis reverts commit 46ef44ea4959f6a7201fb5adcfa05ab08f664d36.","shortMessageHtmlLink":"Revert \"Avoid setting binlog.write_error on cache write errors\""}},{"before":null,"after":"9568b1c067748e7bae99d8779716b33135d61a38","ref":"refs/heads/revert-3-fb-mysql-8.0.32","pushedAt":"2024-03-15T02:11:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"aaron-ang","name":"Aaron Ang","path":"/aaron-ang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67321817?s=80&v=4"},"commit":{"message":"Revert \"Avoid setting binlog.write_error on cache write errors\"\n\nThis reverts commit 46ef44ea4959f6a7201fb5adcfa05ab08f664d36.","shortMessageHtmlLink":"Revert \"Avoid setting binlog.write_error on cache write errors\""}},{"before":"8239d1a2d0c96b2b4bfde61831a40e29af2b555b","after":null,"ref":"refs/heads/fb-mysql-8.0.32","pushedAt":"2024-03-15T02:10:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"aaron-ang","name":"Aaron Ang","path":"/aaron-ang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67321817?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEahtk-wA","startCursor":null,"endCursor":null}},"title":"Activity ยท BU-DiSC/mysql-5.6"}