Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix conflict
Browse files Browse the repository at this point in the history
guojidan committed Nov 28, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 6545289 commit 33c3f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/mod.rs
Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@ pub trait Transaction: Sync + Send + 'static {
is_overwrite: bool,
) -> Result<(), StorageError>;

fn delete(&mut self, table_name: &String, tuple_id: TupleId) -> Result<(), StorageError>;
fn delete(&mut self, table_name: &str, tuple_id: TupleId) -> Result<(), StorageError>;
fn alter_table(&mut self, op: &AlterTableOperator) -> Result<(), StorageError>;
fn create_table(
&mut self,

0 comments on commit 33c3f0f

Please sign in to comment.