Skip to content

Commit

Permalink
misc: Replace SpeeDB with Speedb for uniformity (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
udi-speedb committed Nov 21, 2023
1 parent b31c1bb commit 49b3eef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Based on RocksDB 7.2.2

## Miscellaneous
* LOG: Print write_buffer_manager size to LOG
* LOG: change log header to SpeeDB
* LOG: change log header to Speedb
* LOG & db_bench: metadata_cache_options - print to LOG and support its configuration in db_bench
* db_impl: use unique_ptr in DBImpl::Open for nicer memory management
* Explicitly compare the SuperVersion pointer in column_family
Expand Down
2 changes: 1 addition & 1 deletion db/db_impl/db_spdb_impl_write.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022 SpeeDB Ltd.
// Copyright 2022 Speedb Ltd.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion db/db_impl/db_spdb_impl_write.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022 SpeeDB Ltd.
// Copyright 2022 Speedb Ltd.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 49b3eef

Please sign in to comment.