issues Search Results · repo:cstack/db_tutorial language:C
Filter by
59 results
(59 ms)59 results
incstack/db_tutorial (press backspace or delete to remove)Atempt to get the rightmost child without validation
Issue
In db.c : create_new_root(...)
code:
if (get_node_type(left_child) == NODE_INTERNAL) {
void* child;
for (int i = 0; i *internal_node_num_keys(left_child); ...
RFoe
- Opened on Mar 30
- #113
Potential Initialization Bug in B+Tree Node Splitting
Report
In db.c:683-689, there s a potential logical error:
if (get_node_type(root) == NODE_INTERNAL) {
initialize_internal_node(right_child);
...
RFoe
- Opened on Mar 30
- #112
it prints error message when table is full do
script = (1..1401).map do |i|
insert #{i} user#{i} person#{i}@example.com
end
script .exit
result = run_script(script)
expect(result[-2]).to ...
shinyewon
- Opened on Aug 20, 2024
- #110
Not able to get the code up and running... Any recommended compiler or releases available.. Please advise
Balachandar-Ganesan
- 1
- Opened on Apr 9, 2024
- #109
In part5, when i run bundle exec rspec i encounter this problem but not before part4, so what happened?
qq909244296
- 1
- Opened on Sep 13, 2023
- #107
After updating get_node_max_key you should see the othere functiosn that are using the function like
leaf_node_split_and_insert this function needs to be updated because it is still using the old definition ...
Uzair-90
- Opened on Aug 16, 2023
- #106
https://github.com/cstack/db_tutorial/blame/bd4b1ee536c91cdd446251e1b9a71a4b06c4efb0/_parts/part14.md#L365
Uzair-90
- Opened on Aug 16, 2023
- #105
https://github.com/cstack/db_tutorial/blame/bd4b1ee536c91cdd446251e1b9a71a4b06c4efb0/_parts/part14.md#L366
Uzair-90
- Opened on Aug 16, 2023
- #104

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.